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

(-)mail/libetpan/Makefile (-1 / +7 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	libetpan
9
PORTNAME=	libetpan
10
PORTVERSION=	0.37
10
PORTVERSION=	0.38
11
CATEGORIES=	mail
11
CATEGORIES=	mail
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 30-35 Link Here
30
.else
30
.else
31
USE_OPENSSL=	yes
31
USE_OPENSSL=	yes
32
CONFIGURE_ARGS+=	--without-gnutls
32
CONFIGURE_ARGS+=	--without-gnutls
33
.endif
34
35
.if defined(WITH_SASL)
36
LIB_DEPENDS+=	sasl2.2:${PORTSDIR}/mail/cyrus-sasl2
37
.else
38
CONFIGURE_ARGS+=	--without-sasl
33
.endif
39
.endif
34
40
35
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)mail/libetpan/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libetpan-0.37.tar.gz) = 82fbce08c9b3c073e9e93798c2797224
1
MD5 (libetpan-0.38.tar.gz) = 4d31145dee857beca7e283aa03fe9450
2
SIZE (libetpan-0.37.tar.gz) = 1009047
2
SIZE (libetpan-0.38.tar.gz) = 1104864
(-)mail/libetpan/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
interface, the interface is the same for all kinds of mail access, remote
3
interface, the interface is the same for all kinds of mail access, remote
4
and local mailboxes.
4
and local mailboxes.
5
5
6
WWW: http://libetpan.sourceforge.net/
6
WWW: http://www.etpan.org/libetpan/
(-)mail/libetpan/pkg-plist (-1 / +1 lines)
Lines 120-124 Link Here
120
include/libetpan.h
120
include/libetpan.h
121
lib/libetpan.a
121
lib/libetpan.a
122
lib/libetpan.so
122
lib/libetpan.so
123
lib/libetpan.so.2
123
lib/libetpan.so.3
124
@dirrm include/libetpan
124
@dirrm include/libetpan

Return to bug 83857