From owner-svn-ports-all@freebsd.org Fri Feb 2 18:25:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9228FEE82A3; Fri, 2 Feb 2018 18:25:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 410A7792C0; Fri, 2 Feb 2018 18:25:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B9B61F545; Fri, 2 Feb 2018 18:25:39 +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 w12IPd4J021880; Fri, 2 Feb 2018 18:25:39 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w12IPdt1021878; Fri, 2 Feb 2018 18:25:39 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201802021825.w12IPdt1021878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 2 Feb 2018 18:25:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460723 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/ports-mgmt/poudriere-devel X-SVN-Commit-Revision: 460723 X-SVN-Commit-Repository: ports 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.25 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: Fri, 02 Feb 2018 18:25:39 -0000 Author: bdrewery Date: Fri Feb 2 18:25:38 2018 New Revision: 460723 URL: https://svnweb.freebsd.org/changeset/ports/460723 Log: - bulk: Fix skipping failed packages. - Add CERTS option to allow disabling ca_root_nss and freebsd-release-manifests dependencies. 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 Feb 2 18:20:05 2018 (r460722) +++ head/ports-mgmt/poudriere-devel/Makefile Fri Feb 2 18:25:38 2018 (r460723) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.2.99.20180202 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -18,25 +18,24 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.2.4-148-g1f555127 +GH_TAGNAME= 3.2.4-149-g9c388299 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d -OPTIONS_DEFINE= DIALOG4PORTS EXAMPLES QEMU ZSH -OPTIONS_DEFAULT=DIALOG4PORTS ZSH +OPTIONS_DEFINE= CERTS DIALOG4PORTS EXAMPLES QEMU ZSH +OPTIONS_DEFAULT=CERTS DIALOG4PORTS ZSH OPTIONS_SUB= yes -IGNORE= bug with skipped packages +CERTS_DESC= Install checksum and SSL certificates for jail creation +CERTS_RUN_DEPENDS+= ca_root_nss>=0:security/ca_root_nss +CERTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests -RUN_DEPENDS+= ca_root_nss>=0:security/ca_root_nss -RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests - -DIALOG4PORTS_DESC= Install dialog4ports (necessary for options command) as runtime dependency +DIALOG4PORTS_DESC= Install dialog4ports for options command DIALOG4PORTS_RUN_DEPENDS= dialog4ports>0:ports-mgmt/dialog4ports -QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures +QEMU_DESC= Add qemu-user-static for non-x86 architectures QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static .include Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Fri Feb 2 18:20:05 2018 (r460722) +++ head/ports-mgmt/poudriere-devel/distinfo Fri Feb 2 18:25:38 2018 (r460723) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517594338 -SHA256 (freebsd-poudriere-3.2.99.20180202-3.2.4-148-g1f555127_GH0.tar.gz) = 81e22e8b62697b42a2377cea9bdea655bcba5e4d941d129ba25fddac88bab555 -SIZE (freebsd-poudriere-3.2.99.20180202-3.2.4-148-g1f555127_GH0.tar.gz) = 4354041 +TIMESTAMP = 1517595754 +SHA256 (freebsd-poudriere-3.2.99.20180202-3.2.4-149-g9c388299_GH0.tar.gz) = 1b3d4ece2b5b9cb7422c0dfeb685c907fcb7e3288e7e703d29d552f06fa31767 +SIZE (freebsd-poudriere-3.2.99.20180202-3.2.4-149-g9c388299_GH0.tar.gz) = 4356256