diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-23 07:14:15 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-23 07:14:15 +0800 |
commit | f57d9cc0b0898f958e5eccc2905cdd8f78e64d80 (patch) | |
tree | 73d438c22c3847e17f7311a0570d1cc1cbfb8485 /ports-mgmt | |
parent | 759fa2141aac33d5e4a9f2fbd7fe7942f213388e (diff) | |
download | freebsd-ports-gnome-f57d9cc0b0898f958e5eccc2905cdd8f78e64d80.tar.gz freebsd-ports-gnome-f57d9cc0b0898f958e5eccc2905cdd8f78e64d80.tar.zst freebsd-ports-gnome-f57d9cc0b0898f958e5eccc2905cdd8f78e64d80.zip |
- Update to 3.0.6
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)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/poudriere/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/poudriere/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/poudriere/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile index 1cfa28b58dfe..69b50b63533f 100644 --- a/ports-mgmt/poudriere/Makefile +++ b/ports-mgmt/poudriere/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 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 798b045a0d71..3a7a13262289 100644 --- a/ports-mgmt/poudriere/distinfo +++ b/ports-mgmt/poudriere/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.5.tar.gz?uuid=3.0.5) = a21498b66f7933824be2938c3a11bf6221ebad15c4be03b521556bd46ead1393 -SIZE (poudriere-3.0.5.tar.gz?uuid=3.0.5) = 108489 +SHA256 (poudriere-3.0.6.tar.gz?uuid=3.0.6) = 6bf68e150d56971416248c1b7958adf86b09d6640cd174e2144f0bc4c8fa94a9 +SIZE (poudriere-3.0.6.tar.gz?uuid=3.0.6) = 109681 diff --git a/ports-mgmt/poudriere/pkg-descr b/ports-mgmt/poudriere/pkg-descr index 382f0afa93ec..8b2b023be850 100644 --- a/ports-mgmt/poudriere/pkg-descr +++ b/ports-mgmt/poudriere/pkg-descr @@ -2,4 +2,4 @@ poudriere is a tool primarily designed to test package production on FreeBSD. However, most people will find it useful to bulk build ports for FreeBSD. -WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.5/doc/index.wiki +WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.6/doc/index.wiki |