git: 175afd75038b - main - devel/mercurial: Remove unneeded CA_BUNDLE option.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 09:07:35 UTC
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/ports/commit/?id=175afd75038b999998d6d5e5e02ef421bf6412eb commit 175afd75038b999998d6d5e5e02ef421bf6412eb Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2023-10-06 09:07:16 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2023-10-06 09:07:16 +0000 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 6c26b97fd52e..2f1338b04a82 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