diff options
author | pawel <pawel@FreeBSD.org> | 2011-12-18 00:03:44 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-12-18 00:03:44 +0800 |
commit | d124ae51211ab41e96eef797900afb03f80ce774 (patch) | |
tree | 1dafe3652f35b7fdafd43c657506c2f5a8dbf5a6 /mail/claws-mail-archiver/Makefile | |
parent | 326ece03cc39904ac32f9d258be9f3bf1d178f35 (diff) | |
download | freebsd-ports-gnome-d124ae51211ab41e96eef797900afb03f80ce774.tar.gz freebsd-ports-gnome-d124ae51211ab41e96eef797900afb03f80ce774.tar.zst freebsd-ports-gnome-d124ae51211ab41e96eef797900afb03f80ce774.zip |
Update claws-mail ports to 3.8.0 release
Release notes: http://www.claws-mail.org/news.php
claws-mail:
- improve options descriptions
- use WITH_SPAMASSASSIN instead of WITH_SA_PLUG to match KNOBS
- use bsd.port.options.mk
- don't install icons twice
plugins:
- update to latest versions
- bump plugins with no new version
- take over maintainership of miwi@ plugins (approved via private mail)
Diffstat (limited to 'mail/claws-mail-archiver/Makefile')
-rw-r--r-- | mail/claws-mail-archiver/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/claws-mail-archiver/Makefile b/mail/claws-mail-archiver/Makefile index aedbd04914c7..7ee16a2a2088 100644 --- a/mail/claws-mail-archiver/Makefile +++ b/mail/claws-mail-archiver/Makefile @@ -6,19 +6,19 @@ # PORTNAME= archiver -PORTVERSION= 0.6.10 +PORTVERSION= 0.6.11 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- DISTNAME= archive-${PORTVERSION} -MAINTAINER= miwi@FreeBSD.org +MAINTAINER= pawel@FreeBSD.org COMMENT= mail archiver plugin for claws-mail LICENSE= GPLv3 -BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_AUTOTOOLS= autoconf |