pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/libetpan Update libetpan to version 1.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c86bf6c4c232
branches:  trunk
changeset: 649456:c86bf6c4c232
user:      nros <nros%pkgsrc.org@localhost>
date:      Fri Apr 03 12:04:30 2015 +0000

description:
Update libetpan to version 1.6.
Update homepage.

changelog:
1.6:
    Improved RFC822 and MIME parser
    Implemented SEARCH using LITERAL+ for Gmail
    Fixed SSL connections (don't force SSLv3)
1.5:
    Gmail search features: X-GM-MSGID, X-GM-THRID, X-GM-RAW
    Added POP stat
    Various fixes for Windows
    Fixed OpenSSL / GnuTLS implementation of retrieval of certificates
    Fixed IMAP IDLE in case of COMPRESS-ed streams
    Fixed base64 encoding
1.4:
    Gmail search features: X-GM-MSGID, X-GM-THRID, X-GM-RAW
    Added POP stat
    Various fixes for Windows
    Fixed OpenSSL / GnuTLS implementation of retrieval of certificates
    Fixed IMAP IDLE in case of COMPRESS-ed streams
    Fixed base64 encoding

diffstat:

 mail/libetpan/Makefile                   |  19 ++++++++++++++-----
 mail/libetpan/PLIST                      |  19 ++++++++++++++++++-
 mail/libetpan/buildlink3.mk              |   4 ++--
 mail/libetpan/distinfo                   |  10 +++++-----
 mail/libetpan/patches/patch-ab           |  13 -------------
 mail/libetpan/patches/patch-configure.ac |  13 +++++++++++++
 6 files changed, 52 insertions(+), 26 deletions(-)

diffs (179 lines):

diff -r b65291fa3550 -r c86bf6c4c232 mail/libetpan/Makefile
--- a/mail/libetpan/Makefile    Fri Apr 03 11:06:57 2015 +0000
+++ b/mail/libetpan/Makefile    Fri Apr 03 12:04:30 2015 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.40 2014/02/12 23:18:08 tron Exp $
+# $NetBSD: Makefile,v 1.41 2015/04/03 12:04:30 nros Exp $
 
-DISTNAME=      libetpan-1.1
-PKGREVISION=   3
+DISTNAME=      libetpan-1.6
 CATEGORIES=    mail
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libetpan/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=dinhviethoa/}
+EXTRACT_USING= bsdtar
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://libetpan.sourceforge.net/
+HOMEPAGE=      http://etpan.org/libetpan.html
 COMMENT=       Really nice mail library
 LICENSE=       modified-bsd
 
@@ -15,6 +15,15 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 MAKE_JOBS_SAFE=                no
+USE_TOOLS+=            autoconf automake
+
+pre-configure:
+       cd ${WRKSRC} && \
+       libtoolize --force --copy && \
+       aclocal -I m4 && \
+       autoheader && \
+       autoconf && \
+       automake --add-missing --foreign --force --copy
 
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      pre-configure
diff -r b65291fa3550 -r c86bf6c4c232 mail/libetpan/PLIST
--- a/mail/libetpan/PLIST       Fri Apr 03 11:06:57 2015 +0000
+++ b/mail/libetpan/PLIST       Fri Apr 03 12:04:30 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2012/07/03 18:08:20 drochner Exp $
+@comment $NetBSD: PLIST,v 1.11 2015/04/03 12:04:30 nros Exp $
 bin/libetpan-config
 include/libetpan.h
 include/libetpan/acl.h
@@ -9,11 +9,14 @@
 include/libetpan/charconv.h
 include/libetpan/chash.h
 include/libetpan/clist.h
+include/libetpan/condstore.h
+include/libetpan/condstore_types.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/enable.h
 include/libetpan/feeddriver.h
 include/libetpan/feeddriver_message.h
 include/libetpan/feeddriver_types.h
@@ -48,10 +51,16 @@
 include/libetpan/mailengine.h
 include/libetpan/mailfolder.h
 include/libetpan/mailimap.h
+include/libetpan/mailimap_compress.h
 include/libetpan/mailimap_extension.h
 include/libetpan/mailimap_extension_types.h
 include/libetpan/mailimap_helper.h
+include/libetpan/mailimap_id.h
+include/libetpan/mailimap_id_types.h
+include/libetpan/mailimap_oauth2.h
 include/libetpan/mailimap_socket.h
+include/libetpan/mailimap_sort.h
+include/libetpan/mailimap_sort_types.h
 include/libetpan/mailimap_ssl.h
 include/libetpan/mailimap_types.h
 include/libetpan/mailimap_types_helper.h
@@ -89,12 +98,15 @@
 include/libetpan/mailsem.h
 include/libetpan/mailsmtp.h
 include/libetpan/mailsmtp_helper.h
+include/libetpan/mailsmtp_oauth2.h
 include/libetpan/mailsmtp_socket.h
 include/libetpan/mailsmtp_ssl.h
 include/libetpan/mailsmtp_types.h
 include/libetpan/mailstorage.h
 include/libetpan/mailstorage_types.h
 include/libetpan/mailstream.h
