svn commit: r318354 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Fri May 17 04:28:32 UTC 2013
Author: bdrewery
Date: Fri May 17 04:28:31 2013
New Revision: 318354
URL: http://svnweb.freebsd.org/changeset/ports/318354
Log:
- 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
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 May 17 04:17:22 2013 (r318353)
+++ head/ports-mgmt/poudriere-devel/Makefile Fri May 17 04:28:31 2013 (r318354)
@@ -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 \
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Fri May 17 04:17:22 2013 (r318353)
+++ head/ports-mgmt/poudriere-devel/distinfo Fri May 17 04:28:31 2013 (r318354)
@@ -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
More information about the svn-ports-all
mailing list