diff options
author | kim <kim@pkgsrc.org> | 2003-09-23 01:57:18 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2003-09-23 01:57:18 +0000 |
commit | 20dadb768ffbbe778943d95fa5277b90be4d62e5 (patch) | |
tree | 72d00f1f0c133ff6a93091372781b38fa826a773 /mail/tmda | |
parent | 4cd00a80f023386a02a59f9d995c925483c68a84 (diff) | |
download | pkgsrc-20dadb768ffbbe778943d95fa5277b90be4d62e5.tar.gz |
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 (limited to 'mail/tmda')
-rw-r--r-- | mail/tmda/Makefile | 11 | ||||
-rw-r--r-- | mail/tmda/PLIST | 24 | ||||
-rw-r--r-- | mail/tmda/distinfo | 6 |
3 files changed, 31 insertions, 10 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 4a8456469ac..536983e08d2 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -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 +MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://tmda.net/ COMMENT= Python-based SPAM reduction system @@ -35,7 +35,8 @@ TMDA_PROGRAMS+= bin/tmda-pending 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 @@ do-install: ${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 --git a/mail/tmda/PLIST b/mail/tmda/PLIST index 08eea7cb70b..b3810778c90 100644 --- a/mail/tmda/PLIST +++ b/mail/tmda/PLIST @@ -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-ofmipd 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.py ${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/base64MIME.pyc ${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}/howtos.html ${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/def2html ${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 --git a/mail/tmda/distinfo b/mail/tmda/distinfo index 6d3b723c1e0..f94f8ca860a 100644 --- a/mail/tmda/distinfo +++ b/mail/tmda/distinfo @@ -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 |