+include/libetpan/mailstream_cfstream.h
+include/libetpan/mailstream_compress.h
 include/libetpan/mailstream_helper.h
 include/libetpan/mailstream_low.h
 include/libetpan/mailstream_socket.h
@@ -140,11 +152,16 @@
 include/libetpan/pop3driver_message.h
 include/libetpan/pop3driver_types.h
 include/libetpan/pop3storage.h
+include/libetpan/qresync.h
+include/libetpan/qresync_types.h
 include/libetpan/quota.h
 include/libetpan/quota_parser.h
 include/libetpan/quota_sender.h
 include/libetpan/quota_types.h
 include/libetpan/uidplus.h
 include/libetpan/uidplus_types.h
+include/libetpan/xgmlabels.h
+include/libetpan/xgmmsgid.h
+include/libetpan/xgmthrid.h
 include/libetpan/xlist.h
 lib/libetpan.la
diff -r b65291fa3550 -r c86bf6c4c232 mail/libetpan/buildlink3.mk
--- a/mail/libetpan/buildlink3.mk       Fri Apr 03 11:06:57 2015 +0000
+++ b/mail/libetpan/buildlink3.mk       Fri Apr 03 12:04:30 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.27 2014/02/12 23:18:08 tron Exp $
+# $NetBSD: buildlink3.mk,v 1.28 2015/04/03 12:04:30 nros Exp $
 
 BUILDLINK_TREE+=       libetpan
 
@@ -6,7 +6,7 @@
 LIBETPAN_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libetpan+=       libetpan>=1.0
-BUILDLINK_ABI_DEPENDS.libetpan+=       libetpan>=1.1nb3
+BUILDLINK_ABI_DEPENDS.libetpan+=       libetpan>=1.6
 BUILDLINK_PKGSRCDIR.libetpan?= ../../mail/libetpan
 
 BDB_ACCEPTED?= db4 db5
diff -r b65291fa3550 -r c86bf6c4c232 mail/libetpan/distinfo
--- a/mail/libetpan/distinfo    Fri Apr 03 11:06:57 2015 +0000
+++ b/mail/libetpan/distinfo    Fri Apr 03 12:04:30 2015 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2012/07/03 18:08:20 drochner Exp $
+$NetBSD: distinfo,v 1.16 2015/04/03 12:04:30 nros Exp $
 
-SHA1 (libetpan-1.1.tar.gz) = 3476dc9142e0b78056446d2f143617708f8690b2
-RMD160 (libetpan-1.1.tar.gz) = 7ac42285634efa799adaabc443c3778089de8363
-Size (libetpan-1.1.tar.gz) = 1657767 bytes
+SHA1 (libetpan-1.6.tar.gz) = a5514139a8c5ee94d0337a89db8141cb3c557fa9
+RMD160 (libetpan-1.6.tar.gz) = f625263df1fcab97d010d25743803e5d4164745b
+Size (libetpan-1.6.tar.gz) = 6144117 bytes
 SHA1 (patch-aa) = e783adf544c9a63df584815ee4b033249cecf0ff
-SHA1 (patch-ab) = 6aa0fde517b1ce46e18ca0d2a98d23006428b805
+SHA1 (patch-configure.ac) = 16636e8656018179d62b59ea75fe4a1a753768a2
diff -r b65291fa3550 -r c86bf6c4c232 mail/libetpan/patches/patch-ab
--- a/mail/libetpan/patches/patch-ab    Fri Apr 03 11:06:57 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2012/07/03 18:08:21 drochner Exp $
-
---- configure.orig     2011-07-12 08:59:08.000000000 +0000
-+++ configure
-@@ -18447,7 +18447,7 @@ rm -f core conftest.err conftest.$ac_obj
-     3)
-     { echo "$as_me:$LINENO: result: version 3.x or above" >&5
- echo "${ECHO_T}version 3.x or above" >&6; }
--    for lib in db-5.1 db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do
-+    for lib in db5 db4 db3 db; do
-       if test "x$DBLINKED" = "x0"; then
-         { echo "$as_me:$LINENO: checking for db_create() in -l$lib" >&5
- echo $ECHO_N "checking for db_create() in -l$lib... $ECHO_C" >&6; }
diff -r b65291fa3550 -r c86bf6c4c232 mail/libetpan/patches/patch-configure.ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/libetpan/patches/patch-configure.ac  Fri Apr 03 12:04:30 2015 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure.ac,v 1.1 2015/04/03 12:04:30 nros Exp $
+ Conversion of patch-ab to configure.ac
+--- configure.ac.orig  2015-04-03 11:38:16.000000000 +0000
++++ configure.ac
+@@ -386,7 +386,7 @@ dnl Look for db3 or superior with db_cre
+   case "$DBVERS" in
+     3)
+     AC_MSG_RESULT([version 3.x or above])
+-    for lib in db-5.3 db-5.1 db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do
++    for lib in db5 db4 db3 db; do
+       if test "x$DBLINKED" = "x0"; then
+ dnl        AC_CHECK_LIB($lib, db_create, [DBLIB="-l$lib"; DBLINKED=1], [])
+ dnl installations of libdb4 function names are defined in db.h



Home | Main Index | Thread Index | Old Index