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

(-)mail/libetpan/Makefile (-3 / +5 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	libetpan
9
PORTNAME=	libetpan
10
PORTVERSION=	0.28
10
PORTVERSION=	0.29
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 20-27 Link Here
20
20
21
USE_OPENSSL=	yes
21
USE_OPENSSL=	yes
22
USE_LIBTOOL=	yes
22
USE_LIBTOOL=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/db4 -I${LOCALBASE}/include"
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
24
LDFLAGS+=	-L${LOCALBASE}/lib
25
INSTALLS_SHLIB=	yes
24
INSTALLS_SHLIB=	yes
25
26
CPPFLAGS=	-I${LOCALBASE}/include/db4 -I${LOCALBASE}/include
27
LDFLAGS=	-L${LOCALBASE}/lib
26
28
27
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)mail/libetpan/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libetpan-0.28.tar.gz) = af84f13f6031e367fd190083a5423df7
1
MD5 (libetpan-0.29.tar.gz) = 5e2ec84c4adc8fadf6f826c799d82c98
(-)mail/libetpan/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/libetpan-config
1
bin/libetpan-config
2
include/libetpan/base64.h
2
include/libetpan/carray.h
3
include/libetpan/carray.h
3
include/libetpan/charconv.h
4
include/libetpan/charconv.h
4
include/libetpan/chash.h
5
include/libetpan/chash.h

Return to bug 57703