diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-10 17:27:47 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-10 17:27:47 +0000 |
commit | 40c91fb874af2102efc84784596c53bf6afb7f19 (patch) | |
tree | b6dedc6410a6a429f378c200b2aae00c7d7cbb5e /mail/claws-mail-spamreport | |
parent | b1ccabf65df39e4ab553f6c4734942b9f89992b1 (diff) | |
download | ports-40c91fb874af2102efc84784596c53bf6afb7f19.tar.gz ports-40c91fb874af2102efc84784596c53bf6afb7f19.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
Notes
Notes:
svn path=/head/; revision=308620
Diffstat (limited to 'mail/claws-mail-spamreport')
-rw-r--r-- | mail/claws-mail-spamreport/Makefile | 17 | ||||
-rw-r--r-- | mail/claws-mail-spamreport/distinfo | 4 | ||||
-rw-r--r-- | mail/claws-mail-spamreport/files/patch-src-gettext.h | 19 | ||||
-rw-r--r-- | mail/claws-mail-spamreport/pkg-descr | 2 |
4 files changed, 9 insertions, 33 deletions
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index 63dcc9573d95..7852d8807730 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -1,26 +1,21 @@ -# New ports collection makefile for: claws-mail-spamreport -# Date created: 06 April 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= spamreport -PORTVERSION= 0.3.16 -PORTREVISION= 1 +PORTVERSION= 0.3.17 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- DISTNAME= spam_report-${PORTVERSION} MAINTAINER= pawel@FreeBSD.org -COMMENT= SpamReport plugin for claws-mail +COMMENT= Spam report plugin for Claws Mail LICENSE= GPLv3 -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +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_XORG= x11 diff --git a/mail/claws-mail-spamreport/distinfo b/mail/claws-mail-spamreport/distinfo index 1faed88b4fd1..0a7048b7c4a3 100644 --- a/mail/claws-mail-spamreport/distinfo +++ b/mail/claws-mail-spamreport/distinfo @@ -1,2 +1,2 @@ -SHA256 (spam_report-0.3.16.tar.gz) = 8f60ecc4fd779df965bbd45f02c333eb10a3aad0b7868b253122f65a5b015c06 -SIZE (spam_report-0.3.16.tar.gz) = 381255 +SHA256 (spam_report-0.3.17.tar.gz) = 0213ee699ff0bf589f08dfeecb351a32ca1554dd2c1b7ef7e6ad7253d4f4debe +SIZE (spam_report-0.3.17.tar.gz) = 381326 diff --git a/mail/claws-mail-spamreport/files/patch-src-gettext.h b/mail/claws-mail-spamreport/files/patch-src-gettext.h deleted file mode 100644 index 3a708ccff4a1..000000000000 --- a/mail/claws-mail-spamreport/files/patch-src-gettext.h +++ /dev/null @@ -1,19 +0,0 @@ -$FreeBSD$ - -Index: src/gettext.h -=================================================================== -RCS file: /home/claws-mail/plugins/spam_report/src/Attic/gettext.h,v -retrieving revision 1.1.2.3 -retrieving revision 1.1.2.4 -diff -u -r1.1.2.3 -r1.1.2.4 ---- src/gettext.h 6 Jan 2012 14:26:46 -0000 1.1.2.3 -+++ src/gettext.h 9 Jul 2012 05:07:57 -0000 1.1.2.4 -@@ -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-spamreport/pkg-descr b/mail/claws-mail-spamreport/pkg-descr index c9f641113c8b..f49a125340ee 100644 --- a/mail/claws-mail-spamreport/pkg-descr +++ b/mail/claws-mail-spamreport/pkg-descr @@ -1,3 +1,3 @@ This plugin reports spam to various places. -WWW: http://www.claws-mail.org/plugins.php +WWW: http://www.claws-mail.org/plugins.php |