pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/tmda Works with more Python versions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc69a13bca49
branches:  trunk
changeset: 462058:cc69a13bca49
user:      kim <kim%pkgsrc.org@localhost>
date:      Fri Sep 26 00:20:32 2003 +0000

description:
Works with more Python versions.

diffstat:

 mail/tmda/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 84a22049b9f2 -r cc69a13bca49 mail/tmda/Makefile
--- a/mail/tmda/Makefile        Thu Sep 25 22:15:31 2003 +0000
+++ b/mail/tmda/Makefile        Fri Sep 26 00:20:32 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/09/23 01:57:18 kim Exp $
+# $NetBSD: Makefile,v 1.15 2003/09/26 00:20:32 kim Exp $
 #
 
 DISTNAME=      tmda-0.84
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://tmda.net/
 COMMENT=       Python-based SPAM reduction system
 
-PYTHON_VERSIONS_ACCEPTED=      22 21
+PYTHON_VERSIONS_ACCEPTED=      23 23pth 22 22pth 21 21pth
 
 PY_PATCHPLIST=         # defined
 PYTHON_PATCH_SCRIPTS=  ${TMDA_PROGRAMS}



Home | Main Index | Thread Index | Old Index