git: 0d3cb57ce2a4 - main - ports-mgmt/poudriere{,-devel}: Drop ca_root_nss dependency.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 20:34:32 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0d3cb57ce2a4bee1471ff219d5a65db018747692
commit 0d3cb57ce2a4bee1471ff219d5a65db018747692
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-10-05 20:32:39 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-10-05 20:33:37 +0000
ports-mgmt/poudriere{,-devel}: Drop ca_root_nss dependency.
Since the CERTS option no longer installs certificates, we rename it
to MANIFESTS.
MFH: 2023Q4
Reviewed by: bdrewery
Differential Revision: https://reviews.freebsd.org/D42070
---
ports-mgmt/poudriere-devel/Makefile | 11 +++++------
ports-mgmt/poudriere/Makefile | 11 +++++------
2 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile
index 21039eb63fdb..a6d3f4dd1c5c 100644
--- a/ports-mgmt/poudriere-devel/Makefile
+++ b/ports-mgmt/poudriere-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= poudriere
DISTVERSION= 3.3.99.20220831
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -22,13 +22,12 @@ GH_TAGNAME= 3.3.0-1135-g137c376a8
GNU_CONFIGURE= yes
ETCDIR= ${PREFIX}/etc/poudriere.d
-OPTIONS_DEFINE= BASH CERTS DIALOG4PORTS EXAMPLES QEMU ZSH
-OPTIONS_DEFAULT=BASH CERTS DIALOG4PORTS ZSH
+OPTIONS_DEFINE= BASH MANIFESTS DIALOG4PORTS EXAMPLES QEMU ZSH
+OPTIONS_DEFAULT=BASH MANIFESTS DIALOG4PORTS ZSH
OPTIONS_SUB= yes
-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
+MANIFESTS_DESC= Install manifests for jail creation
+MANIFESTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests
DIALOG4PORTS_DESC= Install dialog4ports for options command
DIALOG4PORTS_RUN_DEPENDS= dialog4ports>0:ports-mgmt/dialog4ports
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile
index 0dec64f43843..e8e8cb4dbebf 100644
--- a/ports-mgmt/poudriere/Makefile
+++ b/ports-mgmt/poudriere/Makefile
@@ -1,6 +1,6 @@
PORTNAME= poudriere
DISTVERSION= 3.3.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -20,13 +20,12 @@ GH_ACCOUNT= freebsd
GNU_CONFIGURE= yes
ETCDIR= ${PREFIX}/etc/poudriere.d
-OPTIONS_DEFINE= BASH CERTS DIALOG4PORTS EXAMPLES QEMU ZSH
-OPTIONS_DEFAULT=BASH CERTS DIALOG4PORTS ZSH
+OPTIONS_DEFINE= BASH MANIFESTS DIALOG4PORTS EXAMPLES QEMU ZSH
+OPTIONS_DEFAULT=BASH MANIFESTS DIALOG4PORTS ZSH
OPTIONS_SUB= yes
-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
+MANIFESTS_DESC= Install manifests for jail creation
+MANIFESTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests
DIALOG4PORTS_DESC= Install dialog4ports for options command
DIALOG4PORTS_RUN_DEPENDS= dialog4ports>0:ports-mgmt/dialog4ports