diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-18 20:09:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-18 20:09:31 +0800 |
commit | c03b36cc349dc5646c9de883fbf23adf57bd6015 (patch) | |
tree | 7cb8023b210a135528ae97fbec2fac5d9a3f563e /mail/claws-mail-spamreport | |
parent | 5d20cc975fcf8cd74262a9459ca48f872a68d2ee (diff) | |
download | freebsd-ports-gnome-c03b36cc349dc5646c9de883fbf23adf57bd6015.tar.gz freebsd-ports-gnome-c03b36cc349dc5646c9de883fbf23adf57bd6015.tar.zst freebsd-ports-gnome-c03b36cc349dc5646c9de883fbf23adf57bd6015.zip |
- Bump PORTREVISION after claws-mail update
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 56c307c49f9f..fd4abdad06f8 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -7,6 +7,7 @@ PORTNAME= spamreport PORTVERSION= 0.2 +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.4:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.0.0:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.0:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes |