From owner-svn-ports-head@FreeBSD.ORG Sat Dec 1 16:22:58 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89B6D2AA; Sat, 1 Dec 2012 16:22:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 65C198FC08; Sat, 1 Dec 2012 16:22:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1GMwdb046896; Sat, 1 Dec 2012 16:22:58 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1GMwb8046894; Sat, 1 Dec 2012 16:22:58 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201212011622.qB1GMwb8046894@svn.freebsd.org> From: Bryan Drewery Date: Sat, 1 Dec 2012 16:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308077 - head/ports-mgmt/poudriere 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: Sat, 01 Dec 2012 16:22:58 -0000 Author: bdrewery Date: Sat Dec 1 16:22:57 2012 New Revision: 308077 URL: http://svnweb.freebsd.org/changeset/ports/308077 Log: - Update to 2.3 - Sort PLIST_FILES and remove trailing slash Changes: * Heavy parallelization improvements * Performance improvements * Non-ZFS ports trees are now supported. See the site for details on how to use a local tree. * distclean: New script to cleanup old distfiles * bulk: New NO_RESTRICTED flag to clean restricted distfiles and packages * jail: Add 'gjb' method to use Glen Barber's snapshots * jail -cu: Support PARALLEL_JOBS/-J for buildworld * jail -cu: Enable ccache support, requires host have devel/ccache * New TMPFS_DATA to allow having the pool,cache and other poudriere temporary files be stored in memory (important if using bulk -a) * Fix needing pkg_install on host for pkg_install target builds * bulk/testport: Automatically detect dependency loops and deadlocked queue, which fixes "infinite loop" or "hang" when building * options: Add -c/-C to select config/config-conditional * testport: Fail the test if dependencies fail * HTML Stats page now auto refreshes every 10 seconds * Fix HTML Stats not being written atomically * bulk/testport: Add -v flag to be more verbose * bulk/testport: -D is now -vv * jail -c: Install games dist as some ports require it to build * Html status: Link port origins to portsmon * testport: SAVE_WRKDIR is now supported * Better FreeBSD 8.3 support * Many bugfixes Feature safe: yes Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Sat Dec 1 14:47:52 2012 (r308076) +++ head/ports-mgmt/poudriere/Makefile Sat Dec 1 16:22:57 2012 (r308077) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION} @@ -23,15 +23,16 @@ CONFLICTS_INSTALL= poudriere-devel-* PLIST_FILES= etc/poudriere.conf.sample \ bin/poudriere \ + share/poudriere/bulk.sh \ share/poudriere/clean.sh \ share/poudriere/common.sh \ - share/poudriere/test_ports.sh \ - share/poudriere/ports.sh \ - share/poudriere/jail.sh \ - share/poudriere/bulk.sh \ share/poudriere/cron.sh \ - share/poudriere/queue.sh \ + share/poudriere/distclean.sh \ + share/poudriere/jail.sh \ share/poudriere/options.sh \ + share/poudriere/ports.sh \ + share/poudriere/queue.sh \ + share/poudriere/test_ports.sh PLIST_DIRS= share/poudriere Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Sat Dec 1 14:47:52 2012 (r308076) +++ head/ports-mgmt/poudriere/distinfo Sat Dec 1 16:22:57 2012 (r308077) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.2.tar.gz?uuid=2.2) = b557a9d6ffab5e050935bf2eaded25c23f3e0ff610ce1293d1123cee8354898f -SIZE (poudriere-2.2.tar.gz?uuid=2.2) = 34481 +SHA256 (poudriere-2.3.tar.gz?uuid=2.3) = 9a0a060b3f9b15c32c7cde746b5de0765a412b4d0efff889e3ed183ffcc494bf +SIZE (poudriere-2.3.tar.gz?uuid=2.3) = 39318