svn commit: r330517 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Wed Oct 16 14:23:09 UTC 2013
Author: bdrewery
Date: Wed Oct 16 14:23:09 2013
New Revision: 330517
URL: http://svnweb.freebsd.org/changeset/ports/330517
Log:
- Update to checkin 725ea5afcf
Changes:
* poudriere.8: Document that -j is required for bulk
* bulk/testport: Delete packages that have changed PKGNAME during startup,
which will avoid pkg-repo duplicate package warnings/bugs. This will not
clean up existing duplicates, just fix new ones going forward.
* bulk: Fix start hook starting before validations
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 Wed Oct 16 14:21:06 2013 (r330516)
+++ head/ports-mgmt/poudriere-devel/Makefile Wed Oct 16 14:23:09 2013 (r330517)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 3.0.99.20131009
+PORTVERSION= 3.0.99.20131016
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= cf519772ff
+FSL_CHKIN= 725ea5afcf
OPTIONS_DEFINE= ZSH
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Wed Oct 16 14:21:06 2013 (r330516)
+++ head/ports-mgmt/poudriere-devel/distinfo Wed Oct 16 14:23:09 2013 (r330517)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20131009.tar.gz?uuid=cf519772ff) = e64d72aa5172c83e59915f15746f871f57300d203d563f1017a7cc621b4cb3d2
-SIZE (poudriere-3.0.99.20131009.tar.gz?uuid=cf519772ff) = 246975
+SHA256 (poudriere-3.0.99.20131016.tar.gz?uuid=725ea5afcf) = 12a1fab8d66f1445c82bec508ff52068a9901eb2ade850e69917bd40617ba01d
+SIZE (poudriere-3.0.99.20131016.tar.gz?uuid=725ea5afcf) = 247040
More information about the svn-ports-all
mailing list