- Update to checkin 9d45276ee9 which should become 3.0
Changes: - Add new subcommand 'status' which lists running builds. Specify -j[pz] to view the current status of a specific build and all of its jobs. - Missing/New Dependencies: Be more verbose by default about why packages are being deleted. - CHECK_CHANGED_OPTIONS now defaults to verbose - Add CHECK_CHANGED_DEPS and default it to on - Fix support for jails with ':' in them - bulk: Allow specifying -f multiple times - testport -i: Add hostname into /etc/hosts - Documentation fixes - Fix DISABLE_MAKE_JOBS support - Fix dependencies being checked twice during port builds when not port testing - jail -u fixes for freebsd-update/ftp - Fix buildtime tracking missing a space
This commit is contained in:
parent
11bf569497
commit
73f702d4f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318354
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= poudriere
|
||||
PORTVERSION= 3.0.99.20130426
|
||||
PORTVERSION= 3.0.99.20130517
|
||||
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= 6cbcb7e1bb
|
||||
FSL_CHKIN= 9d45276ee9
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN8= poudriere.8
|
||||
|
@ -47,6 +47,7 @@ PLIST_FILES= etc/poudriere.conf.sample \
|
|||
share/poudriere/options.sh \
|
||||
share/poudriere/ports.sh \
|
||||
share/poudriere/queue.sh \
|
||||
share/poudriere/status.sh \
|
||||
share/poudriere/testport.sh
|
||||
|
||||
PLIST_DIRS= libexec/poudriere \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (poudriere-3.0.99.20130426.tar.gz?uuid=6cbcb7e1bb) = 451d1b9b2e2d753ad3eea71dc72f02a992efe6d5a6e7efc9e72a789228512879
|
||||
SIZE (poudriere-3.0.99.20130426.tar.gz?uuid=6cbcb7e1bb) = 105592
|
||||
SHA256 (poudriere-3.0.99.20130517.tar.gz?uuid=9d45276ee9) = 4df41b193a132ddc1be4435a513b48162fd148dd1dbdc9ca4f4d8610813e5fe7
|
||||
SIZE (poudriere-3.0.99.20130517.tar.gz?uuid=9d45276ee9) = 106812
|
||||
|
|
Loading…
Reference in a new issue