aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-07-31 20:58:07 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-07-31 20:58:07 +0000
commit08f3b8c64ccab5be0d597ab925621f7fe0810405 (patch)
tree16312bab3f20bf3c944b979414c30d71884478ad
parent4849dc2f44fdc7c8f18afead577a2824b85b8e6f (diff)
downloadports-08f3b8c64ccab5be0d597ab925621f7fe0810405.tar.gz
ports-08f3b8c64ccab5be0d597ab925621f7fe0810405.zip
- Update Claws Mail & plugins to version 3.12.0
- Fetch distfile from project site, SF distribution is postponed till situation with site is clear - Include configure patch that prevents linking all binaries to libarchive [1] - Switch archiver plugin to USES=libarchive [1] - Add new Manage Sieve plugin which allows manipulation of IMAP filters - Mark gdata plugin as IGNOREd, needs newer version of devel/libgdata library, which is not in ports yet Release notes: http://claws-mail.org/news.php PR: 201949 [1] Submitted by: tijl [1]
Notes
Notes: svn path=/head/; revision=393374
-rw-r--r--mail/Makefile1
-rw-r--r--mail/claws-mail-archiver/Makefile2
-rw-r--r--mail/claws-mail-fetchinfo/pkg-descr2
-rw-r--r--mail/claws-mail-gdata/Makefile4
-rw-r--r--mail/claws-mail-managesieve/Makefile12
-rw-r--r--mail/claws-mail-managesieve/pkg-descr8
-rw-r--r--mail/claws-mail-pdf_viewer/Makefile2
-rw-r--r--mail/claws-mail/Makefile.claws5
-rw-r--r--mail/claws-mail/distinfo4
-rw-r--r--mail/claws-mail/files/patch-configure23
-rw-r--r--mail/claws-mail/pkg-plist8
11 files changed, 53 insertions, 18 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 6e774402d15a..4e68f89c618a 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -56,6 +56,7 @@
SUBDIR += claws-mail-gdata
SUBDIR += claws-mail-libravatar
SUBDIR += claws-mail-mailmbox
+ SUBDIR += claws-mail-managesieve
SUBDIR += claws-mail-newmail
SUBDIR += claws-mail-notification
SUBDIR += claws-mail-pdf_viewer
diff --git a/mail/claws-mail-archiver/Makefile b/mail/claws-mail-archiver/Makefile
index 67b2c2290777..a80fe758eb85 100644
--- a/mail/claws-mail-archiver/Makefile
+++ b/mail/claws-mail-archiver/Makefile
@@ -6,6 +6,8 @@ PORTREVISION= 0
COMMENT= Mail archiver plugin for Claws Mail
+USES= libarchive
+
CLAWS_PLUGINS_BUILD= archive
.include "../claws-mail/Makefile.claws"
diff --git a/mail/claws-mail-fetchinfo/pkg-descr b/mail/claws-mail-fetchinfo/pkg-descr
index 67ba6bc9f3f2..709959ae5f51 100644
--- a/mail/claws-mail-fetchinfo/pkg-descr
+++ b/mail/claws-mail-fetchinfo/pkg-descr
@@ -1,4 +1,4 @@
This plugin inserts headers containing some download information: UIDL,
-Sylpheeds account name, POP server, user ID and retrieval time.
+Claws Mail's account name, POP server, user ID and retrieval time.
WWW: http://www.claws-mail.org/plugins.php
diff --git a/mail/claws-mail-gdata/Makefile b/mail/claws-mail-gdata/Makefile
index f3f052da59a5..b8b7606ca9f7 100644
--- a/mail/claws-mail-gdata/Makefile
+++ b/mail/claws-mail-gdata/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gdata
-PORTREVISION= 1
+PORTREVISION= 0
COMMENT= Plugin providing Google Contacts in the Tab-address completion
@@ -10,5 +10,7 @@ LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata
CLAWS_PLUGINS_BUILD= gdata
+IGNORE= Needs newer libgdata not available in ports yet
+
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>
diff --git a/mail/claws-mail-managesieve/Makefile b/mail/claws-mail-managesieve/Makefile
new file mode 100644
index 000000000000..0544db0a970f
--- /dev/null
+++ b/mail/claws-mail-managesieve/Makefile
@@ -0,0 +1,12 @@
+# Created by: Pawel Pekala <pawel@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= managesieve
+PORTREVISION= 0
+
+COMMENT= Sieve filters manager for Claws Mail
+
+CLAWS_PLUGINS_BUILD= managesieve
+
+.include "../claws-mail/Makefile.claws"
+.include <bsd.port.mk>
diff --git a/mail/claws-mail-managesieve/pkg-descr b/mail/claws-mail-managesieve/pkg-descr
new file mode 100644
index 000000000000..2054ad136a96
--- /dev/null
+++ b/mail/claws-mail-managesieve/pkg-descr
@@ -0,0 +1,8 @@
+The Claws Mail ManageSieve plugin provides an interface for managing
+Sieve filters. Sieve filters are used for filtering mail on mail servers,
+usually with an IMAP account.
+
+This plugin handles managing Sieve filters, editing them, and checking
+their syntax.
+
+WWW: http://www.claws-mail.org/plugin.php?plugin=managesieve
diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile
index 146c85bf9980..7c15a4707666 100644
--- a/mail/claws-mail-pdf_viewer/Makefile
+++ b/mail/claws-mail-pdf_viewer/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pdf_viewer
-PORTREVISION= 2
+PORTREVISION= 0
COMMENT= PDF and PostScript viewer plugin for Claws Mail
diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws
index 257b21220606..92bd502ae631 100644
--- a/mail/claws-mail/Makefile.claws
+++ b/mail/claws-mail/Makefile.claws
@@ -1,8 +1,8 @@
# $FreeBSD$
-PORTVERSION= 3.11.1
+PORTVERSION= 3.12.0
CATEGORIES?= mail
-MASTER_SITES= SF/claws-mail/Claws%20Mail/${PORTVERSION}
+MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/
MAINTAINER= pawel@FreeBSD.org
@@ -27,6 +27,7 @@ CLAWS_PLUGINS= acpi_notifier \
geolocation \
libravatar \
mailmbox \
+ managesieve \
newmail \
notification \
pdf_viewer \
diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo
index 5cf97bb34d19..e0c1da84219e 100644
--- a/mail/claws-mail/distinfo
+++ b/mail/claws-mail/distinfo
@@ -1,2 +1,2 @@
-SHA256 (claws-mail-3.11.1.tar.xz) = d72381b6c9f872638cae2c208925e19bd5d4a9476bb9049742f1ba27c3efd133
-SIZE (claws-mail-3.11.1.tar.xz) = 6908772
+SHA256 (claws-mail-3.12.0.tar.xz) = 272ad6aaa066a4f5e0f26ed151b23b836a65190e6b45c049479b5e7677e4d6ca
+SIZE (claws-mail-3.12.0.tar.xz) = 6615768
diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure
index 786a29372752..f27faacd72fc 100644
--- a/mail/claws-mail/files/patch-configure
+++ b/mail/claws-mail/files/patch-configure
@@ -1,6 +1,23 @@
---- configure.orig 2013-12-14 14:13:44.125318907 +0100
-+++ configure 2013-12-14 14:15:18.705347095 +0100
-@@ -21459,7 +21459,6 @@
+--- configure.orig 2015-07-19 11:19:39 UTC
++++ configure
+@@ -20652,7 +20652,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1"
+ fi
+
+
+-
++OLDLIBS=$LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_read_new in -larchive" >&5
+ $as_echo_n "checking for archive_read_new in -larchive... " >&6; }
+ if ${ac_cv_lib_archive_archive_read_new+:} false; then :
+@@ -20697,6 +20697,7 @@ else
+ HAVE_ARCHIVE=no
+
+ fi
++LIBS=$OLDLIBS
+
+
+
+@@ -21553,7 +21554,6 @@ $as_echo "$as_me: WARNING: python-config
if test x"$platform_win32" = xno; then
# libpython.so
PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so"
diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist
index 314f51868764..659ce7800c94 100644
--- a/mail/claws-mail/pkg-plist
+++ b/mail/claws-mail/pkg-plist
@@ -28,7 +28,6 @@ include/claws-mail/avatars.h
include/claws-mail/browseldap.h
include/claws-mail/claws-features.h
include/claws-mail/codeconv.h
-include/claws-mail/common/base64.h
include/claws-mail/common/claws.h
include/claws-mail/common/defs.h
include/claws-mail/common/hooks.h
@@ -315,17 +314,10 @@ share/icons/hicolor/64x64/apps/claws-mail.png
%%NLS%%share/locale/he/LC_MESSAGES/claws-mail.mo
%%NLS%%share/locale/hu/LC_MESSAGES/claws-mail.mo
%%NLS%%share/locale/id_ID/LC_MESSAGES/claws-mail.mo
-%%NLS%%share/locale/it/LC_MESSAGES/claws-mail.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/claws-mail.mo
%%NLS%%share/locale/lt/LC_MESSAGES/claws-mail.mo
%%NLS%%share/locale/nb/LC_MESSAGES/claws-mail.mo
%%NLS%%share/locale/nl/LC_MESSAGES/claws-mail.mo
%%NLS%%share/locale/pl/LC_MESSAGES/claws-mail.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
-%%NLS%%share/locale/pt_PT/LC_MESSAGES/claws-mail.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/claws-mail.mo
%%NLS%%share/locale/sk/LC_MESSAGES/claws-mail.mo
%%NLS%%share/locale/sv/LC_MESSAGES/claws-mail.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/claws-mail.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/claws-mail.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/claws-mail.mo