update mail/tmda to 0.69; from MAINTAINER
This commit is contained in:
parent
f515aa06fc
commit
d0c03cdcb0
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.20 2002/12/12 01:25:36 naddy Exp $
|
# $OpenBSD: Makefile,v 1.21 2003/02/04 14:42:59 lebel Exp $
|
||||||
|
|
||||||
COMMENT= "reduce the amount of SPAM/UCE (junk-mail)"
|
COMMENT= "reduce the amount of SPAM/UCE (junk-mail)"
|
||||||
|
|
||||||
VERSION= 0.65
|
VERSION= 0.69
|
||||||
DISTNAME= tmda-${VERSION}
|
DISTNAME= tmda-${VERSION}
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ do-build:
|
|||||||
'import compileall; compileall.compile_dir(".", force=1)'
|
'import compileall; compileall.compile_dir(".", force=1)'
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@perl -pi -e 's:%%PREFIX%%:${TRUEPREFIX}:' ${WRKSRC}/INSTALL
|
@perl -pi -e 's:htdocs:${TRUEPREFIX}/share/doc/tmda:' ${WRKSRC}/INSTALL
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/${PYTHON_LIBDIR}/TMDA/pythonlib/email
|
${INSTALL_DATA_DIR} ${PREFIX}/${PYTHON_LIBDIR}/TMDA/pythonlib/email
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/TMDA/*.py* ${PREFIX}/${PYTHON_LIBDIR}/TMDA
|
${INSTALL_SCRIPT} ${WRKSRC}/TMDA/*.py* ${PREFIX}/${PYTHON_LIBDIR}/TMDA
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/*.py* \
|
${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/*.py* \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (tmda-0.65.tgz) = 97f1cf06d3cefdb26fecf425efe7f498
|
MD5 (tmda-0.69.tgz) = 6b224d73ac75947fea00bd2c9fa9fbad
|
||||||
RMD160 (tmda-0.65.tgz) = 666349d9958ed267f91690033d058686ce8d7de4
|
RMD160 (tmda-0.69.tgz) = 6c5e75c6cc165ecdd6371e47c98078ad0b3fff57
|
||||||
SHA1 (tmda-0.65.tgz) = 75a29ae2b4612757d772d713630d7a4b1233334b
|
SHA1 (tmda-0.69.tgz) = 929143136c7c8e894e4cc57c3a560ca9152754a8
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
$OpenBSD: patch-INSTALL,v 1.1 2002/12/06 17:48:14 naddy Exp $
|
|
||||||
--- INSTALL.orig Tue Dec 3 22:25:07 2002
|
|
||||||
+++ INSTALL Tue Dec 3 22:25:36 2002
|
|
||||||
@@ -4,7 +4,7 @@ found on the TMDA homepage:
|
|
||||||
<URL:http://tmda.net/>
|
|
||||||
|
|
||||||
A local copy of the HTML documentation matching this release is
|
|
||||||
-included in the "htdocs" directory.
|
|
||||||
+included in the "%%PREFIX%%/share/doc/tmda" directory.
|
|
||||||
|
|
||||||
If you are upgrading from an earlier release of TMDA, make sure to
|
|
||||||
consult the `UPGRADE' file.
|
|
@ -1,13 +1,19 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.10 2002/12/12 01:25:36 naddy Exp $
|
@comment $OpenBSD: PLIST,v 1.11 2003/02/04 14:42:59 lebel Exp $
|
||||||
bin/tmda-address
|
bin/tmda-address
|
||||||
bin/tmda-check-address
|
bin/tmda-check-address
|
||||||
bin/tmda-filter
|
bin/tmda-filter
|
||||||
|
@comment bin/tmda-gui
|
||||||
bin/tmda-inject
|
bin/tmda-inject
|
||||||
bin/tmda-keygen
|
bin/tmda-keygen
|
||||||
|
@comment bin/tmda-manager
|
||||||
bin/tmda-ofmipd
|
bin/tmda-ofmipd
|
||||||
bin/tmda-pending
|
bin/tmda-pending
|
||||||
bin/tmda-rfilter
|
bin/tmda-rfilter
|
||||||
bin/tmda-sendmail
|
bin/tmda-sendmail
|
||||||
|
lib/python${PYTHON_VER}/TMDA/Address.py
|
||||||
|
lib/python${PYTHON_VER}/TMDA/Address.pyc
|
||||||
|
lib/python${PYTHON_VER}/TMDA/Auth.py
|
||||||
|
lib/python${PYTHON_VER}/TMDA/Auth.pyc
|
||||||
lib/python${PYTHON_VER}/TMDA/AutoResponse.py
|
lib/python${PYTHON_VER}/TMDA/AutoResponse.py
|
||||||
lib/python${PYTHON_VER}/TMDA/AutoResponse.pyc
|
lib/python${PYTHON_VER}/TMDA/AutoResponse.pyc
|
||||||
lib/python${PYTHON_VER}/TMDA/Cookie.py
|
lib/python${PYTHON_VER}/TMDA/Cookie.py
|
||||||
@ -26,6 +32,8 @@ lib/python${PYTHON_VER}/TMDA/MTA.py
|
|||||||
lib/python${PYTHON_VER}/TMDA/MTA.pyc
|
lib/python${PYTHON_VER}/TMDA/MTA.pyc
|
||||||
lib/python${PYTHON_VER}/TMDA/MessageLogger.py
|
lib/python${PYTHON_VER}/TMDA/MessageLogger.py
|
||||||
lib/python${PYTHON_VER}/TMDA/MessageLogger.pyc
|
lib/python${PYTHON_VER}/TMDA/MessageLogger.pyc
|
||||||
|
lib/python${PYTHON_VER}/TMDA/Pending.py
|
||||||
|
lib/python${PYTHON_VER}/TMDA/Pending.pyc
|
||||||
lib/python${PYTHON_VER}/TMDA/SMTP.py
|
lib/python${PYTHON_VER}/TMDA/SMTP.py
|
||||||
lib/python${PYTHON_VER}/TMDA/SMTP.pyc
|
lib/python${PYTHON_VER}/TMDA/SMTP.pyc
|
||||||
lib/python${PYTHON_VER}/TMDA/Util.py
|
lib/python${PYTHON_VER}/TMDA/Util.py
|
||||||
@ -102,11 +110,15 @@ share/doc/tmda/howtos.html
|
|||||||
share/doc/tmda/index.html
|
share/doc/tmda/index.html
|
||||||
share/doc/tmda/install.html
|
share/doc/tmda/install.html
|
||||||
share/doc/tmda/inuse.html
|
share/doc/tmda/inuse.html
|
||||||
|
share/doc/tmda/mirrors.html
|
||||||
share/doc/tmda/press.html
|
share/doc/tmda/press.html
|
||||||
share/doc/tmda/requirements.html
|
share/doc/tmda/requirements.html
|
||||||
share/doc/tmda/resources.html
|
share/doc/tmda/resources.html
|
||||||
share/doc/tmda/results.html
|
share/doc/tmda/results.html
|
||||||
|
share/doc/tmda/support-commercial.html
|
||||||
|
share/doc/tmda/tmda-cgi.html
|
||||||
share/doc/tmda/tmda-ofmipd.html
|
share/doc/tmda/tmda-ofmipd.html
|
||||||
|
share/doc/tmda/tmda-vdomains.html
|
||||||
share/doc/tmda/trouble.html
|
share/doc/tmda/trouble.html
|
||||||
share/examples/tmda/sample.config
|
share/examples/tmda/sample.config
|
||||||
share/tmda/bounce.txt
|
share/tmda/bounce.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user