diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-10-10 10:23:10 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-10-10 10:23:10 +0800 |
commit | 3f5da322ddecfc60e21c11454b0a21aa4f1daefb (patch) | |
tree | 6bff3afe86e6b012a2b52dec5335d1cb9a934549 /ports-mgmt/poudriere | |
parent | 8574f7feeb4e4034783aa8645787982bf47aa493 (diff) | |
download | freebsd-ports-gnome-3f5da322ddecfc60e21c11454b0a21aa4f1daefb.tar.gz freebsd-ports-gnome-3f5da322ddecfc60e21c11454b0a21aa4f1daefb.tar.zst freebsd-ports-gnome-3f5da322ddecfc60e21c11454b0a21aa4f1daefb.zip |
- Update to 3.0.10
Changes:
* Fix random crashes with parallel process handling
* jail -cu: Disable CCACHE on 10
* testport/bulk -t: Fix staging absolute link checking with files
that have spaces
* testport: Fix so that MAKE_JOBS runs by default
* bulk -t: Fix so that MAKE_JOBS does not run by default
* testport: Fix so that the port being tested shows in the web ui.
Note that this is still in data/logs/bulk/
* jail: Make -m http work
* jail -c: Fix -m ftp-archive for 9.0
Diffstat (limited to 'ports-mgmt/poudriere')
-rw-r--r-- | ports-mgmt/poudriere/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/poudriere/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile index 581192051b27..d936555e5020 100644 --- a/ports-mgmt/poudriere/Makefile +++ b/ports-mgmt/poudriere/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.9 -PORTREVISION= 1 +PORTVERSION= 3.0.10 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo index 678a499e7fdf..5c6eb1e24dba 100644 --- a/ports-mgmt/poudriere/distinfo +++ b/ports-mgmt/poudriere/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.9.tar.gz?uuid=3.0.9) = 2ca414b4d858d44f8a6b72030c0ab6c90869e37c32f13609034da5cdfa0f7ef3 -SIZE (poudriere-3.0.9.tar.gz?uuid=3.0.9) = 110195 +SHA256 (poudriere-3.0.10.tar.gz?uuid=3.0.10) = 493fda53120050f85836032324409be6c6484f90a0755ae0c6a673ba7626818b +SIZE (poudriere-3.0.10.tar.gz?uuid=3.0.10) = 10 |