svn commit: r368337 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Tue Sep 16 17:17:14 UTC 2014
Author: bdrewery
Date: Tue Sep 16 17:17:13 2014
New Revision: 368337
URL: http://svnweb.freebsd.org/changeset/ports/368337
QAT: https://qat.redports.org/buildarchive/r368337/
Log:
- Update to checkin d7e95d9102
Changes:
* HTML: Fix NaN showing in a case
* Fix handling of SIGPIPE for cleaning up.
* Improvements to cleanup handling such that recursive errors will not
stop the cleanup process.
* HTML: Add an apache example
* testport: Allow tee(1) more time to flush buffer before killing it off.
* bulk: Remove the use of tee(1)
* bulk: Fix several races leading to "stuck_in_queue" and "Unknown stuck
queue bug".
* jail -m src=: Also copy in the src tree now. .git and .svn are ignored.
* bulk: Fix high CPU usage/spinning when the queue is waiting on the last
jobs to finish.
* Remove use of stripcolors pipe which used far too much CPU.
* bulk: Fix a case where computing deps was not delaying errors until
the end of deps calculation was intended.
Modified:
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere-devel/distinfo
head/ports-mgmt/poudriere-devel/pkg-plist
Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile Tue Sep 16 17:07:11 2014 (r368336)
+++ head/ports-mgmt/poudriere-devel/Makefile Tue Sep 16 17:17:13 2014 (r368337)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 3.0.99.20140827
+PORTVERSION= 3.0.99.20140916
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://fossil.etoilebsd.net/poudriere/tarball/
@@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE
CONFLICTS_INSTALL= poudriere-[0-9]*
-FSL_CHKIN= 7c2b030b2b
+FSL_CHKIN= d7e95d9102
GNU_CONFIGURE= yes
ETCDIR= ${PREFIX}/etc/poudriere.d
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Tue Sep 16 17:07:11 2014 (r368336)
+++ head/ports-mgmt/poudriere-devel/distinfo Tue Sep 16 17:17:13 2014 (r368337)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20140827.tar.gz?uuid=7c2b030b2b) = 181378f186def45353e1e6d7e92c5b2de06383cb7bdb3d16d5079d681e53b179
-SIZE (poudriere-3.0.99.20140827.tar.gz?uuid=7c2b030b2b) = 2698647
+SHA256 (poudriere-3.0.99.20140916.tar.gz?uuid=d7e95d9102) = 5a67b992807a9d40390100b5cb22a4d3bffc0a379559f05054d8df05723e1d4a
+SIZE (poudriere-3.0.99.20140916.tar.gz?uuid=d7e95d9102) = 2702849
Modified: head/ports-mgmt/poudriere-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/poudriere-devel/pkg-plist Tue Sep 16 17:07:11 2014 (r368336)
+++ head/ports-mgmt/poudriere-devel/pkg-plist Tue Sep 16 17:17:13 2014 (r368337)
@@ -12,9 +12,11 @@ libexec/poudriere/nc
libexec/poudriere/poudriered
libexec/poudriere/rename
libexec/poudriere/rexec
+libexec/poudriere/timeout
libexec/poudriere/timestamp
libexec/poudriere/tsort
man/man8/poudriere.8.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd.conf.sample
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx.conf.sample
%%DATADIR%%/awk/dependency_loop.awk
%%DATADIR%%/awk/humanize.awk
More information about the svn-ports-all
mailing list