diff options
author | pawel <pawel@FreeBSD.org> | 2012-12-11 01:27:47 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-12-11 01:27:47 +0800 |
commit | 4dae2db260e3517a76b1e8937b7820d3f6413ca8 (patch) | |
tree | b6dedc6410a6a429f378c200b2aae00c7d7cbb5e /mail/claws-mail-gdata | |
parent | ddadf1eb555553a6958aeccd82bb929d3090453b (diff) | |
download | freebsd-ports-gnome-4dae2db260e3517a76b1e8937b7820d3f6413ca8.tar.gz freebsd-ports-gnome-4dae2db260e3517a76b1e8937b7820d3f6413ca8.tar.zst freebsd-ports-gnome-4dae2db260e3517a76b1e8937b7820d3f6413ca8.zip |
Update to Claws Mail 3.9.0 release
Changelog: http://www.claws-mail.org/news.php
claws-mail:
- Remove leading article from COMMENT
- Add missing deps
- Modernize options descriptions
- Respect NLS option
- Remove shlib ABI versions from LIB_DEPENDS
plugins:
- Bump plugins with no new versions
- Remove stale patches
- Improve COMMENTs, be more verbose what plugin does, use official
Claws Mail name, remove leading articles
- Convert WWW: lines from tabs to spaces
Diffstat (limited to 'mail/claws-mail-gdata')
-rw-r--r-- | mail/claws-mail-gdata/Makefile | 12 | ||||
-rw-r--r-- | mail/claws-mail-gdata/distinfo | 4 | ||||
-rw-r--r-- | mail/claws-mail-gdata/pkg-descr | 2 |
3 files changed, 7 insertions, 11 deletions
diff --git a/mail/claws-mail-gdata/Makefile b/mail/claws-mail-gdata/Makefile index a76ab50441f5..ad20d277d2e8 100644 --- a/mail/claws-mail-gdata/Makefile +++ b/mail/claws-mail-gdata/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: claws-mail-gdata -# Date created: 2011-12-17 -# Whom: Pawel Pekala <pawel@FreeBSD.org> -# +# Created by: Pawel Pekala <pawel@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gdata -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,9 +13,9 @@ COMMENT= Plugin providing Google Contacts in the Tab-address completion LICENSE= GPLv3 -BUILD_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail LIB_DEPENDS= gdata:${PORTSDIR}/devel/libgdata -RUN_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail GNU_CONFIGURE= yes USE_ICONV= yes diff --git a/mail/claws-mail-gdata/distinfo b/mail/claws-mail-gdata/distinfo index e4bd385a68f8..a6a687990d7a 100644 --- a/mail/claws-mail-gdata/distinfo +++ b/mail/claws-mail-gdata/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdata_plugin-0.4.tar.gz) = 111100ef249e04b3ff53a945f120fbd5bde2ad495c2003ce8450326a411607fb -SIZE (gdata_plugin-0.4.tar.gz) = 372599 +SHA256 (gdata_plugin-0.5.tar.gz) = 7352efcbe078d23f3a8df49affdbb63cfe98b06ca138ce63e4ac82b49ebfb469 +SIZE (gdata_plugin-0.5.tar.gz) = 372567 diff --git a/mail/claws-mail-gdata/pkg-descr b/mail/claws-mail-gdata/pkg-descr index 760350114fe7..92315a1cc21d 100644 --- a/mail/claws-mail-gdata/pkg-descr +++ b/mail/claws-mail-gdata/pkg-descr @@ -3,4 +3,4 @@ Provides access to GData (Google services) for Claws Mail. The only currently implemented feature is inclusion of Google contacts into the address completion. -WWW: http://www.claws-mail.org/plugins.php +WWW: http://www.claws-mail.org/plugins.php |