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-fetchinfo | |
parent | b1ccabf65df39e4ab553f6c4734942b9f89992b1 (diff) |
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-fetchinfo')
-rw-r--r-- | mail/claws-mail-fetchinfo/Makefile | 26 | ||||
-rw-r--r-- | mail/claws-mail-fetchinfo/distinfo | 4 | ||||
-rw-r--r-- | mail/claws-mail-fetchinfo/pkg-descr | 2 | ||||
-rw-r--r-- | mail/claws-mail-fetchinfo/pkg-plist | 6 |
4 files changed, 24 insertions, 14 deletions
diff --git a/mail/claws-mail-fetchinfo/Makefile b/mail/claws-mail-fetchinfo/Makefile index ad8b8f321896..1870335add62 100644 --- a/mail/claws-mail-fetchinfo/Makefile +++ b/mail/claws-mail-fetchinfo/Makefile @@ -1,31 +1,35 @@ -# New ports collection makefile for: sylpheed-claws-fetchinfo -# Date created: 3 April 2006 -# Whom: Pawel Pekala <c0rn@o2.pl> -# +# Created by: Pawel Pekala <c0rn@o2.pl> # $FreeBSD$ -# PORTNAME= fetchinfo PORTVERSION= 0.4.25 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- DISTNAME= ${PORTNAME}-plugin-${PORTVERSION} MAINTAINER= pawel@FreeBSD.org -COMMENT= Header insertion plugin for claws-mail +COMMENT= Header insertion 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 +USE_ICONV= yes MAKE_JOBS_SAFE= yes -PLIST_FILES= lib/claws-mail/plugins/fetchinfo_plugin.a \ - lib/claws-mail/plugins/fetchinfo_plugin.la \ - lib/claws-mail/plugins/fetchinfo_plugin.so \ +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif .include <bsd.port.mk> diff --git a/mail/claws-mail-fetchinfo/distinfo b/mail/claws-mail-fetchinfo/distinfo index f7857b76ee2c..58089ca44c1d 100644 --- a/mail/claws-mail-fetchinfo/distinfo +++ b/mail/claws-mail-fetchinfo/distinfo @@ -1,2 +1,2 @@ -SHA256 (fetchinfo-plugin-0.4.25.tar.gz) = aaf875d5b26fa8e17246ade413b8007cb33cc36bde1ddafb468c2ac5aa340e36 -SIZE (fetchinfo-plugin-0.4.25.tar.gz) = 375998 +SHA256 (fetchinfo-plugin-0.4.25.tar.gz) = 94fa60b0bc4245a6e25c453127b8caf2bd356ad27d6c7da57cabb3bd8eeec0e4 +SIZE (fetchinfo-plugin-0.4.25.tar.gz) = 377476 diff --git a/mail/claws-mail-fetchinfo/pkg-descr b/mail/claws-mail-fetchinfo/pkg-descr index 423ba865a814..67ba6bc9f3f2 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. -WWW: http://www.claws-mail.org/plugins.php +WWW: http://www.claws-mail.org/plugins.php diff --git a/mail/claws-mail-fetchinfo/pkg-plist b/mail/claws-mail-fetchinfo/pkg-plist new file mode 100644 index 000000000000..479f801a83bf --- /dev/null +++ b/mail/claws-mail-fetchinfo/pkg-plist @@ -0,0 +1,6 @@ +lib/claws-mail/plugins/fetchinfo_plugin.a +lib/claws-mail/plugins/fetchinfo_plugin.la +lib/claws-mail/plugins/fetchinfo_plugin.so +%%NLS%%share/locale/fr/LC_MESSAGES/fetchinfo-plugin.mo +%%NLS%%share/locale/hu/LC_MESSAGES/fetchinfo-plugin.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/fetchinfo-plugin.mo |