svn commit: r460720 - head/ports-mgmt/poudriere-devel

Bryan Drewery bdrewery at FreeBSD.org
Fri Feb 2 18:05:11 UTC 2018


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 <yasu at utahime.org> [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


More information about the svn-ports-head mailing list