aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-28 06:59:18 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-28 06:59:18 +0000
commit1787ec7d02612c4aad48de4b40dee6ce7a5d8df0 (patch)
treef540f68fe6b0a79e0b939a44af114352e734f049 /mail
parent3281f12687f18b1670ce03866936f5e6f7e2d0f8 (diff)
downloadports-1787ec7d02612c4aad48de4b40dee6ce7a5d8df0.tar.gz
ports-1787ec7d02612c4aad48de4b40dee6ce7a5d8df0.zip
Update to version 0.33
PR: ports/71062 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=117492
Diffstat (limited to 'mail')
-rw-r--r--mail/libetpan/Makefile5
-rw-r--r--mail/libetpan/distinfo4
-rw-r--r--mail/libetpan/files/patch-Rules.in13
-rw-r--r--mail/libetpan/files/patch-configure10
-rw-r--r--mail/libetpan/files/patch-generic-imapdriver_cached_message.c10
-rw-r--r--mail/libetpan/pkg-plist14
6 files changed, 18 insertions, 38 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index b044f3c44073..436861415224 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libetpan
-PORTVERSION= 0.32
+PORTVERSION= 0.33
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +17,8 @@ COMMENT= A mail library
USE_ICONV= yes
USE_OPENSSL= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER= 15
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes
diff --git a/mail/libetpan/distinfo b/mail/libetpan/distinfo
index e6cb6436fbd5..d986e213147d 100644
--- a/mail/libetpan/distinfo
+++ b/mail/libetpan/distinfo
@@ -1,2 +1,2 @@
-MD5 (libetpan-0.32.tar.gz) = 87104b7ff4cbb1e9f5ba256dde0a5f56
-SIZE (libetpan-0.32.tar.gz) = 626180
+MD5 (libetpan-0.33.tar.gz) = baf8bb5cd6c9af5839b0af0a611a6809
+SIZE (libetpan-0.33.tar.gz) = 798850
diff --git a/mail/libetpan/files/patch-Rules.in b/mail/libetpan/files/patch-Rules.in
deleted file mode 100644
index 83ec2c449402..000000000000
--- a/mail/libetpan/files/patch-Rules.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Rules.in.orig Tue Dec 16 07:11:13 2003
-+++ Rules.in Thu Dec 18 13:08:39 2003
-@@ -14,8 +14,8 @@
- CC = @CC@
- @SET_MAKE@
-
--CFLAGS = @CFLAGS@ @CPPFLAGS@ @DEFS@ \
-- -I$(top_builddir)/include -I$(top_builddir) -I. $(INCLUDES)
-+CFLAGS = -I$(top_builddir)/include -I$(top_builddir) -I. $(INCLUDES) \
-+ @CFLAGS@ @CPPFLAGS@ @DEFS@
-
- LDFLAGS = @LDFLAGS@
- OBJECTS = $(SOURCES:.c=.lo)
diff --git a/mail/libetpan/files/patch-configure b/mail/libetpan/files/patch-configure
deleted file mode 100644
index 8b03ec69ba18..000000000000
--- a/mail/libetpan/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Thu Jun 27 06:20:11 2002
-+++ configure Fri Aug 30 03:10:00 2002
-@@ -5228,6 +5228,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/mail/libetpan/files/patch-generic-imapdriver_cached_message.c b/mail/libetpan/files/patch-generic-imapdriver_cached_message.c
deleted file mode 100644
index d7703bd9298d..000000000000
--- a/mail/libetpan/files/patch-generic-imapdriver_cached_message.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- generic/imapdriver_cached_message.c.orig Fri Aug 6 18:17:41 2004
-+++ generic/imapdriver_cached_message.c Fri Aug 6 18:18:39 2004
-@@ -213,6 +213,7 @@
- free_section:
- mailmime_section_free(part);
- err:
-+ return;
- }
-
- static void generate_key_from_section(char * key, size_t size,
diff --git a/mail/libetpan/pkg-plist b/mail/libetpan/pkg-plist
index 24bfb826228f..ef7746b6b99d 100644
--- a/mail/libetpan/pkg-plist
+++ b/mail/libetpan/pkg-plist
@@ -5,7 +5,12 @@ include/libetpan/chash.h
include/libetpan/cinthash.h
include/libetpan/clist.h
include/libetpan/data_message_driver.h
+include/libetpan/dbdriver.h
+include/libetpan/dbdriver_message.h
+include/libetpan/dbdriver_types.h
+include/libetpan/dbstorage.h
include/libetpan/generic_cache_types.h
+include/libetpan/hotmailstorage.h
include/libetpan/imapdriver.h
include/libetpan/imapdriver_cached.h
include/libetpan/imapdriver_cached_message.h
@@ -28,6 +33,8 @@ include/libetpan/maildriver.h
include/libetpan/maildriver_errors.h
include/libetpan/maildriver_types.h
include/libetpan/maildriver_types_helper.h
+include/libetpan/mailengine.h
+include/libetpan/mailfolder.h
include/libetpan/mailimap.h
include/libetpan/mailimap_helper.h
include/libetpan/mailimap_socket.h
@@ -55,6 +62,11 @@ include/libetpan/mailpop3_helper.h
include/libetpan/mailpop3_socket.h
include/libetpan/mailpop3_ssl.h
include/libetpan/mailpop3_types.h
+include/libetpan/mailprivacy.h
+include/libetpan/mailprivacy_gnupg.h
+include/libetpan/mailprivacy_smime.h
+include/libetpan/mailprivacy_tools.h
+include/libetpan/mailprivacy_types.h
include/libetpan/mailsmtp.h
include/libetpan/mailsmtp_helper.h
include/libetpan/mailsmtp_socket.h
@@ -103,5 +115,5 @@ include/libetpan/pop3storage.h
include/libetpan.h
lib/libetpan.a
lib/libetpan.so
-lib/libetpan.so.1
+lib/libetpan.so.2
@dirrm include/libetpan