summaryrefslogtreecommitdiff
path: root/mail/tmda
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-09-21 05:29:40 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-09-21 05:29:40 +0000
commit2b5b51919dafcf7e69fb5af01f4effb16a5f1ef1 (patch)
treedadbb465cd7d265a0423e1d22b77aeebc09d60bb /mail/tmda
parentNew port: UML Modeller for KDE (diff)
- update to 0.37
- reword pkg-descr PR: 30691 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=48022
Diffstat (limited to 'mail/tmda')
-rw-r--r--mail/tmda/Makefile6
-rw-r--r--mail/tmda/distinfo2
-rw-r--r--mail/tmda/pkg-descr10
-rw-r--r--mail/tmda/pkg-plist1
4 files changed, 11 insertions, 8 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile
index c3707578e301..6747393fd9ec 100644
--- a/mail/tmda/Makefile
+++ b/mail/tmda/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tmda
-PORTVERSION= 0.34
+PORTVERSION= 0.37
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tmda
@@ -25,7 +25,7 @@ QMAIL_DIR?= /var/qmail
.endif
do-build:
- (cd ${WRKSRC}; ${PYTHON_CMD} ./setup)
+ (cd ${WRKSRC}; ${PYTHON_CMD} ./compileall)
do-install:
${MKDIR} ${PYTHON_SITELIBDIR}/TMDA
@@ -43,7 +43,7 @@ post-install:
@${ECHO_MSG}
@${ECHO_MSG} See ${PREFIX}/share/doc/tmda/INSTALL for configuration instructions
.endif
- @${ECHO_MSG} All related binaries have been installed in ${PREFIX}/bin
+ @${ECHO_MSG} All related programs have been installed in ${PREFIX}/bin
@${ECHO_MSG}
.include <bsd.port.mk>
diff --git a/mail/tmda/distinfo b/mail/tmda/distinfo
index 3a71eb8d2af1..8419e8d0c117 100644
--- a/mail/tmda/distinfo
+++ b/mail/tmda/distinfo
@@ -1 +1 @@
-MD5 (tmda-0.34.tgz) = 5c79df8d14c8cf778b6f54cbcfc77255
+MD5 (tmda-0.37.tgz) = bc102d3e73f932d37d573134f0381201
diff --git a/mail/tmda/pkg-descr b/mail/tmda/pkg-descr
index c3b9f6320f72..546df113b7d8 100644
--- a/mail/tmda/pkg-descr
+++ b/mail/tmda/pkg-descr
@@ -1,8 +1,10 @@
Tagged Message Delivery Agent (TMDA).
-TMDA is a OSI-certified python application designed to significantly
-reduce (or eliminate) the amount of SPAM/UCE you receive by using
-unique, cryptographically enhanced (tagged) e-mail addresses. TMDA
-can both filter your incoming e-mail, and tag your outgoing address.
+TMDA is an OSI certified Python application for qmail systems
+designed to significantly reduce the amount of SPAM/UCE you receive.
+A "whitelist" filter allows known contacts immediately into your
+mailbox, and all others must reply to a simple confirmation to
+validate their message. Once they respond to the confirmation,
+their original message is delivered to you.
WWW: http://tmda.sourceforge.net/
diff --git a/mail/tmda/pkg-plist b/mail/tmda/pkg-plist
index 75444fcb07c7..98cbca85e129 100644
--- a/mail/tmda/pkg-plist
+++ b/mail/tmda/pkg-plist
@@ -5,6 +5,7 @@ bin/tmda-filter
bin/tmda-inject
bin/tmda-keygen
bin/tmda-sender-address
+bin/tmda-sendmail
lib/%%PYTHON_VERSION%%/site-packages/TMDA/Cookie.py
lib/%%PYTHON_VERSION%%/site-packages/TMDA/Cookie.pyc
lib/%%PYTHON_VERSION%%/site-packages/TMDA/Defaults.py