From owner-svn-ports-head@FreeBSD.ORG Thu Oct 10 02:20:18 2013 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 ESMTP id 21EF0D9E; Thu, 10 Oct 2013 02:20:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E871B2633; Thu, 10 Oct 2013 02:20:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A2KHAA090827; Thu, 10 Oct 2013 02:20:17 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9A2KHAg090825; Thu, 10 Oct 2013 02:20:17 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201310100220.r9A2KHAg090825@svn.freebsd.org> From: Bryan Drewery Date: Thu, 10 Oct 2013 02:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329958 - 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.14 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: Thu, 10 Oct 2013 02:20:18 -0000 Author: bdrewery Date: Thu Oct 10 02:20:17 2013 New Revision: 329958 URL: http://svnweb.freebsd.org/changeset/ports/329958 Log: - Update to checkin cf519772ff Changes: * Fix random crashes with parallel process handling * sanity check is now parallelized for a big speedup * Pkg deleting during startup has been optimized further to avoid a bottleneck during parallelization * jail -cu: Disable CCACHE on 10 * Manpage typo fix * testport/bulk -t: Fix staging absolute link checking with files that have spaces * testport: Fix so that MAKE_JOBS runs by default * bulk -t: Fix so that MAKE_JOBS does not run by default * testport: Fix so that the port being tested shows in the web ui. Note that this is still in data/logs/bulk/ 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 Thu Oct 10 02:15:58 2013 (r329957) +++ head/ports-mgmt/poudriere-devel/Makefile Thu Oct 10 02:20:17 2013 (r329958) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20131005 +PORTVERSION= 3.0.99.20131009 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= fbd0b7e356 +FSL_CHKIN= cf519772ff OPTIONS_DEFINE= ZSH @@ -62,6 +62,8 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/bulk.sh \ share/poudriere/clean.sh \ share/poudriere/common.sh \ + share/poudriere/common.sh.dragonfly \ + share/poudriere/common.sh.freebsd \ share/poudriere/daemon.sh \ share/poudriere/distclean.sh \ share/poudriere/jail.sh \ Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Thu Oct 10 02:15:58 2013 (r329957) +++ head/ports-mgmt/poudriere-devel/distinfo Thu Oct 10 02:20:17 2013 (r329958) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20131005.tar.gz?uuid=fbd0b7e356) = d628a724ebdf98b8a2d6d98bf646b391a36196592ae5183edfeb0c598e6c26a3 -SIZE (poudriere-3.0.99.20131005.tar.gz?uuid=fbd0b7e356) = 245904 +SHA256 (poudriere-3.0.99.20131009.tar.gz?uuid=cf519772ff) = e64d72aa5172c83e59915f15746f871f57300d203d563f1017a7cc621b4cb3d2 +SIZE (poudriere-3.0.99.20131009.tar.gz?uuid=cf519772ff) = 246975