diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-10 02:23:10 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-10 02:23:10 +0000 |
commit | 97d9f8043617057d0842305c2d6d324636aac84d (patch) | |
tree | 6bff3afe86e6b012a2b52dec5335d1cb9a934549 /ports-mgmt | |
parent | 3f374121f60507a539aff512a50a997f6a36fdd7 (diff) | |
download | ports-97d9f8043617057d0842305c2d6d324636aac84d.tar.gz ports-97d9f8043617057d0842305c2d6d324636aac84d.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
Notes
Notes:
svn path=/head/; revision=329959
Diffstat (limited to 'ports-mgmt')
-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 |