Skip site navigation (1)Skip section navigation (2)
Date:      17 Nov 2002 08:06:40 -0000
From:      Mike Meyer <mwm@mired.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45366: TMDA port is out of date.
Message-ID:  <20021117080640.35170.qmail@mired.org>

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

>Number:         45366
>Category:       ports
>Synopsis:       TMDA port is out of date.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 17 00:10:01 PST 2002
>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 to find 0.65 and the ports tree to find 0.64
>Fix:

Apply the attached patch to the port.

diff -ur tmda-orig/Makefile tmda/Makefile
--- tmda-orig/Makefile	Sun Nov 17 01:50:33 2002
+++ tmda/Makefile	Sun Nov 17 01:56:52 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tmda
-PORTVERSION=	0.64
+PORTVERSION=	0.65
 CATEGORIES=	mail python
 MASTER_SITES=	http://tmda.net/releases/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. old
@@ -37,7 +37,9 @@
 .for f in CODENAMES COPYING CRYPTO ChangeLog INSTALL README THANKS UPGRADE
 	@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
 .endfor
-	@${INSTALL_DATA} ${WRKSRC}/contrib/* ${DOCSDIR}/contrib
+.for f in ChangeLog collectaddys printcdb sample.config tmda.spec def2html printdbm tmda.el
+	@${INSTALL_DATA} ${WRKSRC}/contrib/$f ${DOCSDIR}/contrib
+.endfor
 	@${INSTALL_DATA} ${WRKSRC}/htdocs/*.html ${DOCSDIR}/htdocs
 	@${ECHO_MSG}
 	@${ECHO_MSG} See ${DOCSDIR}/INSTALL for configuration instructions
diff -ur tmda-orig/distinfo tmda/distinfo
--- tmda-orig/distinfo	Sun Nov 17 01:50:33 2002
+++ tmda/distinfo	Sun Nov 17 01:52:14 2002
@@ -1 +1 @@
-MD5 (tmda-0.64.tgz) = 145f129996405c43a2f1da1159857a3d
+MD5 (tmda-0.65.tgz) = 97f1cf06d3cefdb26fecf425efe7f498
diff -ur tmda-orig/pkg-plist tmda/pkg-plist
--- tmda-orig/pkg-plist	Sun Nov 17 01:50:33 2002
+++ tmda/pkg-plist	Sun Nov 17 01:57:46 2002
@@ -89,7 +89,7 @@
 %%PORTDOCS%%share/doc/tmda/contrib/collectaddys
 %%PORTDOCS%%share/doc/tmda/contrib/printcdb
 %%PORTDOCS%%share/doc/tmda/contrib/printdbm
-%%PORTDOCS%%share/doc/tmda/contrib/sample.tmdarc
+%%PORTDOCS%%share/doc/tmda/contrib/sample.config
 %%PORTDOCS%%share/doc/tmda/contrib/tmda.el
 %%PORTDOCS%%share/doc/tmda/contrib/tmda.spec
 %%PORTDOCS%%share/doc/tmda/contrib/def2html



>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?20021117080640.35170.qmail>