Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 1997 05:54:56 -0700 (PDT)
From:      Nakai@Mlab.t.u-tokyo.ac.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/4378: Fixed port: txtmerge
Message-ID:  <199708251254.FAA08703@hub.freebsd.org>
Resent-Message-ID: <199708251300.GAA08969@hub.freebsd.org>

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

>Number:         4378
>Category:       ports
>Synopsis:       Fixed port: txtmerge
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 25 06:00:01 PDT 1997
>Last-Modified:
>Originator:     Yukihiro Nakai
>Organization:
>Release:        
>Environment:
>Description:
I have fixed the txtmerge port to fixed the out-dated MASTER_SITES and etc.


Yukihiro Nakai
--------------
diff -ruN txtmerge.orig/Makefile txtmerge/Makefile
--- txtmerge.orig/Makefile	Mon Aug 25 16:58:31 1997
+++ txtmerge/Makefile	Fri Aug 22 17:18:21 1997
@@ -6,20 +6,20 @@
 # $Id: Makefile,v 1.1.1.1 1996/11/17 11:10:21 asami Exp $
 #
 
-DISTNAME=	txtmerge-1.01
+DISTNAME=	txtmerge101
+PKGNAME=	txtmerge-1.01
 CATEGORIES=     graphics
-MASTER_SITES=   ftp://ftp.portal.com/pub/podlipec/ \
-		ftp://rzbsdi01.uni-trier.de//pub/unix/X11/application/xanim/
-DISTFILES=	txtmerge101.tar.Z
+MASTER_SITES=   ftp://ftp.cs.uni-magdeburg.de/pub/www/xanime/ \
+		ftp://ftp.doc.ic.ac.uk/computing/information-systems/WWW/xanime/
 
-MAINTAINER=     nakai@mlab.t.u-tokyo.ac.jp
+MAINTAINER=     Nakai@Mlab.t.u-tokyo.ac.jp
 
 WRKSRC=		${WRKDIR}/txtmerge
 ALL_TARGET=	txtmerge
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/txtmerge ${PREFIX}/bin
-	@mkdir -p ${PREFIX}/share/doc/txtmerge
+	${MKDIR} ${PREFIX}/share/doc/txtmerge
 	${INSTALL_DATA} ${WRKSRC}/txtmerge.doc ${PREFIX}/share/doc/txtmerge
 
 
diff -ruN txtmerge.orig/files/md5 txtmerge/files/md5
--- txtmerge.orig/files/md5	Mon Aug 25 16:58:31 1997
+++ txtmerge/files/md5	Fri Aug 22 14:17:38 1997
@@ -1 +1 @@
-MD5 (txtmerge101.tar.Z) = 01dba2b4a81ce629027c9db2372b4e62
+MD5 (txtmerge101.tar.gz) = a1a896a246e699fa9235142465b3010b

>How-To-Repeat:

>Fix:

>Audit-Trail:
>Unformatted:



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