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

(-)libetpan/Makefile (-5 / +2 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	libetpan
9
PORTNAME=	libetpan
10
PORTVERSION=	0.57
10
PORTVERSION=	0.58
11
PORTREVISION=	1
12
CATEGORIES=	mail ipv6
11
CATEGORIES=	mail ipv6
13
MASTER_SITES=	SF
12
MASTER_SITES=	SF
14
13
Lines 32-39 Link Here
32
OPTIONS=	GNUTLS	"Enable gnuTLS support" off \
31
OPTIONS=	GNUTLS	"Enable gnuTLS support" off \
33
		IPV6	"Enable ipv6 support." on
32
		IPV6	"Enable ipv6 support." on
34
33
35
.include <bsd.port.pre.mk>
36
37
.if defined(WITH_GNUTLS)
34
.if defined(WITH_GNUTLS)
38
LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
35
LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
39
CONFIGURE_ARGS+=	--without-openssl --with-gnutls
36
CONFIGURE_ARGS+=	--without-openssl --with-gnutls
Lines 51-54 Link Here
51
post-patch:
48
post-patch:
52
	@${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
49
	@${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
53
50
54
.include <bsd.port.post.mk>
51
.include <bsd.port.mk>
(-)libetpan/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libetpan-0.57.tar.gz) = 8ce8c6c071e81884a475b12b7f9a9cc0
1
MD5 (libetpan-0.58.tar.gz) = bf20b5c0548f06b94bc588afdf5b3436
2
SHA256 (libetpan-0.57.tar.gz) = 1f3fda5c9e2961d1a6298dc8aadae321493d37727d8db45bc2e8d58f20547011
2
SHA256 (libetpan-0.58.tar.gz) = 49cc237b1fdb2da9b03ff63f61920045c66bb830380d76f783a1868738f167bb
3
SIZE (libetpan-0.57.tar.gz) = 1676498
3
SIZE (libetpan-0.58.tar.gz) = 1672554

Return to bug 136224