diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-07 03:42:18 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-07 03:42:18 +0000 |
commit | 570de3b4dbff962e73ce8ef3c69e194d7d1ab9e4 (patch) | |
tree | 6a21219190e46537bad5bcff26d79805ce6ca3c9 /mail | |
parent | de3c65bc751e00f9d858503beed5463c88c39ae7 (diff) | |
download | FreeBSD-ports-570de3b4dbff962e73ce8ef3c69e194d7d1ab9e4.zip FreeBSD-ports-570de3b4dbff962e73ce8ef3c69e194d7d1ab9e4.tar.gz |
upgrade to 0.26
PR: 42489
Submitted by: Ports Fury
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libetpan/Makefile | 11 | ||||
-rw-r--r-- | mail/libetpan/distinfo | 2 | ||||
-rw-r--r-- | mail/libetpan/pkg-plist | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 6143665..42d5f2d 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -7,20 +7,21 @@ # PORTNAME= libetpan -PORTVERSION= 0.25 -PORTREVISION= 1 +PORTVERSION= 0.26 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ + db3.3:${PORTSDIR}/databases/db3 USE_OPENSSL= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db3 -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -ldb3" INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/mail/libetpan/distinfo b/mail/libetpan/distinfo index be1ec43..01a6df8 100644 --- a/mail/libetpan/distinfo +++ b/mail/libetpan/distinfo @@ -1 +1 @@ -MD5 (libetpan-0.25.tar.gz) = 2b0933e353f49f41bf1d6adfc74ba2ff +MD5 (libetpan-0.26.tar.gz) = 6da7ee96deeae0eb10d5ead86c1223ee diff --git a/mail/libetpan/pkg-plist b/mail/libetpan/pkg-plist index 763803f..8e6dbef 100644 --- a/mail/libetpan/pkg-plist +++ b/mail/libetpan/pkg-plist @@ -4,6 +4,7 @@ include/libetpan/charconv.h include/libetpan/chash.h include/libetpan/cinthash.h include/libetpan/clist.h +include/libetpan/generic_cache.h include/libetpan/imapdriver.h include/libetpan/imapdriver_cached.h include/libetpan/mail.h @@ -21,6 +22,8 @@ include/libetpan/mailimf_types_helper.h include/libetpan/mailimf_write.h include/libetpan/mailmbox.h include/libetpan/mailmbox_types.h +include/libetpan/mailmessage.h +include/libetpan/mailmessage_types.h include/libetpan/mailmh.h include/libetpan/mailmime.h include/libetpan/mailmime_content.h @@ -39,6 +42,7 @@ include/libetpan/mailsmtp_helper.h include/libetpan/mailsmtp_socket.h include/libetpan/mailsmtp_ssl.h include/libetpan/mailsmtp_types.h +include/libetpan/mailstorage.h include/libetpan/mailstream.h include/libetpan/mailstream_helper.h include/libetpan/mailstream_low.h @@ -46,6 +50,7 @@ include/libetpan/mailstream_socket.h include/libetpan/mailstream_ssl.h include/libetpan/mailstream_types.h include/libetpan/mailthread.h +include/libetpan/mailthread_types.h include/libetpan/mboxdriver.h include/libetpan/mboxdriver_cached.h include/libetpan/mhdriver.h |