diff options
author | pawel <pawel@FreeBSD.org> | 2013-05-11 22:10:28 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-05-11 22:10:28 +0800 |
commit | 8841fe6bbb3f6f4e03b29d2ea1fee038e8ff9d83 (patch) | |
tree | 85c655fbcc96cd0cdaca4e20133b97b58c513131 /mail/claws-mail-tnef | |
parent | ab8c25e75ecf5274b88323c941b9998c5fbef10c (diff) | |
download | freebsd-ports-gnome-8841fe6bbb3f6f4e03b29d2ea1fee038e8ff9d83.tar.gz freebsd-ports-gnome-8841fe6bbb3f6f4e03b29d2ea1fee038e8ff9d83.tar.zst freebsd-ports-gnome-8841fe6bbb3f6f4e03b29d2ea1fee038e8ff9d83.zip |
Update to Claws Mail 3.9.1 release
Changelog: http://claws-mail.org/news.php
claws-mail:
- Now whole release is distributed as one file
- Move common stuff to Makefile.claws
- Cleanup many accumulated, old and not needed things
- Move bogofilter, pgp and spamassassin plugins to separate ports
- Dillo plugin was dropped so drop option for it
plugins:
- All plugins ports are now slaves to main port
- Remove all distinfo and pkg-plist files - this is
now handled by main port
- Deprecate cachesaver and gtkhtml2_viewer plugins - they are not
maintained by upstream anymore
Diffstat (limited to 'mail/claws-mail-tnef')
-rw-r--r-- | mail/claws-mail-tnef/Makefile | 34 | ||||
-rw-r--r-- | mail/claws-mail-tnef/distinfo | 2 | ||||
-rw-r--r-- | mail/claws-mail-tnef/pkg-plist | 19 |
3 files changed, 3 insertions, 52 deletions
diff --git a/mail/claws-mail-tnef/Makefile b/mail/claws-mail-tnef/Makefile index 4910c535fc0e..1e8027e4494d 100644 --- a/mail/claws-mail-tnef/Makefile +++ b/mail/claws-mail-tnef/Makefile @@ -2,39 +2,11 @@ # $FreeBSD$ PORTNAME= tnef -PORTVERSION= 0.3.14 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- -DISTNAME= tnef_parse-${PORTVERSION} +PORTREVISION= 0 -MAINTAINER= pawel@FreeBSD.org COMMENT= TNEF attachment format parser plugin for Claws Mail -LICENSE= GPLv3 - -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 -USE_AUTOTOOLS= autoconf -MAKE_JOBS_SAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +CLAWS_PLUGINS_BUILD= tnef_parse +.include "../claws-mail/Makefile.claws" .include <bsd.port.mk> diff --git a/mail/claws-mail-tnef/distinfo b/mail/claws-mail-tnef/distinfo deleted file mode 100644 index 9cd5556ecf3f..000000000000 --- a/mail/claws-mail-tnef/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tnef_parse-0.3.14.tar.gz) = 41e4b3c45896bc20359bec007b7ee83961510d50e957defb92fd315a6b7d6a75 -SIZE (tnef_parse-0.3.14.tar.gz) = 411136 diff --git a/mail/claws-mail-tnef/pkg-plist b/mail/claws-mail-tnef/pkg-plist deleted file mode 100644 index 457f7fcdeed4..000000000000 --- a/mail/claws-mail-tnef/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -lib/claws-mail/plugins/tnef_parse.a -lib/claws-mail/plugins/tnef_parse.la -lib/claws-mail/plugins/tnef_parse.so -%%NLS%%share/locale/ca/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/cs/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/es/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/fi/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/fr/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/hu/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/id_ID/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/it/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/ja/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/lt/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/nl/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/ru/LC_MESSAGES/tnef_parse.mo -%%NLS%%share/locale/sk/LC_MESSAGES/tnef_parse.mo -%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/id_ID |