From owner-svn-ports-head@FreeBSD.ORG Tue Sep 16 17:17:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 962A6143; Tue, 16 Sep 2014 17:17:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75A33E0B; Tue, 16 Sep 2014 17:17:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8GHHEt4078905; Tue, 16 Sep 2014 17:17:14 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8GHHDhw078899; Tue, 16 Sep 2014 17:17:13 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409161717.s8GHHDhw078899@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 16 Sep 2014 17:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368337 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2014 17:17:14 -0000 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