ports/68200: The port games/dungeon marked BROKEN is fixed

Ryo MIYAMOTO rmiya at cc.hirosaki-u.ac.jp
Tue Jun 22 13:40:28 UTC 2004


>Number:         68200
>Category:       ports
>Synopsis:       The port games/dungeon marked BROKEN is fixed
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 22 13:40:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ryo MIYAMOTO
>Release:        FreeBSD 4.9-RELEASE-p7 i386
>Organization:
Hirosaki-u
>Environment:
System: FreeBSD 4.9-RELEASE-p7 #10: Tue May 18 20:56:47 JST 2004 i386
	
>Description:
The port games/dungeon was marked BROKEN, because of check-sum error. 
This problem is fixed by using the following patch. 
	
>How-To-Repeat:
	
>Fix:

diff -ruN dungeon/Makefile dungeon.new/Makefile
--- dungeon/Makefile	Tue Jun 22 21:31:34 2004
+++ dungeon.new/Makefile	Tue Jun 22 21:50:52 2004
@@ -7,8 +7,16 @@
 
 PORTNAME=	dungeon
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.gmd.de/if-archive/games/source/
+MASTER_SITES=	ftp://ftp.ifarchive.org/if-archive/games/source/ \
+		ftp://ftp.ifarchive.com/if-archive/games/source/ \
+		http://mirror.ifarchive.org/if-archive/games/source/ \
+		ftp://ftp.funet.fi/pub/misc/if-archive/games/source/ \
+		ftp://ftp.planetmirror.com/pub/if-archive/games/source/ \
+		http://www.ibiblio.org/pub/docs/interactive-fiction/games/source/ \
+		http://ifarchive.flavorplex.com/if-archive/games/source/ \
+		http://www.vaxdungeon.com/Archive/dungeon/
 DISTFILES=	dungn27s.zip dungn32b.zip
 
 MAINTAINER=	rmiya at cc.hirosaki-u.ac.jp
diff -ruN dungeon/distinfo dungeon.new/distinfo
--- dungeon/distinfo	Mon Apr  5 21:53:56 2004
+++ dungeon.new/distinfo	Tue Jun 22 17:08:16 2004
@@ -1,4 +1,4 @@
-MD5 (dungn27s.zip) = cdf7e0b99e1adb863904b868f17ec3b6
-SIZE (dungn27s.zip) = 304928
-MD5 (dungn32b.zip) = 060ec630f132d5ba8b826fa0875d9745
-SIZE (dungn32b.zip) = 553623
+MD5 (dungn27s.zip) = b38cf9213e85bceca5f32483b37d0852
+SIZE (dungn27s.zip) = 261107
+MD5 (dungn32b.zip) = 37889ad41d3d30985bed3e971ef5e247
+SIZE (dungn32b.zip) = 383455
diff -ruN dungeon/pkg-descr dungeon.new/pkg-descr
--- dungeon/pkg-descr	Fri Apr  5 00:30:48 2002
+++ dungeon.new/pkg-descr	Tue Jun 22 21:59:33 2004
@@ -13,4 +13,12 @@
 The Fortran source archive includes useful information 
 to solve the myth, which you should look at. 
 --
+
+The source archives of both ``dungn27s.zip'' and ``dungn32b.zip'' 
+were re-build, without changing archive file names.  
+The executable file was deleted in the former; some corrections 
+were performed for g77 in the latter, while important document files 
+included was remain unchanged.  (2004-06-22)
+
+--
 rmiya 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list