aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* community/perl-mojolicious: upgrade to 7.81Francesco Colista2018-05-221-2/+2
|
* main/bind: security upgrade to 9.12.1_p2Jakub Jirutka2018-05-221-3/+6
|
* community/git-lfs: upgrade to 2.4.0Jakub Jirutka2018-05-213-49/+77
|
* community/xbps: fix build break on ppc64leMike Sullivan2018-05-212-1/+420
|
* community/imagemagick6: upgrade to 6.9.9.46 and rebuild dependent aportsJakub Jirutka2018-05-212-3/+3
|
* community/luacheck: upgrade to 0.22.0Jakub Jirutka2018-05-212-3/+45
|
* community/luacheck: depend on cmd:lua instead of luaJakub Jirutka2018-05-211-1/+1
| | | | We still don't have support for "alternatives". :(
* testing/sndio: new aportNatanael Copa2018-05-211-0/+27
| | | | | Small audio and MIDI framework part of the OpenBSD project http://www.sndio.org/
* main/nspr: upgrade to 4.19Natanael Copa2018-05-211-2/+2
|
* community/firefox-esr: security upgrade to 52.8.0Natanael Copa2018-05-211-2/+2
| | | | fixes #8891
* main/perl-date-manip: disable testsNatanael Copa2018-05-212-6/+22
| | | | For soem reason tests hangs on 32bit. We disable tests for now
* main/perl-test-inter: upgrade to 1.07Natanael Copa2018-05-211-13/+14
|
* main/perl-datetime-timezone: upgrade to 2.19Natanael Copa2018-05-211-2/+2
|
* main/irqbalance: upgrade to 1.4.0Leonardo Arena2018-05-213-138/+8
|
* community/dnscrypt-proxy upgrade to 2.0.14Ian Bashford2018-05-211-2/+2
| | | | Feature release: support for latest DoH draft
* community/rspamd: upgrade to 1.7.5TBK2018-05-212-34/+2
|
* community/py-xlsxwriter: upgrade to 1.0.5Francesco Colista2018-05-211-2/+2
|
* community/perl-mojolicious: upgrade to 7.80Francesco Colista2018-05-211-2/+2
|
* community/rng-tools: fix build on ppc64le - requires libgcryptJakub Jirutka2018-05-211-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 urlJakub Jirutka2018-05-211-1/+1
| | | | The current URL does not exist anymore.
* main/multipath-tools: fix build failure on ppc64leJakub Jirutka2018-05-212-1/+25
|
* main/multipath-tools: upgrade to 0.7.7Jakub Jirutka2018-05-212-9/+33
|
* main/multipath-tools: improve abuildJakub Jirutka2018-05-211-7/+10
|
* main/samba: upgrade to 4.8.2Jakub Jirutka2018-05-211-2/+2
|
* main/ldb: upgrade to 1.3.3Jakub Jirutka2018-05-212-5/+5
|
* community/rust: fix check errorJakub Jirutka2018-05-211-0/+8
|
* Revert "community/rust: build rust-installer in build phase"Jakub Jirutka2018-05-211-3/+0
| | | | | | | This reverts commit 792ba86e07a8f0e49a85468b49eca954fcf8fb57. This actually didn't help, `x.py install` is still building rust-installer.
* main/curl: add missing checkdepend python2Jakub Jirutka2018-05-201-0/+1
|
* main/curl: improve abuildprspkt2018-05-201-8/+8
|
* main/curl: upgrade to 7.60.0prspkt2018-05-202-6/+9
|
* main/e2fsprogs: improve abuildprspkt2018-05-201-1/+1
|
* main/e2fsprogs: upgrade to 1.44.2prspkt2018-05-201-2/+2
|
* community/dash: upgrade to 0.5.10.2prspkt2018-05-201-2/+2
|
* community/rng-tools: fix and improve init scriptJakub Jirutka2018-05-203-10/+15
|
* community/rng-tools: upgrade to 6.2 (new upstream)Jakub Jirutka2018-05-201-6/+17
|
* community/rng-tools: modernize abuild and clarify licenseJakub Jirutka2018-05-201-17/+8
|
* main/procps: upgrade to 3.3.15Jakub Jirutka2018-05-202-121/+4
|
* community/rust: build rust-installer in build phaseJakub Jirutka2018-05-201-0/+3
|
* community/rust: simplify abuild, set RUST* env. vars on top-levelJakub Jirutka2018-05-202-17/+12
|
* community/rust: backport patch PR-50789 from upstreamJakub Jirutka2018-05-202-0/+41
|
* community/rust: return -src subpackage backJakub Jirutka2018-05-201-13/+14
|
* community/rust: build with analysis data and add subpkg -analysisJakub Jirutka2018-05-201-2/+10
|
* community/rust: makedepend on rust-bootstrapJakub Jirutka2018-05-201-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 abuildJakub Jirutka2018-05-208-1888/+0
| | | | | cargo has been merged into the rust abuild in commit 33def910d7e8168c0b5a6a13cfb5910f17a02440.
* community/rust: fix libressl patchJakub Jirutka2018-05-202-1/+2
|
* community/rust: build cargo and add cargo* subpackagesJakub Jirutka2018-05-206-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 Jirutka2018-05-201-6/+2
|
* community/rust: upgrade to 1.26.0Jakub Jirutka2018-05-209-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-bootstrapJakub Jirutka2018-05-201-1/+5
| | | | Prepare for merging the cargo abuild into the rust abuild.
* community/xpdf: update $source URLSören Tempel2018-05-201-1/+1
| | | | The tarball is no longer available under the old URL.