pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/tmda Update to tmda-0.84
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc6c0c75aa39
branches: trunk
changeset: 461864:dc6c0c75aa39
user: kim <kim%pkgsrc.org@localhost>
date: Tue Sep 23 01:57:18 2003 +0000
description:
Update to tmda-0.84
See share/doc/tmda/UPGRADE for important notes, or view the notes from
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/tmda/tmda/UPGRADE
before upgrading. There are too many changes to list here.
diffstat:
mail/tmda/Makefile | 11 +++++------
mail/tmda/PLIST | 24 +++++++++++++++++++++++-
mail/tmda/distinfo | 6 +++---
3 files changed, 31 insertions(+), 10 deletions(-)
diffs (124 lines):
diff -r 7f220a432144 -r dc6c0c75aa39 mail/tmda/Makefile
--- a/mail/tmda/Makefile Tue Sep 23 01:51:44 2003 +0000
+++ b/mail/tmda/Makefile Tue Sep 23 01:57:18 2003 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:47:07 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/09/23 01:57:18 kim Exp $
#
-DISTNAME= tmda-0.65
+DISTNAME= tmda-0.84
CATEGORIES= mail python
MASTER_SITES= http://tmda.net/releases/ \
http://tmda.net/releases/old/
EXTRACT_SUFX= .tgz
-MAINTAINER= schmonz%NetBSD.org@localhost
+MAINTAINER= kim%tac.nyc.ny.us@localhost
HOMEPAGE= http://tmda.net/
COMMENT= Python-based SPAM reduction system
@@ -35,7 +35,8 @@
TMDA_PROGRAMS+= bin/tmda-rfilter
TMDA_PROGRAMS+= bin/tmda-sendmail
-TMDA_DOCS= COPYING
+TMDA_DOCS= CODENAMES
+TMDA_DOCS+= COPYING
TMDA_DOCS+= CRYPTO
TMDA_DOCS+= ChangeLog
TMDA_DOCS+= INSTALL
@@ -66,8 +67,6 @@
${INSTALL_DATA} ${WRKSRC}/$${f} ${PREFIX}/${DOCDIR}; \
done
- # the cgi directory currently has nothing
- ${RM} -rf ${WRKSRC}/contrib/cgi
${INSTALL_DATA_DIR} ${PREFIX}/${CONTRIBDIR}
${INSTALL_DATA} ${WRKSRC}/contrib/* ${PREFIX}/${CONTRIBDIR}
diff -r 7f220a432144 -r dc6c0c75aa39 mail/tmda/PLIST
--- a/mail/tmda/PLIST Tue Sep 23 01:51:44 2003 +0000
+++ b/mail/tmda/PLIST Tue Sep 23 01:57:18 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2002/12/12 04:38:30 kim Exp $
+@comment $NetBSD: PLIST,v 1.8 2003/09/23 01:57:18 kim Exp $
bin/tmda-address
bin/tmda-check-address
bin/tmda-filter
@@ -8,6 +8,10 @@
bin/tmda-pending
bin/tmda-rfilter
bin/tmda-sendmail
+${PYSITELIB}/TMDA/Address.py
+${PYSITELIB}/TMDA/Address.pyc
+${PYSITELIB}/TMDA/Auth.py
+${PYSITELIB}/TMDA/Auth.pyc
${PYSITELIB}/TMDA/AutoResponse.py
${PYSITELIB}/TMDA/AutoResponse.pyc
${PYSITELIB}/TMDA/Cookie.py
@@ -26,6 +30,8 @@
${PYSITELIB}/TMDA/MTA.pyc
${PYSITELIB}/TMDA/MessageLogger.py
${PYSITELIB}/TMDA/MessageLogger.pyc
+${PYSITELIB}/TMDA/Pending.py
+${PYSITELIB}/TMDA/Pending.pyc
${PYSITELIB}/TMDA/SMTP.py
${PYSITELIB}/TMDA/SMTP.pyc
${PYSITELIB}/TMDA/Util.py
@@ -79,6 +85,7 @@
${PYSITELIB}/TMDA/pythonlib/email/quopriMIME.py
${PYSITELIB}/TMDA/pythonlib/email/quopriMIME.pyc
${HTMLDIR}/bugs.html
+${HTMLDIR}/challengeresponse.html
${HTMLDIR}/config-client.html
${HTMLDIR}/config-filter.html
${HTMLDIR}/config-pre.html
@@ -94,12 +101,17 @@
${HTMLDIR}/index.html
${HTMLDIR}/install.html
${HTMLDIR}/inuse.html
+${HTMLDIR}/mirrors.html
${HTMLDIR}/press.html
${HTMLDIR}/requirements.html
${HTMLDIR}/resources.html
${HTMLDIR}/results.html
+${HTMLDIR}/support-commercial.html
${HTMLDIR}/tmda-ofmipd.html
+${HTMLDIR}/tmda-vdomains.html
${HTMLDIR}/trouble.html
+${HTMLDIR}/upgrade.html
+${DOCDIR}/CODENAMES
${DOCDIR}/COPYING
${DOCDIR}/CRYPTO
${DOCDIR}/ChangeLog
@@ -113,8 +125,18 @@
${DOCDIR}/contrib/printcdb
${DOCDIR}/contrib/printdbm
${DOCDIR}/contrib/sample.config
+${DOCDIR}/contrib/sendit.sh
+${DOCDIR}/contrib/smtp-check-sender
${DOCDIR}/contrib/tmda.el
${DOCDIR}/contrib/tmda.spec
+${DOCDIR}/contrib/tofmipd.init
+${DOCDIR}/contrib/tofmipd.sysconfig
+${DOCDIR}/contrib/update-internaldomains
+${DOCDIR}/contrib/vadduser-tmda
+${DOCDIR}/contrib/vmailmgr-vdir.sh
+${DOCDIR}/contrib/vpopmail-vdir.sh
+${DOCDIR}/contrib/vtmdarc
+${DOCDIR}/contrib/wrapfd3.sh
${SHAREDIR}/bounce.txt
${SHAREDIR}/confirm_accept.txt
${SHAREDIR}/confirm_request.txt
diff -r 7f220a432144 -r dc6c0c75aa39 mail/tmda/distinfo
--- a/mail/tmda/distinfo Tue Sep 23 01:51:44 2003 +0000
+++ b/mail/tmda/distinfo Tue Sep 23 01:57:18 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2002/12/12 04:38:30 kim Exp $
+$NetBSD: distinfo,v 1.12 2003/09/23 01:57:18 kim Exp $
-SHA1 (tmda-0.65.tgz) = 75a29ae2b4612757d772d713630d7a4b1233334b
-Size (tmda-0.65.tgz) = 237575 bytes
+SHA1 (tmda-0.84.tgz) = 82f5aa2956c255908707e5c607742fd0402505b8
+Size (tmda-0.84.tgz) = 308444 bytes
Home |
Main Index |
Thread Index |
Old Index