svn commit: r320894 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Fri Jun 14 11:38:18 UTC 2013
Author: bdrewery
Date: Fri Jun 14 11:38:17 2013
New Revision: 320894
URL: http://svnweb.freebsd.org/changeset/ports/320894
Log:
- Update to checkin 2f8d07b10c
Changes:
- Fix parallel_exec child errors not stopping the build.
I.e., when computing deps if an origin is not found, the
build was not properly detecting that.
- Be more strict about leftovers in /var/db
- Package filename quoting fixes
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 Fri Jun 14 11:30:21 2013 (r320893)
+++ head/ports-mgmt/poudriere-devel/Makefile Fri Jun 14 11:38:17 2013 (r320894)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 3.0.99.20130608
-PORTREVISION= 1
+PORTVERSION= 3.0.99.20130614
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \
LOCAL/bdrewery/${PORTNAME}/
@@ -15,7 +14,7 @@ COMMENT= Port build and test system
LICENSE= BSD
-FSL_CHKIN= e38d69a149
+FSL_CHKIN= 2f8d07b10c
MANCOMPRESSED= yes
MAN8= poudriere.8
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Fri Jun 14 11:30:21 2013 (r320893)
+++ head/ports-mgmt/poudriere-devel/distinfo Fri Jun 14 11:38:17 2013 (r320894)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20130608.tar.gz?uuid=e38d69a149) = 7c6abc981449cd90616f515444155a43461d0d20b5abc8d3a15d5cef92870cd9
-SIZE (poudriere-3.0.99.20130608.tar.gz?uuid=e38d69a149) = 109325
+SHA256 (poudriere-3.0.99.20130614.tar.gz?uuid=2f8d07b10c) = 6a0a6f26d3cbfcfb4801c5198286fd0be998c43808e86bbea35d7889bf6277bc
+SIZE (poudriere-3.0.99.20130614.tar.gz?uuid=2f8d07b10c) = 109598
More information about the svn-ports-all
mailing list