Hi,

since it seems there are still some ppl using claws-mail, and we're
lagging behind, here's an update.. starts here, didnt actually try to do
much more, .claws-mail profile on my desktop dates from 2007 or so..

See http://claws-mail.org/news.php for the recent changes.

chris, are you still using it ? what about all the patches you sent them
a while ago ? looking at the bugzilla, it seems parts of them were
applied but not everything ?

Landry
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail/Makefile,v
retrieving revision 1.74
diff -u -r1.74 Makefile
--- Makefile    12 Jan 2015 21:47:13 -0000      1.74
+++ Makefile    12 Jan 2015 22:33:59 -0000
@@ -10,10 +10,7 @@
 COMMENT-pdfviewer=     pdfviewer plugin
 COMMENT-gdata=         gdata plugin
 
-V=                     3.9.3
-REVISION=              1
-REVISION-htmlviewer=   2
-REVISION-main=         2
+V=                     3.11.1
 DISTNAME=              claws-mail-${V}
 PKGNAME-main=          ${DISTNAME}
 PKGNAME-bogofilter=    claws-mail-bogofilter-${V}
@@ -29,7 +26,7 @@
 # GPLv3+
 PERMIT_PACKAGE_CDROM=  Yes
 
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=claws-mail/}
 EXTRACT_SUFX=          .tar.bz2
 
 DIST_SUBDIR=           claws
@@ -58,16 +55,16 @@
 WANTLIB-main =  ${WANTLIB}
 WANTLIB-main += ICE SM X11-xcb assuan c dbus-1 dbus-glib-1 enchant
 WANTLIB-main += gmp gnutls gpg-error gpgme hogweed nettle p11-kit perl
-WANTLIB-main += startup-notification-1 stdc++ tasn1 util xcb-util xml2
+WANTLIB-main += startup-notification-1 stdc++ tasn1 util xcb-util
 WANTLIB-main += canberra canberra-gtk notify ltdl ogg vorbis vorbisfile
 
 WANTLIB-gdata = ${WANTLIB}
 WANTLIB-gdata += gck-1 gcr-base-3 gcrypt gdata goa-1.0 gpg-error nspr4
 WANTLIB-gdata += nss3 oauth p11-kit plc4 plds4 smime3 softokn3 soup-2.4
-WANTLIB-gdata += sqlite3 ssl3 xml2
+WANTLIB-gdata += sqlite3 ssl3 xml2 json-glib-1.0
 
 WANTLIB-htmlviewer =  ${WANTLIB}
-WANTLIB-htmlviewer += EGL GL ICE SM Xt dbus-1 enchant orc-0.4 gcrypt gpg-error
+WANTLIB-htmlviewer += EGL GL ICE SM Xt enchant gbm orc-0.4 gcrypt gpg-error
 WANTLIB-htmlviewer += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0 
gstpbutils-1.0
 WANTLIB-htmlviewer += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 harfbuzz-icu
 WANTLIB-htmlviewer += icudata icui18n icuuc javascriptcoregtk-1.0
@@ -192,6 +189,8 @@
        ${INSTALL_DATA} ${WRKSRC}/claws-mail-64x64.png 
${PREFIX}/share/icons/hicolor/64x64/apps/claws-mail.png
        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/128x128/apps
        ${INSTALL_DATA} ${WRKSRC}/claws-mail-128x128.png 
${PREFIX}/share/icons/hicolor/128x128/apps/claws-mail.png
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
+       ${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop 
${PREFIX}/share/applications/claws-mail.desktop
        ${INSTALL_DATA_DIR} ${PREFIX}/share/claws-mail/tools/kdeservicemenu
 .for i in ${TOOLS}
        ${INSTALL_DATA} ${WRKSRC}/tools/${i} \
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/claws-mail/distinfo,v
retrieving revision 1.25
diff -u -r1.25 distinfo
--- distinfo    14 Apr 2014 08:53:35 -0000      1.25
+++ distinfo    12 Jan 2015 22:33:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (claws/claws-mail-3.9.3.tar.bz2) = 
U6rM6rRa9sPuHwZolWpuMyjSGsTvz8Cqjf19dVKmI3I=
-SIZE (claws/claws-mail-3.9.3.tar.bz2) = 9463943
+SHA256 (claws/claws-mail-3.11.1.tar.bz2) = 
PL8P2vf3k/huYk57SlYctj/gwostuK5xMWG0FPPvI3A=
+SIZE (claws/claws-mail-3.11.1.tar.bz2) = 10292022
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/mail/claws-mail/patches/patch-configure_ac,v
retrieving revision 1.10
diff -u -r1.10 patch-configure_ac
--- patches/patch-configure_ac  12 Jan 2015 21:47:13 -0000      1.10
+++ patches/patch-configure_ac  12 Jan 2015 22:33:59 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-configure_ac,v 1.10 2015/01/12 21:47:13 landry Exp $
---- configure.ac.orig  Sat Dec 14 11:14:50 2013
-+++ configure.ac       Sun Jan 11 22:42:57 2015
+--- configure.ac.orig  Mon Oct 27 19:58:19 2014
++++ configure.ac       Mon Jan 12 23:00:19 2015
 @@ -152,7 +152,7 @@ AM_CONDITIONAL(CYGWIN, test x"$env_cygwin" = x"yes")
  
  if test "$GCC" = "yes"
@@ -10,7 +10,7 @@
        #CFLAGS="-g -Wall -Wno-unused-function"
  fi
  
-@@ -494,6 +494,8 @@ dnl password encryption
+@@ -495,6 +495,8 @@ dnl password encryption
  OLDLIBS=$LIBS
  LIBS=
  case $host_os in
@@ -19,7 +19,7 @@
        *dragonfly*)
                AC_SEARCH_LIBS(encrypt, cipher, [], 
AC_MSG_ERROR(['encrypt'-function not found.]))
        ;;
