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-archiver | |
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-archiver')
-rw-r--r-- | mail/claws-mail-archiver/Makefile | 15 | ||||
-rw-r--r-- | mail/claws-mail-archiver/distinfo | 4 | ||||
-rw-r--r-- | mail/claws-mail-archiver/files/patch-src-gettext.h | 19 | ||||
-rw-r--r-- | mail/claws-mail-archiver/pkg-descr | 2 |
4 files changed, 8 insertions, 32 deletions
diff --git a/mail/claws-mail-archiver/Makefile b/mail/claws-mail-archiver/Makefile index 41fe83326fef..1cfab099a603 100644 --- a/mail/claws-mail-archiver/Makefile +++ b/mail/claws-mail-archiver/Makefile @@ -1,25 +1,20 @@ -# New ports collection makefile for: sylpheed-claws-mail-archiver -# Date created: 28 june 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= archiver -PORTVERSION= 0.6.12 -PORTREVISION= 1 +PORTVERSION= 0.6.13 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- DISTNAME= archive-${PORTVERSION} MAINTAINER= pawel@FreeBSD.org -COMMENT= mail archiver plugin for claws-mail +COMMENT= Mail archiver plugin for Claws Mail LICENSE= GPLv3 -BUILD_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_AUTOTOOLS= autoconf diff --git a/mail/claws-mail-archiver/distinfo b/mail/claws-mail-archiver/distinfo index dc3dc90c8faf..cf58cb35dbc9 100644 --- a/mail/claws-mail-archiver/distinfo +++ b/mail/claws-mail-archiver/distinfo @@ -1,2 +1,2 @@ -SHA256 (archive-0.6.12.tar.gz) = f8d946402016e0ed5cfcae993c5af82838f995623e1ebc1b47c3c9fc2e767d7c -SIZE (archive-0.6.12.tar.gz) = 463134 +SHA256 (archive-0.6.13.tar.gz) = 0edf299d82760f28f553bcd1abc02337ca5adfde0626313dc361584d9bf0359b +SIZE (archive-0.6.13.tar.gz) = 463329 diff --git a/mail/claws-mail-archiver/files/patch-src-gettext.h b/mail/claws-mail-archiver/files/patch-src-gettext.h deleted file mode 100644 index dbb219c8ff2e..000000000000 --- a/mail/claws-mail-archiver/files/patch-src-gettext.h +++ /dev/null @@ -1,19 +0,0 @@ -$FreeBSD$ - -Index: src/gettext.h -=================================================================== -RCS file: /home/claws-mail/plugins/archive/src/Attic/gettext.h,v -retrieving revision 1.1.2.2 -retrieving revision 1.1.2.3 -diff -u -r1.1.2.2 -r1.1.2.3 ---- src/gettext.h 6 Jan 2012 14:10:15 -0000 1.1.2.2 -+++ src/gettext.h 9 Jul 2012 05:06:19 -0000 1.1.2.3 -@@ -69,7 +69,7 @@ - # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset)) - - #define _(str) str -- -+#define D_(domain, str) (domain, str) - #endif - - /* A pseudo function call that serves as a marker for the automated diff --git a/mail/claws-mail-archiver/pkg-descr b/mail/claws-mail-archiver/pkg-descr index 248ecbb52f7b..d642d2ccb56c 100644 --- a/mail/claws-mail-archiver/pkg-descr +++ b/mail/claws-mail-archiver/pkg-descr @@ -1,3 +1,3 @@ This plugin adds archiving features to Claws Mail. -WWW: http://www.claws-mail.org/plugins.php +WWW: http://www.claws-mail.org/plugins.php |