From owner-svn-ports-head@FreeBSD.ORG Fri May 17 04:28:31 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 E2C8ABB4; Fri, 17 May 2013 04:28:31 +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 B9E8F5F8; Fri, 17 May 2013 04:28:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4H4SVi4070465; Fri, 17 May 2013 04:28:31 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4H4SVsd070463; Fri, 17 May 2013 04:28:31 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201305170428.r4H4SVsd070463@svn.freebsd.org> From: Bryan Drewery Date: Fri, 17 May 2013 04:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318354 - 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: Fri, 17 May 2013 04:28:32 -0000 Author: bdrewery Date: Fri May 17 04:28:31 2013 New Revision: 318354 URL: http://svnweb.freebsd.org/changeset/ports/318354 Log: - Update to checkin 9d45276ee9 which should become 3.0 Changes: - Add new subcommand 'status' which lists running builds. Specify -j[pz] to view the current status of a specific build and all of its jobs. - Missing/New Dependencies: Be more verbose by default about why packages are being deleted. - CHECK_CHANGED_OPTIONS now defaults to verbose - Add CHECK_CHANGED_DEPS and default it to on - Fix support for jails with ':' in them - bulk: Allow specifying -f multiple times - testport -i: Add hostname into /etc/hosts - Documentation fixes - Fix DISABLE_MAKE_JOBS support - Fix dependencies being checked twice during port builds when not port testing - jail -u fixes for freebsd-update/ftp - Fix buildtime tracking missing a space 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 Fri May 17 04:17:22 2013 (r318353) +++ head/ports-mgmt/poudriere-devel/Makefile Fri May 17 04:28:31 2013 (r318354) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20130426 +PORTVERSION= 3.0.99.20130517 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= 6cbcb7e1bb +FSL_CHKIN= 9d45276ee9 MANCOMPRESSED= yes MAN8= poudriere.8 @@ -47,6 +47,7 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/options.sh \ share/poudriere/ports.sh \ share/poudriere/queue.sh \ + share/poudriere/status.sh \ share/poudriere/testport.sh PLIST_DIRS= libexec/poudriere \ Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Fri May 17 04:17:22 2013 (r318353) +++ head/ports-mgmt/poudriere-devel/distinfo Fri May 17 04:28:31 2013 (r318354) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20130426.tar.gz?uuid=6cbcb7e1bb) = 451d1b9b2e2d753ad3eea71dc72f02a992efe6d5a6e7efc9e72a789228512879 -SIZE (poudriere-3.0.99.20130426.tar.gz?uuid=6cbcb7e1bb) = 105592 +SHA256 (poudriere-3.0.99.20130517.tar.gz?uuid=9d45276ee9) = 4df41b193a132ddc1be4435a513b48162fd148dd1dbdc9ca4f4d8610813e5fe7 +SIZE (poudriere-3.0.99.20130517.tar.gz?uuid=9d45276ee9) = 106812