From owner-svn-ports-all@freebsd.org Fri Feb 2 18:05:10 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 B6911EE7194; Fri, 2 Feb 2018 18:05:10 +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 67DF477F93; Fri, 2 Feb 2018 18:05:10 +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 629431F1C7; Fri, 2 Feb 2018 18:05:10 +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 w12I5AWb011208; Fri, 2 Feb 2018 18:05:10 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w12I5AMX011205; Fri, 2 Feb 2018 18:05:10 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201802021805.w12I5AMX011205@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:05:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460720 - 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: 460720 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:05:11 -0000 Author: bdrewery Date: Fri Feb 2 18:05:09 2018 New Revision: 460720 URL: https://svnweb.freebsd.org/changeset/ports/460720 Log: - Update to 3.2.4-148-g1f555127 - Add dialog4ports as a dependency since 'options' requires it. [1] - image: Allow hostname to be empty for machines that get their hostname from DHCP - Force unmount if the non-busy unmount fails - bulk: Rework queue handling to avoid hitting 32k link limit on tmpfs on older releases. - Remove the need for a separate clean.sh to be called for queue cleanup. - Update poudriere.conf example to use ZPOOL=zroot as installer has - SIGINFO: Show phase time as well - Use PKG_EXT in more needed places (working on PKG_NOCOMPRESS still) - Avoid two builds stomping on the shared HTML assets directory - Fix MOVED handling for new flavor. - HTML: Serialize access to jail and top .data.json files PR: 22547 [1] Submitted by: Yasuhiro KIMURA [1] Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo head/ports-mgmt/poudriere-devel/pkg-plist Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Fri Feb 2 18:04:41 2018 (r460719) +++ head/ports-mgmt/poudriere-devel/Makefile Fri Feb 2 18:05:09 2018 (r460720) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.2.99.20180129 +DISTVERSION= 3.2.99.20180202 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -18,18 +18,21 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.2.4-119-g0da10c68 +GH_TAGNAME= 3.2.4-148-g1f555127 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d -OPTIONS_DEFINE= ZSH QEMU EXAMPLES -OPTIONS_DEFAULT=ZSH +OPTIONS_DEFINE= DIALOG4PORTS EXAMPLES QEMU ZSH +OPTIONS_DEFAULT=DIALOG4PORTS ZSH OPTIONS_SUB= yes 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_RUN_DEPENDS= dialog4ports>0:ports-mgmt/dialog4ports QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Fri Feb 2 18:04:41 2018 (r460719) +++ head/ports-mgmt/poudriere-devel/distinfo Fri Feb 2 18:05:09 2018 (r460720) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517254594 -SHA256 (freebsd-poudriere-3.2.99.20180129-3.2.4-119-g0da10c68_GH0.tar.gz) = c232f2ef4fbb899a93b89579791bd8fd6525a425334c9eef1e52f04397f3acfc -SIZE (freebsd-poudriere-3.2.99.20180129-3.2.4-119-g0da10c68_GH0.tar.gz) = 4356191 +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 Modified: head/ports-mgmt/poudriere-devel/pkg-plist ============================================================================== --- head/ports-mgmt/poudriere-devel/pkg-plist Fri Feb 2 18:04:41 2018 (r460719) +++ head/ports-mgmt/poudriere-devel/pkg-plist Fri Feb 2 18:05:09 2018 (r460720) @@ -37,7 +37,6 @@ man/man8/poudriere.8.gz %%DATADIR%%/awk/siginfo_buildtime.awk %%DATADIR%%/api.sh %%DATADIR%%/bulk.sh -%%DATADIR%%/clean.sh %%DATADIR%%/common.sh %%DATADIR%%/daemon.sh %%DATADIR%%/distclean.sh