Index: claws-mail/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail/Makefile,v retrieving revision 1.132 diff -u -r1.132 Makefile --- claws-mail/Makefile 2 Oct 2007 15:46:50 -0000 1.132 +++ claws-mail/Makefile 21 Nov 2007 14:15:23 -0000 @@ -6,9 +6,9 @@ # PORTNAME= claws-mail -PORTVERSION= 3.0.2 +PORTVERSION= 3.1.0 CATEGORIES= mail news ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= sylpheed-claws DISTFILES= ${EXTRACT_ONLY} \ ${THEMEFILE} @@ -38,7 +38,6 @@ xrender USE_GNOME= gnomehack pkgconfig gtk20 glib20 atk libartlgpl2 pango libxml2 GNU_CONFIGURE= yes -USE_GCC= 3.3+ WANT_GNOME= yes INSTALLS_ICONS= yes @@ -56,11 +55,13 @@ OPTIONS= ALL "Enable all options." off \ ASPELL "Enable spell checking support." on \ + BOGOFILTER "Enable bogofilter support." off \ CLAMAV "Enable virus-checking support." off \ COMPFACE "Enable X-Face support." on \ DEBUG "Enable debug support." off \ DILLO "Enable Dillo HTML viewer." off \ - GNOMEPRINT "Enable extended print support (GNOME)." off \ + GNOMEPRINT "Enable extended print support (Deprecated)." off \ + GNUTLS "Enable gnuTLS support." off \ GPGME "Enable PGP/GnuPG support using GPGME." off \ IPV6 "Enable ipv6 support." on \ JPILOT "Enable JPilot support." off \ @@ -92,6 +93,15 @@ CONFIGURE_ARGS+= --disable-gnomeprint .endif +.if defined(WITH_BOGOFILTER) || defined(WITH_ALL) +RUN_DEPENDS+= bogofilter:${PORTSDIR}/mail/bogofilter +CONFIGURE_ARGS+= --enable-bogofilter-plugin +PLIST_SUB+= BOGO_PLUG="" +.else +CONFIGURE_ARGS+= --disable-bogofilter-plugin +PLIST_SUB+= BOGO_PLUG="@comment " +.endif + .if exists(${LOCALBASE}/include/clamav.h) WITH_CLAMAV= yes .endif @@ -137,6 +147,12 @@ CONFIGURE_ARGS+= --disable-spamassassin-plugin PLIST_SUB+= SA_PLUG="@comment " .endif +.if defined(WITH_GNUTLS) || defined(WITH_ALL) +CONFIGURE_ARGS+= --enable-gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +.else +CONFIGURE_ARGS+= --disable-gnutls +.endif .if defined(WITH_GPGME) || defined(WITH_ALL) PLIST_SUB+= GPGME="" CONFIGURE_ARGS+= --enable-pgpmime-plugin --enable-pgpcore-plugin \ Index: claws-mail/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail/distinfo,v retrieving revision 1.65 diff -u -r1.65 distinfo --- claws-mail/distinfo 2 Oct 2007 15:46:50 -0000 1.65 +++ claws-mail/distinfo 21 Nov 2007 14:01:07 -0000 @@ -1,6 +1,6 @@ -MD5 (claws-mail-3.0.2.tar.bz2) = 97a0c627f91b51b6851b9a1ed9ee7afe -SHA256 (claws-mail-3.0.2.tar.bz2) = d04db59df8b013651721312ed167df95d47c88d55eac0eb5b7950d6958f3636e -SIZE (claws-mail-3.0.2.tar.bz2) = 5664767 +MD5 (claws-mail-3.1.0.tar.bz2) = ef1184a0f1b41e44545dac9d880b9638 +SHA256 (claws-mail-3.1.0.tar.bz2) = 07badeb5dd16c24fbdb719224122a1d27fbc34c122fd3e9ff39eadf4cc6207de +SIZE (claws-mail-3.1.0.tar.bz2) = 5786535 MD5 (claws-mail-themes-20070116.tar.gz) = 4dba190413eabbf053b9ddc97110f8e5 SHA256 (claws-mail-themes-20070116.tar.gz) = 73b600f9ed774f46a11e20b67e6fb8bb8553a20d436ae9a7c2eb3fe717977167 SIZE (claws-mail-themes-20070116.tar.gz) = 1827645 Index: claws-mail/pkg-plist =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail/pkg-plist,v retrieving revision 1.57 diff -u -r1.57 pkg-plist --- claws-mail/pkg-plist 6 Sep 2007 21:31:37 -0000 1.57 +++ claws-mail/pkg-plist 21 Nov 2007 14:01:07 -0000 @@ -10,6 +10,7 @@ include/claws-mail/addrcache.h include/claws-mail/addrclip.h include/claws-mail/addrdefs.h +include/claws-mail/addrduplicates.h include/claws-mail/addressadd.h include/claws-mail/addressbook.h include/claws-mail/addressbook_foldersel.h @@ -23,13 +24,13 @@ include/claws-mail/alertpanel.h include/claws-mail/browseldap.h include/claws-mail/codeconv.h +include/claws-mail/printing.h include/claws-mail/common/base64.h include/claws-mail/common/defs.h include/claws-mail/common/hooks.h include/claws-mail/common/log.h include/claws-mail/common/md5.h include/claws-mail/common/mgutils.h -include/claws-mail/common/nntp.h include/claws-mail/common/passcrypt.h include/claws-mail/common/plugin.h include/claws-mail/common/prefs.h @@ -71,6 +72,7 @@ include/claws-mail/etpan/etpan-thread-manager-types.h include/claws-mail/etpan/etpan-thread-manager.h include/claws-mail/etpan/imap-thread.h +include/claws-mail/etpan/nntp-thread.h include/claws-mail/exphtmldlg.h include/claws-mail/expldifdlg.h include/claws-mail/export.h @@ -211,9 +213,9 @@ include/claws-mail/uri_opener.h include/claws-mail/vcard.h include/claws-mail/wizard.h -lib/claws-mail/plugins/bogofilter.a -lib/claws-mail/plugins/bogofilter.la -lib/claws-mail/plugins/bogofilter.so +%%BOGO_PLUG%%lib/claws-mail/plugins/bogofilter.a +%%BOGO_PLUG%%lib/claws-mail/plugins/bogofilter.la +%%BOGO_PLUG%%lib/claws-mail/plugins/bogofilter.so %%CLAM_PLUG%%lib/claws-mail/plugins/clamav_plugin.a %%CLAM_PLUG%%lib/claws-mail/plugins/clamav_plugin.la %%CLAM_PLUG%%lib/claws-mail/plugins/clamav_plugin.so Index: claws-mail-att_remover/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-att_remover/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- claws-mail-att_remover/Makefile 2 Oct 2007 15:49:57 -0000 1.20 +++ claws-mail-att_remover/Makefile 26 Nov 2007 13:33:17 -0000 @@ -7,7 +7,7 @@ PORTNAME= att_remover PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -15,8 +15,8 @@ MAINTAINER= c0rn@o2.pl COMMENT= Attachments removing plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes Index: claws-mail-attach_warner/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-attach_warner/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- claws-mail-attach_warner/Makefile 18 Sep 2007 12:09:29 -0000 1.9 +++ claws-mail-attach_warner/Makefile 26 Nov 2007 13:34:09 -0000 @@ -6,8 +6,7 @@ # PORTNAME= attach_warner -PORTVERSION= 0.2.8 -PORTREVISION= 1 +PORTVERSION= 0.2.9 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,8 +15,8 @@ MAINTAINER= c0rn@o2.pl COMMENT= Not attached file warning plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_GETTEXT= yes Index: claws-mail-attach_warner/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-attach_warner/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- claws-mail-attach_warner/distinfo 6 Sep 2007 21:33:03 -0000 1.4 +++ claws-mail-attach_warner/distinfo 26 Nov 2007 13:34:15 -0000 @@ -1,3 +1,3 @@ -MD5 (attachwarner-0.2.8.tar.gz) = 6117b30fc838fcbc58a4b7cb90e85efa -SHA256 (attachwarner-0.2.8.tar.gz) = 93382d43956027e82e8f0047745b6d80fbba9a57ab85e74246598730cb7fe9ab -SIZE (attachwarner-0.2.8.tar.gz) = 387531 +MD5 (attachwarner-0.2.9.tar.gz) = 0ef71fc0ac4e2b97a49711c01ecfada8 +SHA256 (attachwarner-0.2.9.tar.gz) = 0ccc6ddcd7207343e0b19485a545c47025ef2655b968dd487e458c5ee904e76b +SIZE (attachwarner-0.2.9.tar.gz) = 388461 Index: claws-mail-cachesaver/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-cachesaver/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- claws-mail-cachesaver/Makefile 2 Oct 2007 15:49:58 -0000 1.20 +++ claws-mail-cachesaver/Makefile 26 Nov 2007 13:36:05 -0000 @@ -7,7 +7,7 @@ PORTNAME= cachesaver PORTVERSION= 0.10.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -15,8 +15,8 @@ MAINTAINER= c0rn@o2.pl COMMENT= Cache saving plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes Index: claws-mail-etpan_privacy/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-etpan_privacy/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- claws-mail-etpan_privacy/Makefile 2 Oct 2007 15:49:58 -0000 1.22 +++ claws-mail-etpan_privacy/Makefile 26 Nov 2007 13:37:20 -0000 @@ -7,7 +7,7 @@ PORTNAME= etpan_privacy PORTVERSION= 0.15.5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,15 +16,15 @@ MAINTAINER= c0rn@o2.pl COMMENT= S/MIME, PGP verification and decryption plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 PLIST_FILES= lib/claws-mail/plugins/etpan-privacy.a \ - lib/claws-mail/plugins/etpan-privacy.la \ - lib/claws-mail/plugins/etpan-privacy.so + lib/claws-mail/plugins/etpan-privacy.la \ + lib/claws-mail/plugins/etpan-privacy.so .include Index: claws-mail-fetchinfo/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-fetchinfo/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- claws-mail-fetchinfo/Makefile 2 Oct 2007 15:49:58 -0000 1.20 +++ claws-mail-fetchinfo/Makefile 26 Nov 2007 13:38:54 -0000 @@ -6,8 +6,7 @@ # PORTNAME= fetchinfo -PORTVERSION= 0.4.20 -PORTREVISION= 2 +PORTVERSION= 0.4.21 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,15 +15,15 @@ MAINTAINER= c0rn@o2.pl COMMENT= Header insertation plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 PLIST_FILES= lib/claws-mail/plugins/fetchinfo_plugin.a \ - lib/claws-mail/plugins/fetchinfo_plugin.la \ - lib/claws-mail/plugins/fetchinfo_plugin.so \ + lib/claws-mail/plugins/fetchinfo_plugin.la \ + lib/claws-mail/plugins/fetchinfo_plugin.so \ .include Index: claws-mail-fetchinfo/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-fetchinfo/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- claws-mail-fetchinfo/distinfo 6 Sep 2007 21:32:56 -0000 1.8 +++ claws-mail-fetchinfo/distinfo 26 Nov 2007 13:38:59 -0000 @@ -1,3 +1,3 @@ -MD5 (fetchinfo-plugin-0.4.20.tar.gz) = 16f7706c7b11dedc3c06424d10735217 -SHA256 (fetchinfo-plugin-0.4.20.tar.gz) = ae3e1728e5ca531e5d60edbdd853628b63a27b82438e4e205bc68712b78d269d -SIZE (fetchinfo-plugin-0.4.20.tar.gz) = 329720 +MD5 (fetchinfo-plugin-0.4.21.tar.gz) = c60c38b108438fdb5c8e81f361793d99 +SHA256 (fetchinfo-plugin-0.4.21.tar.gz) = c2d8b04144f2447c1fe83185989097fd6caa07521509ce8b5dcfe613d8293aa5 +SIZE (fetchinfo-plugin-0.4.21.tar.gz) = 329807 Index: claws-mail-gtkhtml2_viewer/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-gtkhtml2_viewer/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- claws-mail-gtkhtml2_viewer/Makefile 2 Oct 2007 15:49:58 -0000 1.25 +++ claws-mail-gtkhtml2_viewer/Makefile 26 Nov 2007 13:41:07 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gtkhtml2_viewer -PORTVERSION= 0.15.2 -PORTREVISION= 2 +PORTVERSION= 0.16 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,8 +15,8 @@ COMMENT= HTML renderer plugin for claws-mail LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes @@ -27,22 +26,22 @@ USE_GETTEXT= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} + --with-libintl-prefix=${LOCALBASE} PLIST_FILES= lib/claws-mail/plugins/gtkhtml2_viewer.a \ - lib/claws-mail/plugins/gtkhtml2_viewer.la \ - lib/claws-mail/plugins/gtkhtml2_viewer.so \ - share/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/hu/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/ca/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo + lib/claws-mail/plugins/gtkhtml2_viewer.la \ + lib/claws-mail/plugins/gtkhtml2_viewer.so \ + share/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/hu/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/ca/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo .include Index: claws-mail-gtkhtml2_viewer/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-gtkhtml2_viewer/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- claws-mail-gtkhtml2_viewer/distinfo 6 Sep 2007 21:32:52 -0000 1.13 +++ claws-mail-gtkhtml2_viewer/distinfo 26 Nov 2007 13:41:18 -0000 @@ -1,3 +1,3 @@ -MD5 (gtkhtml2_viewer-0.15.2.tar.gz) = 199e65fb72d52501922ea55779b43792 -SHA256 (gtkhtml2_viewer-0.15.2.tar.gz) = 202a31c962605e5c1683cebca999da79656540448df5088d8398eba797e519ee -SIZE (gtkhtml2_viewer-0.15.2.tar.gz) = 396853 +MD5 (gtkhtml2_viewer-0.16.tar.gz) = 1fcb890c43a79cc80035257172b00075 +SHA256 (gtkhtml2_viewer-0.16.tar.gz) = 0e403c1cb0d9515cbabfa0dbbbcb4ea0ebff61243711161e83daf05f50faea3c +SIZE (gtkhtml2_viewer-0.16.tar.gz) = 401190 Index: claws-mail-maildir/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-maildir/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- claws-mail-maildir/Makefile 2 Oct 2007 15:49:59 -0000 1.23 +++ claws-mail-maildir/Makefile 26 Nov 2007 13:43:17 -0000 @@ -7,7 +7,7 @@ PORTNAME= maildir PORTVERSION= 0.24.4 -PORTREVISION?= 11 +PORTREVISION?= 12 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -15,8 +15,8 @@ MAINTAINER= c0rn@o2.pl COMMENT= Maildir++ plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes @@ -24,10 +24,10 @@ USE_BDB= yes CONFIGURE_ENV= CFLAGS="-I${BDB_INCLUDE_DIR}" \ - LDFLAGS="-l${BDB_LIB_NAME} -L${BDB_LIB_DIR}" + LDFLAGS="-l${BDB_LIB_NAME} -L${BDB_LIB_DIR}" PLIST_FILES= lib/claws-mail/plugins/maildir.a \ - lib/claws-mail/plugins/maildir.la \ - lib/claws-mail/plugins/maildir.so + lib/claws-mail/plugins/maildir.la \ + lib/claws-mail/plugins/maildir.so .include Index: claws-mail-mailmbox/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-mailmbox/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- claws-mail-mailmbox/Makefile 2 Oct 2007 15:49:59 -0000 1.20 +++ claws-mail-mailmbox/Makefile 26 Nov 2007 13:44:55 -0000 @@ -7,7 +7,7 @@ PORTNAME= mailmbox PORTVERSION= 1.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -15,15 +15,15 @@ MAINTAINER= c0rn@o2.pl COMMENT= Mbox maildir plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 PLIST_FILES= lib/claws-mail/plugins/mailmbox.a \ - lib/claws-mail/plugins/mailmbox.la \ - lib/claws-mail/plugins/mailmbox.so + lib/claws-mail/plugins/mailmbox.la \ + lib/claws-mail/plugins/mailmbox.so .include Index: claws-mail-newmail/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-newmail/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- claws-mail-newmail/Makefile 2 Oct 2007 15:49:59 -0000 1.20 +++ claws-mail-newmail/Makefile 26 Nov 2007 13:45:59 -0000 @@ -7,7 +7,7 @@ PORTNAME= newmail PORTVERSION= 0.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -15,15 +15,15 @@ MAINTAINER= c0rn@o2.pl COMMENT= Message header summary logging plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 -PLIST_FILES=lib/claws-mail/plugins/newmail.a \ - lib/claws-mail/plugins/newmail.la \ - lib/claws-mail/plugins/newmail.so +PLIST_FILES= lib/claws-mail/plugins/newmail.a \ + lib/claws-mail/plugins/newmail.la \ + lib/claws-mail/plugins/newmail.so .include Index: claws-mail-notification/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-notification/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- claws-mail-notification/Makefile 2 Oct 2007 15:49:59 -0000 1.26 +++ claws-mail-notification/Makefile 26 Nov 2007 13:48:31 -0000 @@ -6,8 +6,7 @@ # PORTNAME= notification -PORTVERSION= 0.12.1 -PORTREVISION= 2 +PORTVERSION= 0.13 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,8 +16,8 @@ COMMENT= New/unread mail notification plugin for claws-mail LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify -BUILD_DEPENDS= claws-mail>=3.0.0:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.0:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes @@ -33,6 +32,7 @@ share/locale/ca/LC_MESSAGES/notification_plugin.mo \ share/locale/cs/LC_MESSAGES/notification_plugin.mo \ share/locale/hu/LC_MESSAGES/notification_plugin.mo \ + share/locale/it/LC_MESSAGES/notification_plugin.mo \ share/locale/pt_BR/LC_MESSAGES/notification_plugin.mo \ share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo \ share/locale/fi/LC_MESSAGES/notification_plugin.mo Index: claws-mail-notification/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-notification/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- claws-mail-notification/distinfo 18 Sep 2007 12:14:07 -0000 1.14 +++ claws-mail-notification/distinfo 26 Nov 2007 13:47:08 -0000 @@ -1,3 +1,3 @@ -MD5 (notification_plugin-0.12.1.tar.gz) = 8b6bc3b4661b994a26fc6456b4c01ea5 -SHA256 (notification_plugin-0.12.1.tar.gz) = 6494b36d57102b96c2e7fbc2ccfa07a36de8bca623ef1bba9b5f4088e841ecab -SIZE (notification_plugin-0.12.1.tar.gz) = 460042 +MD5 (notification_plugin-0.13.tar.gz) = 67a7f4f01d35cc6602e8d4ab0c92aa93 +SHA256 (notification_plugin-0.13.tar.gz) = acd7f016eb874b067cdebe57b8ea0a5c949d5a2df34c6926608d2ca8a5d8098d +SIZE (notification_plugin-0.13.tar.gz) = 465495 Index: claws-mail-pdf_viewer/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-pdf_viewer/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- claws-mail-pdf_viewer/Makefile 2 Oct 2007 15:49:59 -0000 1.11 +++ claws-mail-pdf_viewer/Makefile 26 Nov 2007 13:53:18 -0000 @@ -6,8 +6,7 @@ # PORTNAME= pdf_viewer -PORTVERSION= 0.6 -PORTREVISION= 2 +PORTVERSION= 0.7 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- Index: claws-mail-pdf_viewer/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-pdf_viewer/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- claws-mail-pdf_viewer/distinfo 6 Sep 2007 21:32:32 -0000 1.5 +++ claws-mail-pdf_viewer/distinfo 26 Nov 2007 13:53:26 -0000 @@ -1,3 +1,3 @@ -MD5 (pdf_viewer-0.6.tar.gz) = aae0a9e529cade19523d0161d9a3f703 -SHA256 (pdf_viewer-0.6.tar.gz) = 0a6d1375eaebca13db443772c3652c97716a63fba770d8e80949aa16501103f9 -SIZE (pdf_viewer-0.6.tar.gz) = 403190 +MD5 (pdf_viewer-0.7.tar.gz) = 8355c86c55842ad380a1631407a095d6 +SHA256 (pdf_viewer-0.7.tar.gz) = 4577ac4d1355eb277d877e0dfe6d49f005dbc1e6978d0793530e0dba6e5a8b39 +SIZE (pdf_viewer-0.7.tar.gz) = 405671 Index: claws-mail-perl/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-perl/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- claws-mail-perl/Makefile 2 Oct 2007 15:49:59 -0000 1.20 +++ claws-mail-perl/Makefile 26 Nov 2007 14:02:10 -0000 @@ -6,8 +6,7 @@ # PORTNAME= perl -PORTVERSION= 0.9.10 -PORTREVISION= 2 +PORTVERSION= 0.9.11 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,8 +15,8 @@ MAINTAINER= c0rn@o2.pl COMMENT= Perl filtering plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes Index: claws-mail-perl/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-perl/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- claws-mail-perl/distinfo 6 Sep 2007 21:32:29 -0000 1.9 +++ claws-mail-perl/distinfo 26 Nov 2007 14:02:29 -0000 @@ -1,3 +1,3 @@ -MD5 (perl_plugin-0.9.10.tar.gz) = e74ee6715141918f22f25e131ec7d45f -SHA256 (perl_plugin-0.9.10.tar.gz) = 695ff67d79b19d3b8fbcf14d679e203412dc504a546f59d1e3ff9647bc241a51 -SIZE (perl_plugin-0.9.10.tar.gz) = 349885 +MD5 (perl_plugin-0.9.11.tar.gz) = 323cca6c717870fca69f7d8cba3ab414 +SHA256 (perl_plugin-0.9.11.tar.gz) = ccf3e6bd937d3061d3622238b3b94c60b4cfe97b6e1505543e4cc2ea0e4e9ca6 +SIZE (perl_plugin-0.9.11.tar.gz) = 350283 Index: claws-mail-rssyl/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-rssyl/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- claws-mail-rssyl/Makefile 2 Oct 2007 15:50:00 -0000 1.29 +++ claws-mail-rssyl/Makefile 26 Nov 2007 14:06:00 -0000 @@ -6,9 +6,8 @@ # PORTNAME= rssyl -PORTVERSION= 0.15 +PORTVERSION= 0.16 PORTEPOCH= 2 -PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,8 +16,8 @@ COMMENT= A RSS/Atom plugin for claws-mail LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 @@ -26,6 +25,6 @@ USE_ICONV= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} + --with-libintl-prefix=${LOCALBASE} .include Index: claws-mail-rssyl/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-rssyl/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- claws-mail-rssyl/distinfo 6 Sep 2007 21:32:38 -0000 1.14 +++ claws-mail-rssyl/distinfo 26 Nov 2007 14:06:05 -0000 @@ -1,3 +1,3 @@ -MD5 (rssyl-0.15.tar.gz) = 1fa701df95bb538fd0f0bf18d51534c7 -SHA256 (rssyl-0.15.tar.gz) = ed783c3141176ae84b7caec3f76cb483b09cf5c6fbc675abcdaaf5970ff0a4f1 -SIZE (rssyl-0.15.tar.gz) = 467638 +MD5 (rssyl-0.16.tar.gz) = c56da964cdb02233bbcf5c123f5f104b +SHA256 (rssyl-0.16.tar.gz) = 83fb74b99fdd694d6760e32c7ca6a6a8e85e1993ebea3be66d3226d3b2efcd39 +SIZE (rssyl-0.16.tar.gz) = 470012 Index: claws-mail-smime/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-smime/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- claws-mail-smime/Makefile 2 Oct 2007 15:50:00 -0000 1.24 +++ claws-mail-smime/Makefile 26 Nov 2007 14:07:37 -0000 @@ -6,8 +6,7 @@ # PORTNAME= smime -PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTVERSION= 0.7.3 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,16 +15,16 @@ COMMENT= S/MIME plugin for claws-mail LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 -PLIST_FILES=lib/claws-mail/plugins/smime.a \ - lib/claws-mail/plugins/smime.la \ - lib/claws-mail/plugins/smime.so \ - lib/claws-mail/plugins/smime.deps +PLIST_FILES= lib/claws-mail/plugins/smime.a \ + lib/claws-mail/plugins/smime.la \ + lib/claws-mail/plugins/smime.so \ + lib/claws-mail/plugins/smime.deps .include Index: claws-mail-smime/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-smime/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- claws-mail-smime/distinfo 6 Sep 2007 21:32:41 -0000 1.11 +++ claws-mail-smime/distinfo 26 Nov 2007 14:07:45 -0000 @@ -1,3 +1,3 @@ -MD5 (smime-0.7.2.tar.gz) = 01ed659d7dbd5abfc993a605fcc3ce66 -SHA256 (smime-0.7.2.tar.gz) = dd02e2ab3efed5556b329f4133e0aaad839ca050a9c6c88569bd353a04adfd1c -SIZE (smime-0.7.2.tar.gz) = 332878 +MD5 (smime-0.7.3.tar.gz) = 831cf42f2ae7a14a3c82d539b4de9515 +SHA256 (smime-0.7.3.tar.gz) = 18ae381d1993706c7279abd7bc2dcc22262b3bd3d60eddcf098eea30de3ccfb4 +SIZE (smime-0.7.3.tar.gz) = 333103 Index: claws-mail-synce/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-synce/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- claws-mail-synce/Makefile 2 Oct 2007 15:50:00 -0000 1.19 +++ claws-mail-synce/Makefile 26 Nov 2007 14:10:38 -0000 @@ -6,8 +6,7 @@ # PORTNAME= synce -PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTVERSION= 0.7.3 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,18 +16,18 @@ COMMENT= Windows CE addressbook plugin for claws-mail LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} \ - --with-librapi2=${LOCALBASE} + --with-librapi2=${LOCALBASE} PLIST_FILES= lib/claws-mail/plugins/synce_plugin.a \ - lib/claws-mail/plugins/synce_plugin.la \ - lib/claws-mail/plugins/synce_plugin.so + lib/claws-mail/plugins/synce_plugin.la \ + lib/claws-mail/plugins/synce_plugin.so .include Index: claws-mail-synce/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-synce/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- claws-mail-synce/distinfo 6 Sep 2007 21:32:35 -0000 1.8 +++ claws-mail-synce/distinfo 26 Nov 2007 14:10:42 -0000 @@ -1,3 +1,3 @@ -MD5 (synce_plugin-0.7.2.tar.gz) = 788fccfd07b4f79082b4e31bd34a4933 -SHA256 (synce_plugin-0.7.2.tar.gz) = cef4195800c38beaafe4f036abaf6cf12ad691bfd6c569d4e58d4764642cfc1f -SIZE (synce_plugin-0.7.2.tar.gz) = 334142 +MD5 (synce_plugin-0.7.3.tar.gz) = f2098408ac401975bbd13cb284c12c7c +SHA256 (synce_plugin-0.7.3.tar.gz) = 1bbd70d586db79b250310a8fdbd62999c660e1c332b5e436511f2845799ff0fd +SIZE (synce_plugin-0.7.3.tar.gz) = 334350 Index: claws-mail-vcalendar/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-vcalendar/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- claws-mail-vcalendar/Makefile 2 Oct 2007 15:50:00 -0000 1.27 +++ claws-mail-vcalendar/Makefile 26 Nov 2007 14:48:24 -0000 @@ -6,8 +6,7 @@ # PORTNAME= vcalendar -PORTVERSION= 1.98 -PORTREVISION= 1 +PORTVERSION= 1.99 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ \ ${MASTER_SITE_LOCAL} @@ -18,8 +17,8 @@ COMMENT= vCalendar plugin for claws-mail LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_GETTEXT= yes @@ -28,6 +27,6 @@ USE_AUTOTOOLS= autoconf:261 CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} + --with-libintl-prefix=${LOCALBASE} .include Index: claws-mail-vcalendar/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-vcalendar/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- claws-mail-vcalendar/distinfo 18 Sep 2007 12:10:02 -0000 1.13 +++ claws-mail-vcalendar/distinfo 26 Nov 2007 14:48:30 -0000 @@ -1,3 +1,3 @@ -MD5 (vcalendar-1.98.tar.gz) = d089da41f155c669efe9a3dedd16e39e -SHA256 (vcalendar-1.98.tar.gz) = ce4e4ca82d00f9b1ebdba4dcc9b09abf6c9ef70be33a5a62cfecaff920d93049 -SIZE (vcalendar-1.98.tar.gz) = 764473 +MD5 (vcalendar-1.99.tar.gz) = 734178e730add1477e75444f79f36958 +SHA256 (vcalendar-1.99.tar.gz) = 65ec21bfdd88d2a1858ec5bbea8307e53652f93e9d96ba05635f04edbafd3b6e +SIZE (vcalendar-1.99.tar.gz) = 764054 Index: claws-mail-spamreport/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-spamreport/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- claws-mail-spamreport/Makefile 2 Oct 2007 15:50:00 -0000 1.3 +++ claws-mail-spamreport/Makefile 26 Nov 2007 15:03:38 -0000 @@ -6,8 +6,7 @@ # PORTNAME= spamreport -PORTVERSION= 0.2 -PORTREVISION= 2 +PORTVERSION= 0.3 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,8 +16,8 @@ COMMENT= SpamReport plugin for claws-mail LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.1.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes @@ -32,10 +31,11 @@ lib/claws-mail/plugins/spamreport.so \ share/locale/ca/LC_MESSAGES/spam_report.mo \ share/locale/fi/LC_MESSAGES/spam_report.mo \ + share/locale/it/LC_MESSAGES/spam_report.mo \ share/locale/es/LC_MESSAGES/spam_report.mo \ share/locale/fr/LC_MESSAGES/spam_report.mo \ share/locale/hu/LC_MESSAGES/spam_report.mo \ share/locale/pt_BR/LC_MESSAGES/spam_report.mo \ - share/locale/sk/LC_MESSAGES/spam_report.mo \ + share/locale/sk/LC_MESSAGES/spam_report.mo .include Index: claws-mail-spamreport/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/claws-mail-spamreport/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- claws-mail-spamreport/distinfo 6 Sep 2007 21:33:49 -0000 1.1 +++ claws-mail-spamreport/distinfo 26 Nov 2007 15:02:31 -0000 @@ -1,3 +1,3 @@ -MD5 (spam_report-0.2.tar.gz) = 32fbfbf372d788d5379b6e350f0940de -SHA256 (spam_report-0.2.tar.gz) = 077488a4f56fe836c90b79c8e2fe996d56cb0d7ee4f0bc5927e55bf36d6d20d9 -SIZE (spam_report-0.2.tar.gz) = 379740 +MD5 (spam_report-0.3.tar.gz) = 9c5f8e48199145e5ebf6dad3729e191d +SHA256 (spam_report-0.3.tar.gz) = 4afc0989983496a0621467458293e0634ba28d6b8242de6f039b68e3e959c84e +SIZE (spam_report-0.3.tar.gz) = 382576