From owner-freebsd-ports Thu Sep 20 10:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD2C637B416 for ; Thu, 20 Sep 2001 10:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KHA0O11902; Thu, 20 Sep 2001 10:10:00 -0700 (PDT) (envelope-from gnats) Received: from sclp3.sclp.com (sclp3.sclp.com [209.196.61.66]) by hub.freebsd.org (Postfix) with SMTP id AAEB637B410 for ; Thu, 20 Sep 2001 10:04:50 -0700 (PDT) Received: (qmail 21445 invoked from network); 20 Sep 2001 17:04:49 -0000 Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 20 Sep 2001 17:04:49 -0000 Received: (qmail 37533 invoked by uid 666); 20 Sep 2001 17:04:47 -0000 Message-Id: <20010920170447.37532.qmail@nightshade.la.mastaler.com> Date: 20 Sep 2001 17:04:47 -0000 From: jason-dated-1002214845.e69360@mastaler.com Reply-To: jason-dated-1002214845.e69360@mastaler.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30691: Update port: mail/tmda Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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