summaryrefslogtreecommitdiff
path: root/mail/tmda/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-11-11 05:28:07 +0000
committerschmonz <schmonz@pkgsrc.org>2002-11-11 05:28:07 +0000
commit284f11ca73d1045b804636fc5748ca8e04350702 (patch)
treef879a06f3c4d8313b9d349c264134e3b86002a63 /mail/tmda/Makefile
parentbd6016cb6a9b1096d654f481c20af915b53e2246 (diff)
downloadpkgsrc-284f11ca73d1045b804636fc5748ca8e04350702.tar.gz
Update to 0.63. From the changelog:
* Python version 2.1 or greater is now required. Upgrade at <URL:http://www.python.org/download/> * When sending an auto response, a new configuration variable (AUTORESPONSE_INCLUDE_SENDER_COPY) is used to control whether a copy of the sender's message is included or not. For available options, <URL:http://tmda.net/config-vars.html#AUTORESPONSE_INCLUDE_SENDER_COPY> If you are using customized templates, you should remove the last few lines in each template which include the sender's copy. For example, in confirm_request.txt: --- Enclosed is a copy of your message. %(original_message)s Otherwise, you'll include two copies of the sender's message. * When sending confirmation requests, Reply-To is now set from the confirm_request.txt template. This is to allow the option to not include the confirmation address in a Reply-To header. If you use a customized confirm_request.txt, you'll need to add the following line to the top (header section) of your template: Reply-To: %(confirm_accept_address)s
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r--mail/tmda/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile
index 68251450266..663342ac579 100644
--- a/mail/tmda/Makefile
+++ b/mail/tmda/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2002/09/21 23:46:53 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/11/11 05:28:07 schmonz Exp $
#
-DISTNAME= tmda-0.61
+DISTNAME= tmda-0.63
CATEGORIES= mail python
MASTER_SITES= http://tmda.net/releases/ \
http://tmda.net/releases/old/
@@ -11,6 +11,8 @@ MAINTAINER= schmonz@netbsd.org
HOMEPAGE= http://tmda.net/
COMMENT= Python-based SPAM reduction system
+PYTHON_VERSIONS_ACCEPTED= 22 21
+
PY_PATCHPLIST= # defined
PYTHON_PATCH_SCRIPTS= ${TMDA_PROGRAMS}
@@ -52,6 +54,10 @@ do-install:
${INSTALL_SCRIPT_DIR} ${PREFIX}/${PYSITELIB}/TMDA
${INSTALL_SCRIPT} ${WRKSRC}/TMDA/*.py* ${PREFIX}/${PYSITELIB}/TMDA
+ ${INSTALL_SCRIPT_DIR} ${PREFIX}/${PYSITELIB}/TMDA/pythonlib/email
+ ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/*.py* \
+ ${PREFIX}/${PYSITELIB}/TMDA/pythonlib/email
+
${INSTALL_DATA_DIR} ${PREFIX}/${SHAREDIR}
${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${PREFIX}/${SHAREDIR}