diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2016-01-08 15:29:01 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2016-01-08 15:29:01 +0000 |
commit | ce375404e1ead78978e57f0f1ff9d0ef629071de (patch) | |
tree | f24ce31ba468fcca5f774c6e546f772b40cf9343 /mail | |
parent | 022eed0cc7476722da6524675ec0a9039d7f8d48 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/isbg/Makefile | 7 | ||||
-rw-r--r-- | mail/isbg/distinfo | 4 | ||||
-rw-r--r-- | mail/isbg/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/mail/isbg/Makefile b/mail/isbg/Makefile index 83cbd864e9e5..7b261c7a089b 100644 --- a/mail/isbg/Makefile +++ b/mail/isbg/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= isbg -PORTVERSION= 0.99 -PORTREVISION= 2 +PORTVERSION= 1.00 CATEGORIES= mail MAINTAINER= decke@FreeBSD.org @@ -12,10 +11,10 @@ COMMENT= Scan an IMAP inbox for spam using SpamAssassin # any OSI approved open source license LICENSE= BSD2CLAUSE -RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin +RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin \ + ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt USE_GITHUB= yes -GH_ACCOUNT= ook NO_BUILD= yes USES= python diff --git a/mail/isbg/distinfo b/mail/isbg/distinfo index f3c31d00c3fa..991714a091d2 100644 --- a/mail/isbg/distinfo +++ b/mail/isbg/distinfo @@ -1,2 +1,2 @@ -SHA256 (ook-isbg-0.99_GH0.tar.gz) = 6e13df1384b37f2d6018b645c5e20d43a48475121adcd72d28c916cfdfef2e5d -SIZE (ook-isbg-0.99_GH0.tar.gz) = 8046 +SHA256 (isbg-isbg-1.00_GH0.tar.gz) = fe5ea5f792f4fd210d7cc865c54f3e2abd3aaf19e266e21a3bc1e607d820ac47 +SIZE (isbg-isbg-1.00_GH0.tar.gz) = 13967 diff --git a/mail/isbg/pkg-descr b/mail/isbg/pkg-descr index a62efa96cfd8..107635af32bb 100644 --- a/mail/isbg/pkg-descr +++ b/mail/isbg/pkg-descr @@ -7,4 +7,4 @@ does not need to be involved in mail delivery, and can run on completely different machines to where your mailbox actually is. -WWW: http://wiki.github.com/ook/isbg/ +WWW: http://github.com/isbg/isbg |