-@@ -737,6 +739,7 @@ if test x"$enable_new_addrbook" = xno; then
+@@ -738,6 +740,7 @@ if test x"$enable_new_addrbook" = xno; then
                AC_CHECK_LIB(resolv, res_query, LDAP_LIBS="$LDAP_LIBS -lresolv")
                AC_CHECK_LIB(socket, bind, LDAP_LIBS="$LDAP_LIBS -lsocket")
                AC_CHECK_LIB(nsl, gethostbyaddr, LDAP_LIBS="$LDAP_LIBS -lnsl")
@@ -27,7 +27,7 @@
                AC_CHECK_LIB(lber, ber_get_tag, LDAP_LIBS="$LDAP_LIBS -llber",,
                                 $LDAP_LIBS)
  
-@@ -809,7 +812,7 @@ if test x"$enable_new_addrbook" = xno; then
+@@ -810,7 +813,7 @@ if test x"$enable_new_addrbook" = xno; then
                                           AC_DEFINE(USE_JPILOT, 1, Define if 
you want JPilot support in addressbook.) ])
                fi
  
Index: patches/patch-src_messageview_c
===================================================================
RCS file: /cvs/ports/mail/claws-mail/patches/patch-src_messageview_c,v
retrieving revision 1.3
diff -u -r1.3 patch-src_messageview_c
--- patches/patch-src_messageview_c     21 Apr 2014 17:40:19 -0000      1.3
+++ patches/patch-src_messageview_c     12 Jan 2015 22:34:00 -0000
@@ -1,8 +1,8 @@
 $OpenBSD: patch-src_messageview_c,v 1.3 2014/04/21 17:40:19 sthen Exp $
 http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2640
