View | Details | Raw Unified | Return to bug 252145 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mpop
4
PORTNAME=	mpop
5
DISTVERSION=	1.4.11
5
DISTVERSION=	1.4.12
6
CATEGORIES=	mail
6
CATEGORIES=	mail
7
MASTER_SITES=	https://marlam.de/mpop/releases/
7
MASTER_SITES=	https://marlam.de/mpop/releases/
8
8
Lines 20-26 Link Here
20
20
21
OPTIONS_DEFINE=		GSASL IDN LIBSECRET NLS
21
OPTIONS_DEFINE=		GSASL IDN LIBSECRET NLS
22
OPTIONS_RADIO=		TLS
22
OPTIONS_RADIO=		TLS
23
OPTIONS_RADIO_TLS=	GNUTLS OPENSSL
23
OPTIONS_RADIO_TLS=	GNUTLS LIBTLS OPENSSL
24
OPTIONS_DEFAULT=	GNUTLS IDN
24
OPTIONS_DEFAULT=	GNUTLS IDN
25
OPTIONS_SUB=		yes
25
OPTIONS_SUB=		yes
26
26
Lines 34-39 Link Here
34
LIBSECRET_DESC=		GNOME password management
34
LIBSECRET_DESC=		GNOME password management
35
LIBSECRET_LIB_DEPENDS=	libsecret-1.so:security/libsecret
35
LIBSECRET_LIB_DEPENDS=	libsecret-1.so:security/libsecret
36
LIBSECRET_CONFIGURE_WITH=	libsecret
36
LIBSECRET_CONFIGURE_WITH=	libsecret
37
LIBTLS_DESC=		SSL/TLS support via libtls
38
LIBTLS_LIB_DEPENDS=	libtls.so:security/libressl
39
LIBTLS_CONFIGURE_ON=	--with-tls=libtls
37
NLS_USES=		gettext
40
NLS_USES=		gettext
38
NLS_CONFIGURE_ENABLE=	nls
41
NLS_CONFIGURE_ENABLE=	nls
39
OPENSSL_USES=		ssl
42
OPENSSL_USES=		ssl
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1606889448
1
TIMESTAMP = 1608945943
2
SHA256 (mpop-1.4.11.tar.xz) = 9b53df519d47b5e709aa066b54b97f0cdca84a06c92dbcf52118f86223dc9dbd
2
SHA256 (mpop-1.4.12.tar.xz) = 5f6355b52d9c360619623a40c66c1a5571e393b43fe58375c0de35429ac3480a
3
SIZE (mpop-1.4.11.tar.xz) = 341752
3
SIZE (mpop-1.4.12.tar.xz) = 346316

Return to bug 252145