From owner-svn-ports-head@FreeBSD.ORG Sun Mar 17 20:22:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 11CD61A9; Sun, 17 Mar 2013 20:22:55 +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 0487AFC; Sun, 17 Mar 2013 20:22:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2HKMsLU039243; Sun, 17 Mar 2013 20:22:54 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2HKMseC039240; Sun, 17 Mar 2013 20:22:54 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201303172022.r2HKMseC039240@svn.freebsd.org> From: Bryan Drewery Date: Sun, 17 Mar 2013 20:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314487 - 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: Sun, 17 Mar 2013 20:22:55 -0000 Author: bdrewery Date: Sun Mar 17 20:22:54 2013 New Revision: 314487 URL: http://svnweb.freebsd.org/changeset/ports/314487 Log: - Update to checkin e9eb1d10aa which will become 2.4. 2.4 will be the last major release in 2.x. Once 2.4 is released, this devel port will be updated to 3.0 which optionally supports NO ZFS!! - Convert tab to space in WWW Changes: - cron: This is now deprecated and will be replaced in 3.0 with a daemon - testport: -d support has been deprecated and will be removed in 3.0. Use -p instead. - bulk: The queue is now processed through a priority based on how many other ports depend on the port that is ready-to-build [1] - bulk: Add -R option to remove RESTRICTED packages after building - bulk: Fix INDEX building - Builds now mount packages, ports, distfiles and options as read-only They are allowed to have changes made only in specific phases. Note that 'testport -c' is currently broken due to this. - Fix IPv6-only hosts - Build logs now include make.conf - Improved leftover detection using mtree - Ports now only have distfiles available to them that are registered in their distinfo. - Leftovers now use the entire PLIST_SUB list - Fix WRKDIR being saved on extract failures - More build performance improvements - Improved stuck queue error displaying and handling - TMPFS_LOCALBASE support added - More sanity checks added for broken ports - ports: csup support removed as CVS is EoL - testport: Fix port's PREFIX not being respected - ports: Fix svn+https support [2] - Ability to always save WRKDIR if a .keep file is present Submitted by: Matthew Dillon [1] (based on) Submitted by: antoine [2] Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo head/ports-mgmt/poudriere-devel/pkg-descr Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Sun Mar 17 20:22:40 2013 (r314486) +++ head/ports-mgmt/poudriere-devel/Makefile Sun Mar 17 20:22:54 2013 (r314487) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.3.99.20130113 +PORTVERSION= 2.3.99.20130317 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= a4714af748 +FSL_CHKIN= e9eb1d10aa NO_BUILD= yes MANCOMPRESSED= yes @@ -35,7 +35,7 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/options.sh \ share/poudriere/ports.sh \ share/poudriere/queue.sh \ - share/poudriere/test_ports.sh + share/poudriere/testport.sh PLIST_DIRS= share/poudriere Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Sun Mar 17 20:22:40 2013 (r314486) +++ head/ports-mgmt/poudriere-devel/distinfo Sun Mar 17 20:22:54 2013 (r314487) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.3.99.20130113.tar.gz?uuid=a4714af748) = 5965824c8f2ab97e18698cfe8f3ee324e9de91579aba83572f37051088d81125 -SIZE (poudriere-2.3.99.20130113.tar.gz?uuid=a4714af748) = 40694 +SHA256 (poudriere-2.3.99.20130317.tar.gz?uuid=e9eb1d10aa) = 72bf580c9ca4ed99a309b2571424b8318bc7a3b60877941dff8cddea2d38086c +SIZE (poudriere-2.3.99.20130317.tar.gz?uuid=e9eb1d10aa) = 42029 Modified: head/ports-mgmt/poudriere-devel/pkg-descr ============================================================================== --- head/ports-mgmt/poudriere-devel/pkg-descr Sun Mar 17 20:22:40 2013 (r314486) +++ head/ports-mgmt/poudriere-devel/pkg-descr Sun Mar 17 20:22:54 2013 (r314487) @@ -2,4 +2,4 @@ poudriere is a tool primarily designed t FreeBSD. However, most people will find it useful to bulk build ports for FreeBSD. -WWW: http://fossil.etoilebsd.net/poudriere +WWW: http://fossil.etoilebsd.net/poudriere