Date: Sun, 22 Sep 2013 23:14:15 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327900 - head/ports-mgmt/poudriere Message-ID: <201309222314.r8MNEFxM044914@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sun Sep 22 23:14:15 2013 New Revision: 327900 URL: http://svnweb.freebsd.org/changeset/ports/327900 Log: - 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) Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo head/ports-mgmt/poudriere/pkg-descr Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Sun Sep 22 22:21:57 2013 (r327899) +++ head/ports-mgmt/poudriere/Makefile Sun Sep 22 23:14:15 2013 (r327900) @@ -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}/ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Sun Sep 22 22:21:57 2013 (r327899) +++ head/ports-mgmt/poudriere/distinfo Sun Sep 22 23:14:15 2013 (r327900) @@ -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 Modified: head/ports-mgmt/poudriere/pkg-descr ============================================================================== --- head/ports-mgmt/poudriere/pkg-descr Sun Sep 22 22:21:57 2013 (r327899) +++ head/ports-mgmt/poudriere/pkg-descr Sun Sep 22 23:14:15 2013 (r327900) @@ -2,4 +2,4 @@ poudriere is a tool primarily designed t 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309222314.r8MNEFxM044914>