From 175afd75038b999998d6d5e5e02ef421bf6412eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 6 Oct 2023 11:07:16 +0200 Subject: [PATCH] devel/mercurial: Remove unneeded CA_BUNDLE option. MFH: 2023Q4 Reviewed by: sunpoet Differential Revision: https://reviews.freebsd.org/D42073 --- devel/mercurial/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 6c26b97fd52e2..2f1338b04a820 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,5 +1,6 @@ PORTNAME= mercurial PORTVERSION= 6.5.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= https://www.mercurial-scm.org/release/ @@ -17,12 +18,10 @@ USES= cpe python shebangfix SHEBANG_FILES= contrib/hgweb.fcgi hgweb.cgi USE_PYTHON= autoplist pep517 -OPTIONS_DEFINE= CA_BUNDLE DATA DOCS NLS FREEBSD -OPTIONS_DEFAULT= CA_BUNDLE DATA +OPTIONS_DEFINE= DATA DOCS NLS FREEBSD +OPTIONS_DEFAULT= DATA OPTIONS_SUB= yes -CA_BUNDLE_DESC= Install CA Certificates -CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss DATA_SUB_FILES= pkg-message FREEBSD_DESC= Patches used internally by the FreeBSD Project FREEBSD_EXTRA_PATCHES= ${FILESDIR}/extra-patch-authormapsuffix