Skip site navigation (1)Skip section navigation (2)
Date:      21 Feb 2003 19:30:02 -0000
From:      Mike Meyer <mwm@mired.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48543: TMDA port is out of date
Message-ID:  <20030221193002.93636.qmail@mired.org>

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

>Number:         48543
>Category:       ports
>Synopsis:       TMDA port is out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 11:40:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mike Meyer
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Meyer Consulting
>Environment:
System: FreeBSD guru.mired.org 4.7-STABLE FreeBSD 4.7-STABLE #17: Wed Oct 30 09:13:02 CST 2002 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386

>Description:
	The TMDA port is out of date.
>How-To-Repeat:
	Check the web site and the port.
>Fix:
This patch updates the port to the current version.

diff -ru tmda-orig/Makefile tmda/Makefile
--- tmda-orig/Makefile	Fri Feb 21 13:21:30 2003
+++ tmda/Makefile	Fri Feb 21 13:23:14 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tmda
-PORTVERSION=	0.69
+PORTVERSION=	0.70
 CATEGORIES=	mail python
 MASTER_SITES=	http://tmda.net/releases/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. old
@@ -45,7 +45,8 @@
 .for f in CODENAMES COPYING CRYPTO ChangeLog INSTALL README THANKS UPGRADE
 	@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
 .endfor
-.for f in ChangeLog collectaddys printcdb sample.config tmda.spec def2html printdbm tmda.el
+.for f in ChangeLog collectaddys printcdb sample.config sendit.sh tmda.spec \
+		def2html printdbm tmda.el vadduser-tmda
 	@${INSTALL_DATA} ${WRKSRC}/contrib/$f ${DOCSDIR}/contrib
 .endfor
 	@${INSTALL_DATA} ${WRKSRC}/htdocs/*.html ${DOCSDIR}/htdocs
diff -ru tmda-orig/distinfo tmda/distinfo
--- tmda-orig/distinfo	Fri Feb 21 13:21:30 2003
+++ tmda/distinfo	Fri Feb 21 13:21:51 2003
@@ -1 +1 @@
-MD5 (tmda-0.69.tgz) = 6b224d73ac75947fea00bd2c9fa9fbad
+MD5 (tmda-0.70.tgz) = 68e093c05e31f58c9e5685b5ab5518bc
diff -ru tmda-orig/pkg-plist tmda/pkg-plist
--- tmda-orig/pkg-plist	Fri Feb 21 13:21:30 2003
+++ tmda/pkg-plist	Fri Feb 21 13:26:53 2003
@@ -69,6 +69,8 @@
 %%PYTHON_SITELIBDIR%%/TMDA/FilterParser.pyc
 %%PYTHON_SITELIBDIR%%/TMDA/HMAC.py
 %%PYTHON_SITELIBDIR%%/TMDA/HMAC.pyc
+%%PYTHON_SITELIBDIR%%/TMDA/Message.py
+%%PYTHON_SITELIBDIR%%/TMDA/Message.pyc
 %%PYTHON_SITELIBDIR%%/TMDA/MTA.py
 %%PYTHON_SITELIBDIR%%/TMDA/MTA.pyc
 %%PYTHON_SITELIBDIR%%/TMDA/Pending.py
@@ -96,9 +98,11 @@
 %%PORTDOCS%%share/doc/tmda/contrib/printcdb
 %%PORTDOCS%%share/doc/tmda/contrib/printdbm
 %%PORTDOCS%%share/doc/tmda/contrib/sample.config
+%%PORTDOCS%%share/doc/tmda/contrib/sendit.sh
 %%PORTDOCS%%share/doc/tmda/contrib/tmda.el
 %%PORTDOCS%%share/doc/tmda/contrib/tmda.spec
 %%PORTDOCS%%share/doc/tmda/contrib/def2html
+%%PORTDOCS%%share/doc/tmda/contrib/vadduser-tmda
 %%PORTDOCS%%share/doc/tmda/htdocs/bugs.html
 %%PORTDOCS%%share/doc/tmda/htdocs/config-client.html
 %%PORTDOCS%%share/doc/tmda/htdocs/config-filter.html



>Release-Note:
>Audit-Trail:
>Unformatted:

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




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