Date: Wed, 16 Oct 2013 14:23:09 +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: r330517 - head/ports-mgmt/poudriere-devel Message-ID: <201310161423.r9GEN9Zd063611@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310161423.r9GEN9Zd063611>