diff options
author | pawel <pawel@FreeBSD.org> | 2015-08-01 04:58:07 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-08-01 04:58:07 +0800 |
commit | 6ae67935b990811eb5d7db29f3832361c3cf1d60 (patch) | |
tree | 16312bab3f20bf3c944b979414c30d71884478ad /mail/claws-mail/Makefile.claws | |
parent | 477f060eccd6f7c23264e71791d8f9634a3cea0e (diff) | |
download | freebsd-ports-gnome-6ae67935b990811eb5d7db29f3832361c3cf1d60.tar.gz freebsd-ports-gnome-6ae67935b990811eb5d7db29f3832361c3cf1d60.tar.zst freebsd-ports-gnome-6ae67935b990811eb5d7db29f3832361c3cf1d60.zip |
- Update Claws Mail & plugins to version 3.12.0
- Fetch distfile from project site, SF distribution is postponed till
situation with site is clear
- Include configure patch that prevents linking all binaries to libarchive [1]
- Switch archiver plugin to USES=libarchive [1]
- Add new Manage Sieve plugin which allows manipulation of IMAP filters
- Mark gdata plugin as IGNOREd, needs newer version of devel/libgdata
library, which is not in ports yet
Release notes: http://claws-mail.org/news.php
PR: 201949 [1]
Submitted by: tijl [1]
Diffstat (limited to 'mail/claws-mail/Makefile.claws')
-rw-r--r-- | mail/claws-mail/Makefile.claws | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws index 257b21220606..92bd502ae631 100644 --- a/mail/claws-mail/Makefile.claws +++ b/mail/claws-mail/Makefile.claws @@ -1,8 +1,8 @@ # $FreeBSD$ -PORTVERSION= 3.11.1 +PORTVERSION= 3.12.0 CATEGORIES?= mail -MASTER_SITES= SF/claws-mail/Claws%20Mail/${PORTVERSION} +MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ MAINTAINER= pawel@FreeBSD.org @@ -27,6 +27,7 @@ CLAWS_PLUGINS= acpi_notifier \ geolocation \ libravatar \ mailmbox \ + managesieve \ newmail \ notification \ pdf_viewer \ |