aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2014-03-21 17:27:15 +0800
committerdecke <decke@FreeBSD.org>2014-03-21 17:27:15 +0800
commitcdd8ee59fbb18afee9350c7bcd2799ea06ca8137 (patch)
treed83db35b491451bb815c9b970633bd1a75962148 /mail
parentfbf203570836cc431238146a4321bbace6b7b207 (diff)
downloadfreebsd-ports-gnome-cdd8ee59fbb18afee9350c7bcd2799ea06ca8137.tar.gz
freebsd-ports-gnome-cdd8ee59fbb18afee9350c7bcd2799ea06ca8137.tar.zst
freebsd-ports-gnome-cdd8ee59fbb18afee9350c7bcd2799ea06ca8137.zip
- Change to fetch from GITHUB
- Use USE_PYDISTUTILS - Add LICENSE - Bump PORTREVISION - Pet portlint
Diffstat (limited to 'mail')
-rw-r--r--mail/isbg/Makefile20
-rw-r--r--mail/isbg/distinfo4
-rw-r--r--mail/isbg/pkg-descr2
3 files changed, 13 insertions, 13 deletions
diff --git a/mail/isbg/Makefile b/mail/isbg/Makefile
index c4d72c3c5a19..1fb5e97728a3 100644
--- a/mail/isbg/Makefile
+++ b/mail/isbg/Makefile
@@ -3,25 +3,25 @@
PORTNAME= isbg
PORTVERSION= 0.99
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
-MASTER_SITES= http://cloud.github.com/downloads/ook/isbg/ \
- http://home.bluelife.at/ports/distfiles/
-DISTNAME= ${PORTNAME}_${PORTVERSION}_${DISTDATE}
-EXTRACT_SUFX= .tgz
MAINTAINER= decke@FreeBSD.org
COMMENT= Scan an IMAP inbox for spam using SpamAssassin
+# any OSI approved open source license
+LICENSE= BSD2CLAUSE
+
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin
-DISTDATE= 20100303
+USE_GITHUB= yes
+GH_ACCOUNT= ook
+GH_COMMIT= 44f46f0
+
NO_BUILD= yes
USE_PYTHON= yes
+USE_PYDISTUTILS=yes
-PLIST_FILES= bin/${PORTNAME}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/isbg.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME}.py
.include <bsd.port.mk>
diff --git a/mail/isbg/distinfo b/mail/isbg/distinfo
index 9439588cbfd1..5d6fcaad5150 100644
--- a/mail/isbg/distinfo
+++ b/mail/isbg/distinfo
@@ -1,2 +1,2 @@
-SHA256 (isbg_0.99_20100303.tgz) = cf47d36645e588132acb51459b767c9c31ea6d4322de341364034b4e669dcc42
-SIZE (isbg_0.99_20100303.tgz) = 7562
+SHA256 (isbg-0.99.tar.gz) = 8d31a48eeb9ebd758d1a78607ae6dcc78845aa23e7fc0385da1ae98a6c7f78a0
+SIZE (isbg-0.99.tar.gz) = 8057
diff --git a/mail/isbg/pkg-descr b/mail/isbg/pkg-descr
index c96d92eafd02..a62efa96cfd8 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://wiki.github.com/ook/isbg/