diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-08-08 14:05:31 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-08-08 14:05:31 +0000 |
commit | 1109c226c3b0b897cc626ddf6541651b775298fc (patch) | |
tree | 65649f1d4c60b45e1b0668096b6db48e73ff8e16 /mail/libetpan | |
parent | 505e148836fc4b5e84ab183afd0984b2610bb01b (diff) | |
download | ports-1109c226c3b0b897cc626ddf6541651b775298fc.tar.gz ports-1109c226c3b0b897cc626ddf6541651b775298fc.zip |
Notes
Diffstat (limited to 'mail/libetpan')
-rw-r--r-- | mail/libetpan/Makefile | 7 | ||||
-rw-r--r-- | mail/libetpan/distinfo | 4 | ||||
-rw-r--r-- | mail/libetpan/pkg-plist | 7 |
3 files changed, 12 insertions, 6 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 9309c8e240ba..eaa58560b38c 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -7,14 +7,15 @@ # PORTNAME= libetpan -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= mail ipv6 MASTER_SITES= SF MAINTAINER= pawel@FreeBSD.org COMMENT= A mail library +LICENSE= BSD + LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ expat:${PORTSDIR}/textproc/expat2 \ sasl2.2:${PORTSDIR}/security/cyrus-sasl2 @@ -28,7 +29,7 @@ MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" OPTIONS= GNUTLS "Enable gnuTLS support" off \ IPV6 "Enable ipv6 support." on diff --git a/mail/libetpan/distinfo b/mail/libetpan/distinfo index 8c525222127e..6f0c33bb0b9c 100644 --- a/mail/libetpan/distinfo +++ b/mail/libetpan/distinfo @@ -1,2 +1,2 @@ -SHA256 (libetpan-1.0.tar.gz) = cfe3ef67425bb5ad57c8c23a45eea1adffd3af2e7547932e8d384e3addfcd55e -SIZE (libetpan-1.0.tar.gz) = 1669965 +SHA256 (libetpan-1.1.tar.gz) = ce3ac567d0f07e5b2d1fdb0045042a8295ec477cd933de1a391fd48139c1f75e +SIZE (libetpan-1.1.tar.gz) = 1657767 diff --git a/mail/libetpan/pkg-plist b/mail/libetpan/pkg-plist index 486f38b9144b..61a00e5ecc9d 100644 --- a/mail/libetpan/pkg-plist +++ b/mail/libetpan/pkg-plist @@ -115,6 +115,10 @@ include/libetpan/mhdriver_types.h include/libetpan/mhstorage.h include/libetpan/mime_message_driver.h include/libetpan/mmapstring.h +include/libetpan/namespace.h +include/libetpan/namespace_parser.h +include/libetpan/namespace_sender.h +include/libetpan/namespace_types.h include/libetpan/newsfeed.h include/libetpan/newsfeed_item.h include/libetpan/newsfeed_item_enclosure.h @@ -141,8 +145,9 @@ include/libetpan/quota_sender.h include/libetpan/quota_types.h include/libetpan/uidplus.h include/libetpan/uidplus_types.h +include/libetpan/xlist.h lib/libetpan.a lib/libetpan.la lib/libetpan.so -lib/libetpan.so.15 +lib/libetpan.so.16 @dirrm include/libetpan |