Skip site navigation (1)Skip section navigation (2)
Date:      20 Sep 2001 17:04:47 -0000
From:      jason-dated-1002214845.e69360@mastaler.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30691: Update port: mail/tmda
Message-ID:  <20010920170447.37532.qmail@nightshade.la.mastaler.com>

next in thread | raw e-mail | index | archive | help

>Number:         30691
>Category:       ports
>Synopsis:       Update to latest release
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 20 10:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jason R. Mastaler
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:

System: FreeBSD nightshade.la.mastaler.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue May 22 10:44:59 MDT 2001 root@nightshade.la.mastaler.com:/usr/src/sys/compile/NIGHTSHADE i386

>Description:

Update TMDA to the latest release.  I'd like to get the port in-line
with my online documentation.

* Added files:
- bin/tmda-sendmail

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/mail/tmda/Makefile /root/ports/tmda/Makefile
--- /usr/ports/mail/tmda/Makefile	Thu Aug 30 09:38:13 2001
+++ /root/ports/tmda/Makefile	Thu Sep 20 10:52:03 2001
@@ -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 @@
 .endif
 
 do-build:
-	(cd ${WRKSRC}; ${PYTHON_CMD} ./setup)
+	(cd ${WRKSRC}; ${PYTHON_CMD} ./compileall)
 
 do-install:
 	${MKDIR} ${PYTHON_SITELIBDIR}/TMDA
@@ -43,7 +43,7 @@
 	@${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 -ruN /usr/ports/mail/tmda/distinfo /root/ports/tmda/distinfo
--- /usr/ports/mail/tmda/distinfo	Thu Aug 30 09:38:13 2001
+++ /root/ports/tmda/distinfo	Thu Sep 20 10:46:40 2001
@@ -1 +1 @@
-MD5 (tmda-0.34.tgz) = 5c79df8d14c8cf778b6f54cbcfc77255
+MD5 (tmda-0.37.tgz) = bc102d3e73f932d37d573134f0381201
diff -ruN /usr/ports/mail/tmda/pkg-descr /root/ports/tmda/pkg-descr
--- /usr/ports/mail/tmda/pkg-descr	Tue Jun 26 20:56:36 2001
+++ /root/ports/tmda/pkg-descr	Thu Sep 20 10:49:03 2001
@@ -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 -ruN /usr/ports/mail/tmda/pkg-plist /root/ports/tmda/pkg-plist
--- /usr/ports/mail/tmda/pkg-plist	Thu Aug 30 09:38:13 2001
+++ /root/ports/tmda/pkg-plist	Thu Sep 20 10:49:42 2001
@@ -5,6 +5,7 @@
 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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010920170447.37532.qmail>