svn commit: r304103 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Tue Sep 11 15:55:33 UTC 2012
Author: bdrewery
Date: Tue Sep 11 15:55:32 2012
New Revision: 304103
URL: http://svn.freebsd.org/changeset/ports/304103
Log:
- Update to checkin: a766128118
Changes:
* Fix jail creation resulting in jail being removed
* Fix SIGINFO handler causing error during jail creation
* Fix 'jail -i' to build calculation
* Support JAILNAME-PTNAME-make.conf in poudriere.d dir
Approved by: bapt (implicit)
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 Sep 11 15:54:08 2012 (r304102)
+++ head/ports-mgmt/poudriere-devel/Makefile Tue Sep 11 15:55:32 2012 (r304103)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 2.1.99.20120910
+PORTVERSION= 2.1.99.20120911
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
@@ -10,7 +10,7 @@ COMMENT= Port build and test system
LICENSE= BSD
-FSL_CHKIN= 53e6561d62
+FSL_CHKIN= a766128118
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN}
PKGNAMESUFFIX= -devel
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Tue Sep 11 15:54:08 2012 (r304102)
+++ head/ports-mgmt/poudriere-devel/distinfo Tue Sep 11 15:55:32 2012 (r304103)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.1.99.20120910.tar.gz?uuid=53e6561d62) = 4fb4a708118bc85180c162fce9a08fa3bc7e7ff22ab8ea76f6a4d487a0c69e43
-SIZE (poudriere-2.1.99.20120910.tar.gz?uuid=53e6561d62) = 33404
+SHA256 (poudriere-2.1.99.20120911.tar.gz?uuid=a766128118) = 65ef831cd546bd9d89ef761f8ff075e1f74b98b7e9f05433a893978d1a995913
+SIZE (poudriere-2.1.99.20120911.tar.gz?uuid=a766128118) = 33484
More information about the svn-ports-head
mailing list