---- src/messageview.c.orig     Sat Dec 14 10:15:01 2013
-+++ src/messageview.c  Mon Apr 21 18:40:02 2014
-@@ -1004,8 +1004,9 @@ static gint disposition_notification_send(MsgInfo *msg
+--- src/messageview.c.orig     Mon Oct 27 19:58:12 2014
++++ src/messageview.c  Mon Jan 12 23:00:15 2015
+@@ -1005,8 +1005,9 @@ static gint disposition_notification_send(MsgInfo *msg
                extract_address(orig_to);
        }
        if (msginfo->subject && *(msginfo->subject)) {
Index: patches/patch-src_procmime_c
===================================================================
RCS file: /cvs/ports/mail/claws-mail/patches/patch-src_procmime_c,v
retrieving revision 1.10
diff -u -r1.10 patch-src_procmime_c
--- patches/patch-src_procmime_c        21 Apr 2014 17:40:19 -0000      1.10
+++ patches/patch-src_procmime_c        12 Jan 2015 22:34:00 -0000
@@ -3,9 +3,9 @@
 http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2641
 http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2642
 http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2743
---- src/procmime.c.orig        Sat Dec 14 10:15:01 2013
-+++ src/procmime.c     Mon Apr 21 18:40:02 2014
-@@ -616,10 +616,22 @@ gboolean procmime_encode_content(MimeInfo *mimeinfo, E
+--- src/procmime.c.orig        Mon Oct 27 19:58:13 2014
++++ src/procmime.c     Mon Jan 12 23:00:15 2015
+@@ -634,10 +634,22 @@ gboolean procmime_encode_content(MimeInfo *mimeinfo, E
                        g_free(tmp_file);
                }
        } else if (encoding == ENC_QUOTED_PRINTABLE) {
@@ -31,7 +31,7 @@
  
                        if (!strncmp("From ", outbuf, sizeof("From ")-1)) {
                                gchar *tmpbuf = outbuf;
-@@ -634,14 +646,39 @@ gboolean procmime_encode_content(MimeInfo *mimeinfo, E
+@@ -652,14 +664,39 @@ gboolean procmime_encode_content(MimeInfo *mimeinfo, E
                                if (SC_FPUTS(outbuf, outfp) == EOF)
                                        err = TRUE;
                        }
@@ -75,7 +75,7 @@
                }
        }
  
-@@ -1182,7 +1219,7 @@ GList *procmime_get_mime_type_list(void)
+@@ -1203,7 +1240,7 @@ GList *procmime_get_mime_type_list(void)
  #endif
        {
                fp_is_glob_file = FALSE;
@@ -84,7 +84,7 @@
                        if ((fp = procmime_fopen(SYSCONFDIR "/mime.types", 
"rb")) 
                                == NULL) {
                                FILE_OP_ERROR(SYSCONFDIR "/mime.types", 
-@@ -1262,11 +1299,12 @@ EncodingType procmime_get_encoding_for_text_file(const
+@@ -1283,11 +1320,12 @@ EncodingType procmime_get_encoding_for_text_file(const
  {
        FILE *fp;
        guchar buf[BUFFSIZE];
@@ -98,7 +98,7 @@
  
        if ((fp = procmime_fopen(file, "rb")) == NULL) {
                FILE_OP_ERROR(file, "fopen");
-@@ -1278,11 +1316,27 @@ EncodingType procmime_get_encoding_for_text_file(const
+@@ -1299,11 +1337,27 @@ EncodingType procmime_get_encoding_for_text_file(const
                gint i;
  
                for (p = buf, i = 0; i < len; ++p, ++i) {
@@ -131,7 +131,7 @@
                        }
                }
                total_len += len;
-@@ -1296,15 +1350,20 @@ EncodingType procmime_get_encoding_for_text_file(const
+@@ -1317,15 +1371,20 @@ EncodingType procmime_get_encoding_for_text_file(const
                octet_percentage = 0.0;
  
        debug_print("procmime_get_encoding_for_text_file(): "
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/mail/claws-mail/pkg/PLIST-main,v
retrieving revision 1.29
diff -u -r1.29 PLIST-main
--- pkg/PLIST-main      14 Apr 2014 08:53:35 -0000      1.29
+++ pkg/PLIST-main      12 Jan 2015 22:34:00 -0000
@@ -36,6 +36,7 @@
 include/claws-mail/advsearch.h
 include/claws-mail/alertpanel.h
 include/claws-mail/autofaces.h
+include/claws-mail/avatars.h
 include/claws-mail/browseldap.h
 include/claws-mail/claws-features.h
 include/claws-mail/codeconv.h
@@ -83,6 +84,7 @@
 include/claws-mail/enriched.h
 include/claws-mail/etpan/
 include/claws-mail/etpan/etpan-errors.h
+include/claws-mail/etpan/etpan-ssl.h
 include/claws-mail/etpan/etpan-thread-manager-types.h
 include/claws-mail/etpan/etpan-thread-manager.h
 include/claws-mail/etpan/imap-thread.h
@@ -190,6 +192,7 @@
 include/claws-mail/plugins/claws-mail/gtkhotkey/tomboykeybinder.h
 include/claws-mail/plugins/claws-mail/ical.h
 include/claws-mail/plugins/pgpcore/
+include/claws-mail/plugins/pgpcore/autocompletion.h
 include/claws-mail/plugins/pgpcore/passphrase.h
 include/claws-mail/plugins/pgpcore/pgp_utils.h
 include/claws-mail/plugins/pgpcore/pgp_viewer.h
@@ -278,6 +281,8 @@
 lib/claws-mail/plugins/clamd.so
 lib/claws-mail/plugins/fetchinfo.la
 lib/claws-mail/plugins/fetchinfo.so
+lib/claws-mail/plugins/libravatar.la
+lib/claws-mail/plugins/libravatar.so
 lib/claws-mail/plugins/mailmbox.la
 lib/claws-mail/plugins/mailmbox.so
 lib/claws-mail/plugins/newmail.la
@@ -359,6 +364,7 @@
 share/locale/cs/LC_MESSAGES/claws-mail.mo
 share/locale/de/LC_MESSAGES/claws-mail.mo
 share/locale/en_GB/LC_MESSAGES/claws-mail.mo
+share/locale/eo/LC_MESSAGES/claws-mail.mo
 share/locale/es/LC_MESSAGES/claws-mail.mo
 share/locale/fi/LC_MESSAGES/claws-mail.mo
 share/locale/fr/LC_MESSAGES/claws-mail.mo
@@ -370,6 +376,7 @@
 share/locale/it/LC_MESSAGES/claws-mail.mo
 share/locale/ja/LC_MESSAGES/claws-mail.mo
 share/locale/lt/LC_MESSAGES/claws-mail.mo
+share/locale/nb/LC_MESSAGES/claws-mail.mo
 share/locale/nl/LC_MESSAGES/claws-mail.mo
 share/locale/pl/LC_MESSAGES/claws-mail.mo
 share/locale/pt_BR/LC_MESSAGES/claws-mail.mo

Reply via email to