From owner-svn-ports-all@FreeBSD.ORG Sat May 10 14:27:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8BE0BAA; Sat, 10 May 2014 14:27:16 +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 B92F81B3; Sat, 10 May 2014 14:27:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AERG34048345; Sat, 10 May 2014 14:27:16 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4AERGKU048342; Sat, 10 May 2014 14:27:16 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201405101427.s4AERGKU048342@svn.freebsd.org> From: Bryan Drewery Date: Sat, 10 May 2014 14:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353572 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 14:27:16 -0000 Author: bdrewery Date: Sat May 10 14:27:15 2014 New Revision: 353572 URL: http://svnweb.freebsd.org/changeset/ports/353572 QAT: https://qat.redports.org/buildarchive/r353572/ Log: - Update to 3.0.16 - Move to using pkg-plist Changes: This will likely be the last 3.0.x release. 3.1 is almost complete. * Leftovers checking has moved to Ports Mk/Scripts/check_leftovers.sh, which allows more consistency and easier maintenance without requiring a Poudriere release to make changes. * Staging Orphans has moved to Ports 'make check-plist' for the same reasons. See r351587 for more information on the new behavior. The new leftover/orphan code has new %%PLIST%% sub behavior and also fixes many false-positive orphans, leftovers, and @dirrm showing. * Fix many races in port cleanup/skip handling. * Fix crashed builder detection. * Hide pkg_install EOL warnings and disable WARNING/ERROR waits when testing * Disable DEVELOPER from make.conf; Poudriere will automatically set it when appropriate. This prevents testing of port dependencies that were not requested to be tested. * distclean: Prevent removing all files by accident. * Having PKG_REPO_SIGNING_KEY set but the file missing is now fatal. * kern.securelevel >=1 is now fatal. * Fix 'kill: No such process' warnings with older /bin/sh (8.x) * Fix crash on 8.3 due to bug with $(()) handling of _vars (fixed in base r234001) * Fix case of packages always rebuilding with "changed options" when the port has an OPTION defined multiple times (such as fixed in ports r352512) * Fix 'Terminated' warning showing at shutdown with older /bin/sh (fixed by r218105 but never made it to stable/8) Added: head/ports-mgmt/poudriere/pkg-plist (contents, props changed) Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Sat May 10 13:55:35 2014 (r353571) +++ head/ports-mgmt/poudriere/Makefile Sat May 10 14:27:15 2014 (r353572) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.15 +PORTVERSION= 3.0.16 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ @@ -13,57 +13,14 @@ COMMENT= Port build and test system LICENSE= BSD2CLAUSE OPTIONS_DEFINE= ZSH +OPTIONS_SUB= yes CONFLICTS_INSTALL= poudriere-devel -PLIST_FILES= etc/poudriere.conf.sample \ - bin/poudriere \ - man/man8/poudriere.8.gz \ - libexec/poudriere/cpdup \ - libexec/poudriere/dirwatch \ - libexec/poudriere/dirempty \ - libexec/poudriere/make_index \ - share/poudriere/awk/dependency_loop.awk \ - share/poudriere/awk/humanize.awk \ - share/poudriere/awk/json.awk \ - share/poudriere/awk/make_index.awk \ - share/poudriere/awk/siginfo_buildtime.awk \ - share/poudriere/html/index.html \ - share/poudriere/html/jquery-1.9.1.min.js \ - share/poudriere/html/logo.jpg \ - share/poudriere/html/poudriere.css \ - share/poudriere/html/poudriere.js \ - share/poudriere/bulk.sh \ - share/poudriere/clean.sh \ - share/poudriere/common.sh \ - share/poudriere/daemon.sh \ - share/poudriere/distclean.sh \ - share/poudriere/jail.sh \ - share/poudriere/options.sh \ - share/poudriere/ports.sh \ - share/poudriere/queue.sh \ - share/poudriere/status.sh \ - share/poudriere/testport.sh - -PLIST_DIRS= libexec/poudriere \ - share/poudriere/awk \ - share/poudriere/html \ - share/poudriere - -.include - -.if ${PORT_OPTIONS:MZSH} -PLIST_FILES+= share/zsh/site-functions/_poudriere -PLIST_DIRSTRY+= share/zsh/site-functions -PLIST_DIRSTRY+= share/zsh/ -.endif - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/poudriere/* -.if ${PORT_OPTIONS:MZSH} @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ @${INSTALL_DATA} ${WRKSRC}/zsh-completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_poudriere -.endif .include Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Sat May 10 13:55:35 2014 (r353571) +++ head/ports-mgmt/poudriere/distinfo Sat May 10 14:27:15 2014 (r353572) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.15.tar.gz?uuid=3.0.15) = ec1fe72479bb1fe5f4e220621499b665a3f9aa20bce28a7cff209d9c2603355b -SIZE (poudriere-3.0.15.tar.gz?uuid=3.0.15) = 155345 +SHA256 (poudriere-3.0.16.tar.gz?uuid=3.0.16) = 52e48b19d436ba29df4411e187cbf02b83226945e4099ff0c30e01426d5919ae +SIZE (poudriere-3.0.16.tar.gz?uuid=3.0.16) = 156112 Added: head/ports-mgmt/poudriere/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/pkg-plist Sat May 10 14:27:15 2014 (r353572) @@ -0,0 +1,35 @@ +bin/poudriere +@sample etc/poudriere.conf.sample +libexec/poudriere/cpdup +libexec/poudriere/dirempty +libexec/poudriere/dirwatch +libexec/poudriere/make_index +man/man8/poudriere.8.gz +%%DATADIR%%/awk/dependency_loop.awk +%%DATADIR%%/awk/humanize.awk +%%DATADIR%%/awk/json.awk +%%DATADIR%%/awk/make_index.awk +%%DATADIR%%/awk/siginfo_buildtime.awk +%%DATADIR%%/bulk.sh +%%DATADIR%%/clean.sh +%%DATADIR%%/common.sh +%%DATADIR%%/daemon.sh +%%DATADIR%%/distclean.sh +%%DATADIR%%/html/index.html +%%DATADIR%%/html/jquery-1.9.1.min.js +%%DATADIR%%/html/logo.jpg +%%DATADIR%%/html/poudriere.css +%%DATADIR%%/html/poudriere.js +%%DATADIR%%/jail.sh +%%DATADIR%%/options.sh +%%DATADIR%%/ports.sh +%%DATADIR%%/queue.sh +%%DATADIR%%/status.sh +%%DATADIR%%/testport.sh +%%ZSH%%share/zsh/site-functions/_poudriere +%%ZSH%%@dirrmtry share/zsh/site-functions +%%ZSH%%@dirrmtry share/zsh/ +@dirrmtry libexec/poudriere +@dirrmtry %%DATADIR%%/awk +@dirrmtry %%DATADIR%%/html +@dirrmtry %%DATADIR%%