svn commit: r309463 - head/ports-mgmt/poudriere-devel

Bryan Drewery bdrewery at FreeBSD.org
Mon Dec 24 15:45:23 UTC 2012


Author: bdrewery
Date: Mon Dec 24 15:45:22 2012
New Revision: 309463
URL: http://svnweb.freebsd.org/changeset/ports/309463

Log:
  - Update to checkin 9b1b7438ab
  
  Changes:
  
      - Documentation/usage cleanups
      - Misc bug fixes
      - jail: Add 'gjb' method supprot for stable/8
      - testport: Show leftovers in plist format, with
        support for DATADIR, ETCDIR, WWWDIR, DOCSDIRS,
        EXAMPLESDIR, SITE_PERL
      - testport: Fix -c showing a blank screen with some TERMs
      - bulk: Fix skipped/total count being wrong
      - ports: Fix -c/-d errors when no portstrees file exists
      - ports: Fix -m not working

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	Mon Dec 24 15:01:28 2012	(r309462)
+++ head/ports-mgmt/poudriere-devel/Makefile	Mon Dec 24 15:45:22 2012	(r309463)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	2.3.99.20121130
+PORTVERSION=	2.3.99.20121224
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/
 PKGNAMESUFFIX=	-devel
@@ -13,7 +13,7 @@ COMMENT=	Port build and test system
 
 LICENSE=	BSD
 
-FSL_CHKIN=	0af89d84d3
+FSL_CHKIN=	9b1b7438ab
 
 NO_BUILD=	yes
 MANCOMPRESSED=	yes

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Mon Dec 24 15:01:28 2012	(r309462)
+++ head/ports-mgmt/poudriere-devel/distinfo	Mon Dec 24 15:45:22 2012	(r309463)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.3.99.20121130.tar.gz?uuid=0af89d84d3) = a35ac499bc8186b8ffc7077922e54cfd2f9c158180f98b4d166da29fab06aa89
-SIZE (poudriere-2.3.99.20121130.tar.gz?uuid=0af89d84d3) = 39343
+SHA256 (poudriere-2.3.99.20121224.tar.gz?uuid=9b1b7438ab) = b8b2fefebcbc99cb4d943bb22eaf142b66a46d509de7d9484c0b2cd9625865ce
+SIZE (poudriere-2.3.99.20121224.tar.gz?uuid=9b1b7438ab) = 39685


More information about the svn-ports-head mailing list