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

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 9 16:07:33 UTC 2012


Author: bapt
Date: Tue Oct  9 16:07:33 2012
New Revision: 305593
URL: http://svn.freebsd.org/changeset/ports/305593

Log:
  - update to checkin 06e052c2c9
  - changes:
    * Add explicit check-config phase to detect invalid OPTIONS
    * Fix finding run-depends packages as leftovers
    * Search for eligible ports trees on all ZFS pools
    * Fix '[: die: bad number' error in testport
    * bulk: If given -C, clean any previous packages only for the ports provided
    * Switch back to github for ports git as it is the preferred source
    * Call leftovers phase 'leftovers' instead of 'fscheck'

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	Tue Oct  9 15:55:15 2012	(r305592)
+++ head/ports-mgmt/poudriere-devel/Makefile	Tue Oct  9 16:07:33 2012	(r305593)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	2.1.99.20121004
+PORTVERSION=	2.1.99.20121009
 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=	86c7d4bd7c
+FSL_CHKIN=	06e052c2c9
 
 NO_BUILD=	yes
 MANCOMPRESSED=	yes

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Tue Oct  9 15:55:15 2012	(r305592)
+++ head/ports-mgmt/poudriere-devel/distinfo	Tue Oct  9 16:07:33 2012	(r305593)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.1.99.20121004.tar.gz?uuid=86c7d4bd7c) = bcf732ce9326c8f4787ac11ddcfda3e793a653b8e9eedc99f020d9ee6eae5c7c
-SIZE (poudriere-2.1.99.20121004.tar.gz?uuid=86c7d4bd7c) = 33866
+SHA256 (poudriere-2.1.99.20121009.tar.gz?uuid=06e052c2c9) = 2cdec948f233bfc9e2ba142f24127b9cde85827a6d160f63e6c5f1400d3d57ac
+SIZE (poudriere-2.1.99.20121009.tar.gz?uuid=06e052c2c9) = 34110


More information about the svn-ports-all mailing list