diff options
author | miwi <miwi@FreeBSD.org> | 2010-12-16 16:19:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-12-16 16:19:17 +0800 |
commit | e9d1a2b8c28e583f0cdc3a40601a261010da2623 (patch) | |
tree | 4c995e6d1c55ee00b366d95479f359613bb6011a /mail/claws-mail-spamreport | |
parent | aacc19a3df8ce6b2d08015056106a5a6e7b416c3 (diff) | |
download | freebsd-ports-gnome-e9d1a2b8c28e583f0cdc3a40601a261010da2623.tar.gz freebsd-ports-gnome-e9d1a2b8c28e583f0cdc3a40601a261010da2623.tar.zst freebsd-ports-gnome-e9d1a2b8c28e583f0cdc3a40601a261010da2623.zip |
- Update to 3.7.8
- Update Plugins to 3.7.8
- Pass maintainership to submitter
PR: 152870
Submitted by: Pawel Pekala <c0rn@o2.pl>
Approved by: maintainer
Diffstat (limited to 'mail/claws-mail-spamreport')
-rw-r--r-- | mail/claws-mail-spamreport/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index e6a24dcc8a73..1f5187ec37a3 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -7,6 +7,7 @@ PORTNAME= spamreport PORTVERSION= 0.3.12 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,8 +17,8 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= SpamReport plugin for claws-mail LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail LICENSE= GPLv3 |