diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-21 20:10:23 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-21 20:10:23 +0000 |
commit | a5f665a8ade0438e4439a21fee51824902ba876a (patch) | |
tree | 362d5eed983591de4bfeff22cd31fcf40fa87c3b /mail/tmda | |
parent | 8b87a03967b75670072e8a884e3d4fce89a8ea93 (diff) |
Notes
Diffstat (limited to 'mail/tmda')
-rw-r--r-- | mail/tmda/Makefile | 12 | ||||
-rw-r--r-- | mail/tmda/distinfo | 2 |
2 files changed, 4 insertions, 10 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 0c8df73ac903..74d3bd7e6f6c 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -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> diff --git a/mail/tmda/distinfo b/mail/tmda/distinfo index aca324d9b4c3..99997dc5f504 100644 --- a/mail/tmda/distinfo +++ b/mail/tmda/distinfo @@ -1 +1 @@ -MD5 (tmda-0.86.tgz) = b0fc7afdd9ecf93c65437347ea081103 +MD5 (tmda-0.87.tgz) = d04c514ae9e3807197c0f97a5cc317fc |