diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-17 12:28:31 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-17 12:28:31 +0800 |
commit | 8d1a518eda281b982b23100c876903f083939bec (patch) | |
tree | e40157df3f11d9cdcc44fcf342e3c0647b1b50f8 /ports-mgmt/poudriere-devel | |
parent | 060ea88a780b6a26d97ff495accc2d252f549f90 (diff) | |
download | freebsd-ports-gnome-8d1a518eda281b982b23100c876903f083939bec.tar.gz freebsd-ports-gnome-8d1a518eda281b982b23100c876903f083939bec.tar.zst freebsd-ports-gnome-8d1a518eda281b982b23100c876903f083939bec.zip |
- 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
Diffstat (limited to 'ports-mgmt/poudriere-devel')
-rw-r--r-- | ports-mgmt/poudriere-devel/Makefile | 5 | ||||
-rw-r--r-- | ports-mgmt/poudriere-devel/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 791dca26612e..e0194ca76b0b 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -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 \ diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index cd8f7ff02d83..70ff657c8c52 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -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 |