Skip site navigation (1)Skip section navigation (2)
Date:      10 Nov 2002 00:31:23 -0000
From:      Mike Meyer <mwm@mired.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45177: TMDA port is out of date.
Message-ID:  <20021110003123.71384.qmail@mired.org>

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

>Number:         45177
>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:   Sat Nov 09 16:40: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 port vs. the web site.
>Fix:

Apply the attached patch to the port.

diff -ur tmda-orig/Makefile tmda/Makefile
--- tmda-orig/Makefile	Sat Nov  9 18:24:27 2002
+++ tmda/Makefile	Sat Nov  9 18:28:04 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tmda
-PORTVERSION=	0.63
+PORTVERSION=	0.64
 CATEGORIES=	mail python
 MASTER_SITES=	http://tmda.net/releases/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. old
@@ -34,7 +34,7 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}/contrib ${DOCSDIR}/htdocs
-.for f in COPYING CRYPTO ChangeLog INSTALL README THANKS UPGRADE
+.for f in CODENAMES COPYING CRYPTO ChangeLog INSTALL README THANKS UPGRADE
 	@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
 .endfor
 	@${INSTALL_DATA} ${WRKSRC}/contrib/* ${DOCSDIR}/contrib
diff -ur tmda-orig/distinfo tmda/distinfo
--- tmda-orig/distinfo	Sat Nov  9 18:24:27 2002
+++ tmda/distinfo	Sat Nov  9 18:25:12 2002
@@ -1 +1 @@
-MD5 (tmda-0.63.tgz) = 3484d1836f4a3aa052c5c43e87b8044a
+MD5 (tmda-0.64.tgz) = 145f129996405c43a2f1da1159857a3d
diff -ur tmda-orig/pkg-plist tmda/pkg-plist
--- tmda-orig/pkg-plist	Sat Nov  9 18:24:27 2002
+++ tmda/pkg-plist	Sat Nov  9 18:28:22 2002
@@ -77,6 +77,7 @@
 %%PYTHON_SITELIBDIR%%/TMDA/Version.pyc
 %%PYTHON_SITELIBDIR%%/TMDA/__init__.py
 %%PYTHON_SITELIBDIR%%/TMDA/__init__.pyc
+%%PORTDOCS%%share/doc/tmda/CODENAMES
 %%PORTDOCS%%share/doc/tmda/COPYING
 %%PORTDOCS%%share/doc/tmda/CRYPTO
 %%PORTDOCS%%share/doc/tmda/ChangeLog



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