diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-23 07:21:20 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-23 07:21:20 +0800 |
commit | 4cf2592b89aa6eb88b9ef3cb701f3928e814e766 (patch) | |
tree | 1bf381c6b10601c7930408fb5ae94964c43f0d19 /ports-mgmt/poudriere-devel | |
parent | 52f6ad703b134a9e83f3229179c60bc858928815 (diff) | |
download | freebsd-ports-gnome-4cf2592b89aa6eb88b9ef3cb701f3928e814e766.tar.gz freebsd-ports-gnome-4cf2592b89aa6eb88b9ef3cb701f3928e814e766.tar.zst freebsd-ports-gnome-4cf2592b89aa6eb88b9ef3cb701f3928e814e766.zip |
- Update to checkin 6a4cc74775
This release supports upcoming STAGE support. Please
update to it soon.
Changes:
- Staging support.
* Detect files orphaned in the stagedir that are not
installed due to not being in the pkg-plist
* Detect files that get installed outside of the
STAGEDIR during 'make stage' as 'stage_fs_violation'
- Rename 'preinst_fs_violation' to 'build_fs_violation'
- latest-per-pkg links are now hardlinks
- Fix possible recursive crash during jail startup
- Chmod jail build dirs to 0711 to keep out gvfs-trash
from tracking the directory during build, leading to
kernel panic sometimes
- jail -uc: Fix detection of errors during distrib-dirs
- jail -uc: Fix on recent HEAD during distrib-dirs due to
new unbound user.
- testport: Only show -n warning if there are leftovers
- jail -u (SVN): Fix RELEASE not being updated for UNAME_r
during major upgrades (head becomes 10-ALPHA, 11, etc)
- jail: usage cleanup
- hook 'bulk done' now has stats passed to it:
#built #failed #ignored #skipped
- jail -uc (SVN): Show SVN revision number in uname via
UNAME_v
- testport: Always run with TRYBROKEN
- Now showing status messages when running mtree(1) for
fs checks
Diffstat (limited to 'ports-mgmt/poudriere-devel')
-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 9dfbb662041e..9003c227f590 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20130915 +PORTVERSION= 3.0.99.20130922 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= 0eb89d4f74 +FSL_CHKIN= 6a4cc74775 MANCOMPRESSED= yes MAN8= poudriere.8 diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 1a74c749f97f..2f469c272c5d 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20130915.tar.gz?uuid=0eb89d4f74) = f23626b26fc580bf9c5ddc98dfaaf4dec47b171a749e4ed92c8817035a996a9f -SIZE (poudriere-3.0.99.20130915.tar.gz?uuid=0eb89d4f74) = 243232 +SHA256 (poudriere-3.0.99.20130922.tar.gz?uuid=6a4cc74775) = 014cb1c3a1f0780df3f89cbe1693b55ac41cb26afb46d94f83f7028667c9f4c7 +SIZE (poudriere-3.0.99.20130922.tar.gz?uuid=6a4cc74775) = 244740 |