Update to 0.87
PR: 58321 Submitted by: maintainer Approved by: krion (mentor)
This commit is contained in:
parent
8b87a03967
commit
a5f665a8ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91840
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tmda
|
||||
PORTVERSION= 0.86
|
||||
PORTVERSION= 0.87
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://www.tmda.net/releases/%SUBDIR%/ \
|
||||
http://www.us.tmda.net/releases/%SUBDIR%/ \
|
||||
@ -25,7 +25,7 @@ COMMENT= Python-based SPAM reduction system
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb
|
||||
.endif
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= 2.1+
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
@ -36,12 +36,6 @@ SCRIPTS= collectaddys def2html printcdb printdbm sendit.sh \
|
||||
update-internaldomains vadduser-tmda vmailmgr-vdir.sh \
|
||||
vpopmail-vdir.sh wrapfd3.sh
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 210
|
||||
BROKEN= "TMDA requries Python 2.1 or greater"
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} ./compileall
|
||||
|
||||
@ -65,4 +59,4 @@ do-install:
|
||||
> ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tmda-0.86.tgz) = b0fc7afdd9ecf93c65437347ea081103
|
||||
MD5 (tmda-0.87.tgz) = d04c514ae9e3807197c0f97a5cc317fc
|
||||
|
Loading…
Reference in New Issue
Block a user