diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-26 13:09:17 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-26 13:09:17 +0000 |
commit | 45f4a9ee31e4ec179af340e2af2d4ec5662fba86 (patch) | |
tree | 636e798839f365227bc848ce54e43a9ef79dba26 /ports-mgmt | |
parent | Remove duplicated dirrm (diff) |
- Update to checkin 6cbcb7e1bb
Changes:
- Add new latest-per-pkg symlinks into the root
bulk/ dir and bulk/jail/ dirs to link back to
the most recent builds for each package
- Use new CCACHE_DIR support
- Fix JS error in HTML page when loading too early
- Fix trying to clean '*' due to race condition when
skipping packages
- Remove CCACHE_CPP2 from jail -c as latest devel/ccache
is already handling this for buildworld
- Fix linux ports hanging during build
- Fix jail -c on recent CURRENT by using DB_FROM_SRC
Notes
Notes:
svn path=/head/; revision=316603
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 686cf1dae1a9..791dca26612e 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20130421 +PORTVERSION= 3.0.99.20130426 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= 47f0b3b35d +FSL_CHKIN= 6cbcb7e1bb MANCOMPRESSED= yes MAN8= poudriere.8 diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 76f851ead450..cd8f7ff02d83 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20130421.tar.gz?uuid=47f0b3b35d) = ef6892b065bb53c337d0bd67d5a7cabdf837b7527787680b9585d216dc2eeb32 -SIZE (poudriere-3.0.99.20130421.tar.gz?uuid=47f0b3b35d) = 105432 +SHA256 (poudriere-3.0.99.20130426.tar.gz?uuid=6cbcb7e1bb) = 451d1b9b2e2d753ad3eea71dc72f02a992efe6d5a6e7efc9e72a789228512879 +SIZE (poudriere-3.0.99.20130426.tar.gz?uuid=6cbcb7e1bb) = 105592 |