diff options
author | pawel <pawel@FreeBSD.org> | 2011-08-08 22:05:31 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-08-08 22:05:31 +0800 |
commit | d0c436bb5d89bf39d79cdf6697b9eadd86255e1d (patch) | |
tree | 27b41522e585bc4a8cc2b046d5ac0a742cd85e12 | |
parent | 6424e6c89c764897156a4c4a35265e593881091b (diff) | |
download | freebsd-ports-gnome-d0c436bb5d89bf39d79cdf6697b9eadd86255e1d.tar.gz freebsd-ports-gnome-d0c436bb5d89bf39d79cdf6697b9eadd86255e1d.tar.zst freebsd-ports-gnome-d0c436bb5d89bf39d79cdf6697b9eadd86255e1d.zip |
- update to version 1.1
- add LICENSE info
- fix usage of CPPFLAGS
Approved by: miwi (mentor)
-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 |