- 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)
This commit is contained in:
parent
b9006c1345
commit
2e20cd2246
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304103
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue