Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 23:21:20 +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: r327902 - head/ports-mgmt/poudriere-devel
Message-ID:  <201309222321.r8MNLKrj048968@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sun Sep 22 23:21:20 2013
New Revision: 327902
URL: http://svnweb.freebsd.org/changeset/ports/327902

Log:
  - 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

Modified:
  head/ports-mgmt/poudriere-devel/Makefile
  head/ports-mgmt/poudriere-devel/distinfo

Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile	Sun Sep 22 23:18:58 2013	(r327901)
+++ head/ports-mgmt/poudriere-devel/Makefile	Sun Sep 22 23:21:20 2013	(r327902)
@@ -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

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Sun Sep 22 23:18:58 2013	(r327901)
+++ head/ports-mgmt/poudriere-devel/distinfo	Sun Sep 22 23:21:20 2013	(r327902)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309222321.r8MNLKrj048968>