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-archiver | |
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-archiver')
-rw-r--r-- | mail/claws-mail-archiver/Makefile | 19 | ||||
-rw-r--r-- | mail/claws-mail-archiver/distinfo | 2 | ||||
-rw-r--r-- | mail/claws-mail-archiver/pkg-plist | 9 |
3 files changed, 4 insertions, 26 deletions
diff --git a/mail/claws-mail-archiver/Makefile b/mail/claws-mail-archiver/Makefile index 1cfab099a603..67b2c2290777 100644 --- a/mail/claws-mail-archiver/Makefile +++ b/mail/claws-mail-archiver/Makefile @@ -1,23 +1,12 @@ -# Created by: Martin Wilke +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= archiver -PORTVERSION= 0.6.13 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- -DISTNAME= archive-${PORTVERSION} +PORTREVISION= 0 -MAINTAINER= pawel@FreeBSD.org COMMENT= Mail archiver 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 +CLAWS_PLUGINS_BUILD= archive +.include "../claws-mail/Makefile.claws" .include <bsd.port.mk> diff --git a/mail/claws-mail-archiver/distinfo b/mail/claws-mail-archiver/distinfo deleted file mode 100644 index cf58cb35dbc9..000000000000 --- a/mail/claws-mail-archiver/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (archive-0.6.13.tar.gz) = 0edf299d82760f28f553bcd1abc02337ca5adfde0626313dc361584d9bf0359b -SIZE (archive-0.6.13.tar.gz) = 463329 diff --git a/mail/claws-mail-archiver/pkg-plist b/mail/claws-mail-archiver/pkg-plist deleted file mode 100644 index f849a0e0d537..000000000000 --- a/mail/claws-mail-archiver/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/claws-mail/plugins/archive/archiver.h -include/claws-mail/plugins/archive/archiver_prefs.h -lib/claws-mail/plugins/archive.a -lib/claws-mail/plugins/archive.la -lib/claws-mail/plugins/archive.so -@dirrmtry lib/claws-mail/plugins -@dirrmtry lib/claws-mail -@dirrmtry include/claws-mail/plugins/archive -@dirrmtry include/claws-mail/plugins |