From owner-svn-ports-head@freebsd.org Mon Mar 13 19:14:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7CFD0A79A; Mon, 13 Mar 2017 19:14:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 086B91487; Mon, 13 Mar 2017 19:14:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2DJEIoK005415; Mon, 13 Mar 2017 19:14:18 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2DJEHeT005412; Mon, 13 Mar 2017 19:14:17 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201703131914.v2DJEHeT005412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 13 Mar 2017 19:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436107 - in head/ports-mgmt/poudriere: . files 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.23 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: Mon, 13 Mar 2017 19:14:19 -0000 Author: bdrewery Date: Mon Mar 13 19:14:17 2017 New Revision: 436107 URL: https://svnweb.freebsd.org/changeset/ports/436107 Log: Update to 3.1.15 Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3115 Deleted: head/ports-mgmt/poudriere/files/ Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo head/ports-mgmt/poudriere/pkg-plist Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Mon Mar 13 19:03:33 2017 (r436106) +++ head/ports-mgmt/poudriere/Makefile Mon Mar 13 19:14:17 2017 (r436107) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.14 -PORTREVISION= 3 +DISTVERSION= 3.1.15 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ GH + MAINTAINER= bdrewery@FreeBSD.org COMMENT= Port build and test system @@ -30,6 +30,24 @@ RUN_DEPENDS+= freebsd-release-manifests> QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static +.include + +# rm -x support came in 10.0. A bundled rm is used if not supported in base. +# While <10 is technically not supported in the Ports Tree, Poudriere +# detects this and it being a package build tool it should still be +# supported as a user may be installing this to build packages for upgrading +# their system to a supported release. +.if ${OSVERSION} < 1000000 +PLIST_SUB+= RM="" +.else +PLIST_SUB+= RM="@comment " +.endif + +pre-install: + ${REINPLACE_CMD} \ + -e "s,^\(POUDRIERE_VERSION\)=.*,\1='${PKGVERSION}'," \ + ${WRKSRC}/src/bin/poudriere + post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Mon Mar 13 19:03:33 2017 (r436106) +++ head/ports-mgmt/poudriere/distinfo Mon Mar 13 19:14:17 2017 (r436107) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466783271 -SHA256 (freebsd-poudriere-3.1.14_GH0.tar.gz) = 2442511b1898f514bd22087bf05e9693fa78c2c1e9f214581da8ab6d437882e9 -SIZE (freebsd-poudriere-3.1.14_GH0.tar.gz) = 2834745 +TIMESTAMP = 1489432342 +SHA256 (freebsd-poudriere-3.1.15_GH0.tar.gz) = 4cdd11324418a51c8c55604590f12c8772eb575b0ccd41d90ccdd2fa7e3172ad +SIZE (freebsd-poudriere-3.1.15_GH0.tar.gz) = 2858968 Modified: head/ports-mgmt/poudriere/pkg-plist ============================================================================== --- head/ports-mgmt/poudriere/pkg-plist Mon Mar 13 19:03:33 2017 (r436106) +++ head/ports-mgmt/poudriere/pkg-plist Mon Mar 13 19:14:17 2017 (r436107) @@ -4,7 +4,7 @@ bin/poudriere %%ETCDIR%%/hooks/pkgbuild.sh.sample @sample etc/poudriered.conf.sample etc/rc.d/poudriered -libexec/poudriere/clock_monotonic +libexec/poudriere/clock libexec/poudriere/cpdup libexec/poudriere/dirempty libexec/poudriere/dirwatch @@ -12,8 +12,10 @@ libexec/poudriere/jexecd libexec/poudriere/locked_mkdir libexec/poudriere/nc libexec/poudriere/poudriered +libexec/poudriere/ptsort libexec/poudriere/rename libexec/poudriere/rexec +%%RM%%libexec/poudriere/rm libexec/poudriere/sh libexec/poudriere/timeout libexec/poudriere/timestamp