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-python | |
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-python')
-rw-r--r-- | mail/claws-mail-python/Makefile | 30 | ||||
-rw-r--r-- | mail/claws-mail-python/distinfo | 2 | ||||
-rw-r--r-- | mail/claws-mail-python/pkg-plist | 18 |
3 files changed, 3 insertions, 47 deletions
diff --git a/mail/claws-mail-python/Makefile b/mail/claws-mail-python/Makefile index 6ea6375ecc67..830ac7c83c44 100644 --- a/mail/claws-mail-python/Makefile +++ b/mail/claws-mail-python/Makefile @@ -2,37 +2,13 @@ # $FreeBSD$ PORTNAME= python -PORTVERSION= 0.11 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- -DISTNAME= python_plugin-${PORTVERSION} +PORTREVISION= 0 -MAINTAINER= pawel@FreeBSD.org COMMENT= Python scripting 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_GNOME= pygtk2 -USE_GMAKE= yes -USE_XORG= x11 -USE_AUTOTOOLS= autoconf -MAKE_JOBS_SAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.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= python +.include "../claws-mail/Makefile.claws" .include <bsd.port.mk> diff --git a/mail/claws-mail-python/distinfo b/mail/claws-mail-python/distinfo deleted file mode 100644 index 48d49d6f24c2..000000000000 --- a/mail/claws-mail-python/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (python_plugin-0.11.tar.gz) = 15e577c4212ab3631aeff5a5814b8be79e6818e44fe3a6bed365976495fd8aa4 -SIZE (python_plugin-0.11.tar.gz) = 406917 diff --git a/mail/claws-mail-python/pkg-plist b/mail/claws-mail-python/pkg-plist deleted file mode 100644 index 90739fe01840..000000000000 --- a/mail/claws-mail-python/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -lib/claws-mail/plugins/python_plugin.a -lib/claws-mail/plugins/python_plugin.la -lib/claws-mail/plugins/python_plugin.so -%%NLS%%share/locale/es/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/ca/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/cs/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/fi/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/fr/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/hu/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/id_ID/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/ja/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/lt/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/nl/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/sk/LC_MESSAGES/python_plugin.mo -%%NLS%%share/locale/uk/LC_MESSAGES/python_plugin.mo -%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/id_ID |