summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2023-10-06 11:07:23 +0200
committerDag-Erling Smørgrav <des@FreeBSD.org>2023-10-06 11:07:23 +0200
commit6e968aff79f98c52529e6b15720488bc05db7c83 (patch)
tree5c9c1a8597db3016d03047d82e1c7354c0cf648a /mail/fetchmail
parent175afd75038b999998d6d5e5e02ef421bf6412eb (diff)
downloadfreebsd-ports-6e968aff79f98c52529e6b15720488bc05db7c83.zip
mail/fetchmail: Remove unneeded CA_BUNDLE option.
MFH: 2023Q4 Approved by: maintainer Differential Revision: https://reviews.freebsd.org/D42073
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 324ed11c7941..3ac359fc5da5 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,6 +1,6 @@
PORTNAME?= fetchmail
DISTVERSION= 6.4.37
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= mail
# The next line is inherited by the fetchmailconf dependent port,
# do NOT replace fetchmail by ${PORTNAME}
@@ -45,17 +45,14 @@ PORTDOCS= FAQ FEATURES NEWS NOTES OLDNEWS README README.SSL \
README.SSL-SERVER design-notes.html esrs-design-notes.html \
fetchmail-FAQ.html fetchmail-features.html todo.html
-OPTIONS_DEFINE= CA_BUNDLE DOCS NLS
-OPTIONS_DEFAULT= CA_BUNDLE GSSAPI_BASE OPENSSL
+OPTIONS_DEFINE= DOCS NLS
+OPTIONS_DEFAULT= GSSAPI_BASE OPENSSL
OPTIONS_SINGLE= GSSAPI TLS
OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
OPTIONS_SINGLE_TLS= OPENSSL WOLFSSL
OPTIONS_SUB= yes
-CA_BUNDLE_DESC= Install CA bundle for OpenSSL
-CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-
GSSAPI_BASE_USES= gssapi
GSSAPI_BASE_CONFIGURE_ON= ${GSSAPI_CONFIGURE_ARGS} \
--with-gssapi=${GSSAPIBASEDIR}