Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.43-r0 | Natanael Copa | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | community/bsm-simple-themes: fix broken source url | Mike Sullivan | 2018-05-23 | 1 | -3/+3 |
| | |||||
* | community/git-lfs: upgrade to 2.4.1 | Jakub Jirutka | 2018-05-22 | 2 | -78/+4 |
| | |||||
* | community/pytest: include subpackages deps in makedepends | Natanael Copa | 2018-05-22 | 1 | -3/+5 |
| | | | | | | | We need to tell the builder that the dependencies for the subpackages needs to be built before pytest so they are available when pytest is needed. We do by adding the depends of subpacakges to the master makedepends. That way the proper build order can be calculated. | ||||
* | community/perl-mojolicious: upgrade to 7.81 | Francesco Colista | 2018-05-22 | 1 | -2/+2 |
| | |||||
* | community/git-lfs: upgrade to 2.4.0 | Jakub Jirutka | 2018-05-21 | 3 | -49/+77 |
| | |||||
* | community/xbps: fix build break on ppc64le | Mike Sullivan | 2018-05-21 | 2 | -1/+420 |
| | |||||
* | community/imagemagick6: upgrade to 6.9.9.46 and rebuild dependent aports | Jakub Jirutka | 2018-05-21 | 2 | -3/+3 |
| | |||||
* | community/luacheck: upgrade to 0.22.0 | Jakub Jirutka | 2018-05-21 | 2 | -3/+45 |
| | |||||
* | community/luacheck: depend on cmd:lua instead of lua | Jakub Jirutka | 2018-05-21 | 1 | -1/+1 |
| | | | | We still don't have support for "alternatives". :( | ||||
* | community/firefox-esr: security upgrade to 52.8.0 | Natanael Copa | 2018-05-21 | 1 | -2/+2 |
| | | | | fixes #8891 | ||||
* | community/dnscrypt-proxy upgrade to 2.0.14 | Ian Bashford | 2018-05-21 | 1 | -2/+2 |
| | | | | Feature release: support for latest DoH draft | ||||
* | community/rspamd: upgrade to 1.7.5 | TBK | 2018-05-21 | 2 | -34/+2 |
| | |||||
* | community/py-xlsxwriter: upgrade to 1.0.5 | Francesco Colista | 2018-05-21 | 1 | -2/+2 |
| | |||||
* | community/perl-mojolicious: upgrade to 7.80 | Francesco Colista | 2018-05-21 | 1 | -2/+2 |
| | |||||
* | community/rng-tools: fix build on ppc64le - requires libgcrypt | Jakub Jirutka | 2018-05-21 | 1 | -2/+9 |
| | | | | | | | | | rngd_darn.c:28:2: error: #error power DARN support requires libgcrypt! #error power DARN support requires libgcrypt! ^~~~~ rngd_darn.c:34:20: fatal error: gcrypt.h: No such file or directory #include <gcrypt.h> ^ | ||||
* | community/ttf-opensans: fix source url | Jakub Jirutka | 2018-05-21 | 1 | -1/+1 |
| | | | | The current URL does not exist anymore. | ||||
* | community/rust: fix check error | Jakub Jirutka | 2018-05-21 | 1 | -0/+8 |
| | |||||
* | Revert "community/rust: build rust-installer in build phase" | Jakub Jirutka | 2018-05-21 | 1 | -3/+0 |
| | | | | | | | This reverts commit 792ba86e07a8f0e49a85468b49eca954fcf8fb57. This actually didn't help, `x.py install` is still building rust-installer. | ||||
* | community/dash: upgrade to 0.5.10.2 | prspkt | 2018-05-20 | 1 | -2/+2 |
| | |||||
* | community/rng-tools: fix and improve init script | Jakub Jirutka | 2018-05-20 | 3 | -10/+15 |
| | |||||
* | community/rng-tools: upgrade to 6.2 (new upstream) | Jakub Jirutka | 2018-05-20 | 1 | -6/+17 |
| | |||||
* | community/rng-tools: modernize abuild and clarify license | Jakub Jirutka | 2018-05-20 | 1 | -17/+8 |
| | |||||
* | community/rust: build rust-installer in build phase | Jakub Jirutka | 2018-05-20 | 1 | -0/+3 |
| | |||||
* | community/rust: simplify abuild, set RUST* env. vars on top-level | Jakub Jirutka | 2018-05-20 | 2 | -17/+12 |
| | |||||
* | community/rust: backport patch PR-50789 from upstream | Jakub Jirutka | 2018-05-20 | 2 | -0/+41 |
| | |||||
* | community/rust: return -src subpackage back | Jakub Jirutka | 2018-05-20 | 1 | -13/+14 |
| | |||||
* | community/rust: build with analysis data and add subpkg -analysis | Jakub Jirutka | 2018-05-20 | 1 | -2/+10 |
| | |||||
* | community/rust: makedepend on rust-bootstrap | Jakub Jirutka | 2018-05-20 | 1 | -1/+1 |
| | | | | | | | | This is actually not necessary, because rust is pulled by cargo-bootstrap. However, cargo-bootstrap is provided by this abuild too - it's a hack to allow the abuild to depend on itself (read comment inside the abuild for more information)! So rust-bootstrap is just for symmetry with cargo-bootstrap. | ||||
* | community/cargo: remove abuild | Jakub Jirutka | 2018-05-20 | 8 | -1888/+0 |
| | | | | | cargo has been merged into the rust abuild in commit 33def910d7e8168c0b5a6a13cfb5910f17a02440. | ||||
* | community/rust: fix libressl patch | Jakub Jirutka | 2018-05-20 | 2 | -1/+2 |
| | |||||
* | community/rust: build cargo and add cargo* subpackages | Jakub Jirutka | 2018-05-20 | 6 | -14/+331 |
| | | | | | | | | | | | | Cargo is now distributed together with rustc. Upstream has removed Cargo.lock from the cargo's repository in cargo 0.23.0, so we can't build it with locked and freezed dependencies separately anymore. alexcrichton replied on Feb 1: > cargo is packaged next to rustc, it's not intended to be a separate > package but rather built as one unit. See https://github.com/rust-lang/cargo/commit/5c9665f41c6b4d3b99d3b9f8b48a286f5f154692 | ||||
* | community/rust: use `x.py install` instead of `x.py dist` | Jakub Jirutka | 2018-05-20 | 1 | -6/+2 |
| | |||||
* | community/rust: upgrade to 1.26.0 | Jakub Jirutka | 2018-05-20 | 9 | -128/+57 |
| | | | | | Also switch to LLVM 5. Upstream switched right to LLVM 6, but we don't have it yet. | ||||
* | community/cargo: add provides=cargo-bootstrap | Jakub Jirutka | 2018-05-20 | 1 | -1/+5 |
| | | | | Prepare for merging the cargo abuild into the rust abuild. | ||||
* | community/xpdf: update $source URL | Sören Tempel | 2018-05-20 | 1 | -1/+1 |
| | | | | The tarball is no longer available under the old URL. | ||||
* | community/mblaze: fix arch of crypto subpackage | Sören Tempel | 2018-05-20 | 1 | -2/+2 |
| | |||||
* | community/perl-business-issn: fetch tarball from GitHub | Sören Tempel | 2018-05-20 | 1 | -6/+5 |
| | | | | | | | | | | The newest release is 1.003 and the old one (1.002) doesn't seem to be available on search.cpan.org. Besides upstream seems to have decided to ditch search.cpan.org for metacpan.org [1]. No pkgrel bump, since this shouldn't change anything in the package. [1]: https://github.com/briandfoy/business-issn/commit/42f1fb88781d6ad742bb47da3dfad9ed3c4fbae4 | ||||
* | community/mblaze: add crypto subpackage for S/MIME and OpenPGP | Sören Tempel | 2018-05-20 | 1 | -2/+12 |
| | | | | | | | | | | The README.md in the contrib directory states that: [These] scripts [...] are not officially supported or subject to any robustness, portability or stability criteria. However, the scripts for S/MIME and OpenPGP work quite well and are very useful thus I believe that it is worth it to ship these in a subpackage. | ||||
* | community/rust: temporarily disable -src subpackage | Jakub Jirutka | 2018-05-19 | 1 | -9/+9 |
| | | | | It needs some changes, I'll put it back in the following upgrade. | ||||
* | community/rust: upgrade to 1.25.0 | Jakub Jirutka | 2018-05-19 | 1 | -3/+3 |
| | |||||
* | community/rust: reformat makedepends | Jakub Jirutka | 2018-05-19 | 1 | -4/+12 |
| | |||||
* | community/py-attrs: upgrade to 18.1.0 and fix makedepends | Roberto Oliveira | 2018-05-19 | 1 | -4/+4 |
| | | | | py-attrs does not need pytest to build | ||||
* | community/perl-yaml: upgrade to 1.26 | Francesco Colista | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | community/uncrustify: upgrade to 0.67 | André Klitzing | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | community/youtube-dl: use https for upstream URL | prspkt | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | community/youtube-dl: upgrade to 2018.05.18 | prspkt | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | community/php7-imagick: bump pkgrel | Andy Postnikov | 2018-05-19 | 1 | -1/+1 |
| | |||||
* | community/libcouchbase: upgrade to 2.8.7 | Andy Postnikov | 2018-05-18 | 1 | -3/+3 |
| | |||||
* | community/qt5-qtwebchannel: fix makedepends | Natanael Copa | 2018-05-18 | 1 | -1/+1 |
| | | | | qt5-webchannel was renamed to qt5-qtwebchannel |