aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/poudriere-devel
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-02-02 18:25:38 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-02-02 18:25:38 +0000
commit95de9c819501de2d444b6f531ea10a2c16a7a9b3 (patch)
tree58b1c81ba865db8214d5aadcab1211f312d8d791 /ports-mgmt/poudriere-devel
parente9e955ccea6eb969d0556edfd9158f7b96ab1fb0 (diff)
downloadports-95de9c819501de2d444b6f531ea10a2c16a7a9b3.tar.gz
ports-95de9c819501de2d444b6f531ea10a2c16a7a9b3.zip
- bulk: Fix skipping failed packages.
- Add CERTS option to allow disabling ca_root_nss and freebsd-release-manifests dependencies.
Notes
Notes: svn path=/head/; revision=460723
Diffstat (limited to 'ports-mgmt/poudriere-devel')
-rw-r--r--ports-mgmt/poudriere-devel/Makefile19
-rw-r--r--ports-mgmt/poudriere-devel/distinfo6
2 files changed, 12 insertions, 13 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile
index 753009306102..a8193c2ce733 100644
--- a/ports-mgmt/poudriere-devel/Makefile
+++ b/ports-mgmt/poudriere-devel/Makefile
@@ -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 <bsd.port.options.mk>
diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo
index 388bad5daa18..0cfa5eb1f22c 100644
--- a/ports-mgmt/poudriere-devel/distinfo
+++ b/ports-mgmt/poudriere-devel/distinfo
@@ -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