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-att_remover | |
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-att_remover')
-rw-r--r-- | mail/claws-mail-att_remover/Makefile | 20 | ||||
-rw-r--r-- | mail/claws-mail-att_remover/distinfo | 2 |
2 files changed, 3 insertions, 19 deletions
diff --git a/mail/claws-mail-att_remover/Makefile b/mail/claws-mail-att_remover/Makefile index 6077a28e43a8..76e3f0ad4f9f 100644 --- a/mail/claws-mail-att_remover/Makefile +++ b/mail/claws-mail-att_remover/Makefile @@ -2,25 +2,11 @@ # $FreeBSD$ PORTNAME= att_remover -PORTVERSION= 1.0.15 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- +PORTREVISION= 0 -MAINTAINER= pawel@FreeBSD.org COMMENT= Attachments removing 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_AUTOTOOLS= autoconf -MAKE_JOBS_SAFE= yes - -PLIST_FILES= lib/claws-mail/plugins/att_remover.a \ - lib/claws-mail/plugins/att_remover.la \ - lib/claws-mail/plugins/att_remover.so +CLAWS_PLUGINS_BUILD= att_remover +.include "../claws-mail/Makefile.claws" .include <bsd.port.mk> diff --git a/mail/claws-mail-att_remover/distinfo b/mail/claws-mail-att_remover/distinfo deleted file mode 100644 index 2b60460a8769..000000000000 --- a/mail/claws-mail-att_remover/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (att_remover-1.0.15.tar.gz) = f0946331dd692c2ab6b13ed4791338c823359b59649a24dfb6fd4b1b4bb66d32 -SIZE (att_remover-1.0.15.tar.gz) = 318481 |