diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-22 04:10:23 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-22 04:10:23 +0800 |
commit | 63d9dc1d4b6fa51d4da78fc2988b319c19bd2cb7 (patch) | |
tree | e473b5445521e9f86bf8d1f45612e9e7fa800bdb /mail/tmda | |
parent | f1a1b47f3b8c22561e0976cb98cb7b9829b1521b (diff) | |
download | freebsd-ports-gnome-63d9dc1d4b6fa51d4da78fc2988b319c19bd2cb7.tar.gz freebsd-ports-gnome-63d9dc1d4b6fa51d4da78fc2988b319c19bd2cb7.tar.zst freebsd-ports-gnome-63d9dc1d4b6fa51d4da78fc2988b319c19bd2cb7.zip |
Update to 0.87
PR: 58321
Submitted by: maintainer
Approved by: krion (mentor)
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 |