mail/fetchmail: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2020-02-17 08:46:41 +01:00
parent 5d02c17b9a
commit 4cd87945cd
1 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,7 @@ PORTNAME?= fetchmail
PORTVERSION= 6.4.1
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/branch_6.4/
MASTER_SITES= SF/fetchmail/branch_6.4/
MAINTAINER= chalpin@cs.wisc.edu
COMMENT?= Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR
@ -14,7 +14,7 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
.if empty(MASTERDIR)
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
USES= cpe gmake tar:xz ssl
@ -36,12 +36,14 @@ CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-SDPS \
# for instance, libcom_err.so on GSSAPI_NONE builds:
LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-needed
OPTIONS_DEFINE= NLS DOCS
OPTIONS_DEFINE= CA_BUNDLE NLS DOCS
OPTIONS_SINGLE= GSSAPI
OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
OPTIONS_DEFAULT= GSSAPI_BASE
OPTIONS_DEFAULT= CA_BUNDLE GSSAPI_BASE
OPTIONS_SUB= yes
CA_BUNDLE_DESC= Install CA bundle for OpenSSL
GSSAPI_BASE_USES= gssapi
GSSAPI_BASE_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS}
GSSAPI_HEIMDAL_USES= gssapi:heimdal