diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-21 19:14:05 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-21 19:14:05 +0000 |
commit | edd0afe252fc4f4b7b9ce93b4fdf72cb7bd432a2 (patch) | |
tree | f798fa40019b6ab2fcdfdb90975ab94115ab1092 /mail/libetpan | |
parent | Attempt to fix build on 4.x. (diff) |
Update to 0.38.
PR: 83857
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=139839
Diffstat (limited to 'mail/libetpan')
-rw-r--r-- | mail/libetpan/Makefile | 8 | ||||
-rw-r--r-- | mail/libetpan/distinfo | 4 | ||||
-rw-r--r-- | mail/libetpan/pkg-descr | 2 | ||||
-rw-r--r-- | mail/libetpan/pkg-plist | 2 |
4 files changed, 11 insertions, 5 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 04c0e86c4825..f88dcaf9fd55 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libetpan -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -32,4 +32,10 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --without-gnutls .endif +.if defined(WITH_SASL) +LIB_DEPENDS+= sasl2.2:${PORTSDIR}/mail/cyrus-sasl2 +.else +CONFIGURE_ARGS+= --without-sasl +.endif + .include <bsd.port.mk> diff --git a/mail/libetpan/distinfo b/mail/libetpan/distinfo index ef62bacf82d2..e5a878c4bc47 100644 --- a/mail/libetpan/distinfo +++ b/mail/libetpan/distinfo @@ -1,2 +1,2 @@ -MD5 (libetpan-0.37.tar.gz) = 82fbce08c9b3c073e9e93798c2797224 -SIZE (libetpan-0.37.tar.gz) = 1009047 +MD5 (libetpan-0.38.tar.gz) = 4d31145dee857beca7e283aa03fe9450 +SIZE (libetpan-0.38.tar.gz) = 1104864 diff --git a/mail/libetpan/pkg-descr b/mail/libetpan/pkg-descr index cfba82221187..578bf74c4477 100644 --- a/mail/libetpan/pkg-descr +++ b/mail/libetpan/pkg-descr @@ -3,4 +3,4 @@ middleware for different kinds of mail access. When using the drivers interface, the interface is the same for all kinds of mail access, remote and local mailboxes. -WWW: http://libetpan.sourceforge.net/ +WWW: http://www.etpan.org/libetpan/ diff --git a/mail/libetpan/pkg-plist b/mail/libetpan/pkg-plist index 9ae09f6ee969..257329c1fd73 100644 --- a/mail/libetpan/pkg-plist +++ b/mail/libetpan/pkg-plist @@ -120,5 +120,5 @@ include/libetpan/pop3storage.h include/libetpan.h lib/libetpan.a lib/libetpan.so -lib/libetpan.so.2 +lib/libetpan.so.3 @dirrm include/libetpan |