- Change to fetch from GITHUB
- Use USE_PYDISTUTILS - Add LICENSE - Bump PORTREVISION - Pet portlint
This commit is contained in:
parent
c6a23ac005
commit
89c14ad5d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348734
3 changed files with 13 additions and 13 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue