aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-gdata
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 /mail/claws-mail-gdata
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
Diffstat (limited to 'mail/claws-mail-gdata')
-rw-r--r--mail/claws-mail-gdata/Makefile4
1 files changed, 3 insertions, 1 deletions
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>