View | Details | Raw Unified | Return to bug 283744
Collapse All | Expand All

(-)b/mail/fetchmail/Makefile (-4 / +6 lines)
Lines 1-5 Link Here
1
PORTNAME?=	fetchmail
1
PORTNAME?=	fetchmail
2
DISTVERSION=	6.5.1
2
DISTVERSION=	6.5.2
3
PORTREVISION?=	0
3
PORTREVISION?=	0
4
CATEGORIES=	mail
4
CATEGORIES=	mail
5
# The next line is inherited by the fetchmailconf dependent port,
5
# The next line is inherited by the fetchmailconf dependent port,
Lines 13-19 WWW= https://www.fetchmail.info/ Link Here
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
14
14
15
.if empty(MASTERDIR)
15
.if empty(MASTERDIR)
16
USES=		cpe gmake tar:xz
16
USES=		cpe gmake pkgconfig tar:xz
17
IGNORE_SSL=	libressl libressl-devel
17
IGNORE_SSL=	libressl libressl-devel
18
IGNORE_SSL_REASON=	incompatible license/no GPLv2 clause 2b exception for LibreSSL
18
IGNORE_SSL_REASON=	incompatible license/no GPLv2 clause 2b exception for LibreSSL
19
# The Free Software Foundation asserts that a GPL v2 clause 2b exception is
19
# The Free Software Foundation asserts that a GPL v2 clause 2b exception is
Lines 51-60 OPTIONS_SINGLE_TLS= OPENSSL WOLFSSL Link Here
51
51
52
OPTIONS_SUB=	yes
52
OPTIONS_SUB=	yes
53
53
54
OPIE_CONFIGURE_ON=		--enable-opie
55
OPIE_DESC=			Build with OPIE support (deprecated - weak/broken cryptography)
54
OPIE_DESC=			Build with OPIE support (deprecated - weak/broken cryptography)
56
55
57
RPA_CONFIGURE_ON=		--enable-RPA
58
RPA_DESC=			Build with RPA support (deprecated - weak/broken cryptography)
56
RPA_DESC=			Build with RPA support (deprecated - weak/broken cryptography)
59
57
60
GSSAPI_BASE_USES=		gssapi
58
GSSAPI_BASE_USES=		gssapi
Lines 73-78 NLS_CONFIGURE_ENABLE= nls Link Here
73
71
74
OPENSSL_CONFIGURE_WITH=	ssl=${OPENSSLBASE}
72
OPENSSL_CONFIGURE_WITH=	ssl=${OPENSSLBASE}
75
73
74
OPIE_CONFIGURE_ON=		--enable-opie
75
76
RPA_CONFIGURE_ON=		--enable-RPA
77
76
WOLFSSL_LIB_DEPENDS=	libwolfssl.so:security/wolfssl
78
WOLFSSL_LIB_DEPENDS=	libwolfssl.so:security/wolfssl
77
WOLFSSL_USES_OFF=	ssl
79
WOLFSSL_USES_OFF=	ssl
78
WOLFSSL_CONFIGURE_ON=	WOLFSSL_TRUST_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
80
WOLFSSL_CONFIGURE_ON=	WOLFSSL_TRUST_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
(-)b/mail/fetchmail/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1731628928
1
TIMESTAMP = 1735559390
2
SHA256 (fetchmail-6.5.1.tar.xz) = ca3fdb95141c277aca109be77f4d45b47e03ee010043058dd90bc182db518d4a
2
SHA256 (fetchmail-6.5.2.tar.xz) = 8fd0477408620ae382c1d0ef83d8946a95e5be0c2e582dd4ebe55cba513a45fe
3
SIZE (fetchmail-6.5.1.tar.xz) = 1110924
3
SIZE (fetchmail-6.5.2.tar.xz) = 1110968
4
- 

Return to bug 283744