Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 17:17:13 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368337 - head/ports-mgmt/poudriere-devel
Message-ID:  <201409161717.s8GHHDhw078899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409161717.s8GHHDhw078899>