diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-06-01 20:56:54 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-06-01 20:56:54 +0800 |
commit | 780ad43d98b7d2449efbcc5774213334747ad00d (patch) | |
tree | 2efbe3ca9c70f2d3137da3e0650f8e75c0b23231 /ports-mgmt | |
parent | cef4449bfac5a95ff0ae62a31f608421b217784c (diff) | |
download | freebsd-ports-gnome-780ad43d98b7d2449efbcc5774213334747ad00d.tar.gz freebsd-ports-gnome-780ad43d98b7d2449efbcc5774213334747ad00d.tar.zst freebsd-ports-gnome-780ad43d98b7d2449efbcc5774213334747ad00d.zip |
- Update to checkin c61b908704
Changes:
- Leftover fixes
- Status fixes
- ports-mgmt/pkg no longer required in the host when building
WITH_PKGNG sets.
- CCACHE fixes
- jail: Support -m url= [1]
- jail -u: Allow updating snapshot jails [1]
- jail: Fix destroying/cleanup of jails with USE_TMPFS=all
- HTML: Show skipped counts in failed/ignored tables
- HTML: Show SVN URL
- Allow DISTFILES_CACHE=PORTSDIR/distfiles now that DISTFILES
are mounted in /distfiles [2]
- testport: Make failed builds more clear [3]
Submitted by: will [1]
Reported by: mat [2]
Reported by: tj [3]
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/poudriere-devel/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/poudriere-devel/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 2b5cc045e86c..2a80d102a1b6 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20130525 +PORTVERSION= 3.0.99.20130601 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ @@ -14,7 +14,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= c6bbdcc441 +FSL_CHKIN= c61b908704 MANCOMPRESSED= yes MAN8= poudriere.8 diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 340d1d7c7edd..c579831f3eac 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20130525.tar.gz?uuid=c6bbdcc441) = 504c72e835ffa6038679b069f4c37377e08dca132026d1854ab8be2f2bf92966 -SIZE (poudriere-3.0.99.20130525.tar.gz?uuid=c6bbdcc441) = 108639 +SHA256 (poudriere-3.0.99.20130601.tar.gz?uuid=c61b908704) = 433c8c1b55af92b2414e9b37863c6c2b1af287767ed480999c190cfadc5fad86 +SIZE (poudriere-3.0.99.20130601.tar.gz?uuid=c61b908704) = 109501 |