From rmiya@cc.hirosaki-u.ac.jp  Tue Jun 22 13:30:45 2004
Return-Path: <rmiya@cc.hirosaki-u.ac.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A8BEC16A4D4
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Jun 2004 13:30:45 +0000 (GMT)
Received: from vw1.gw.hirosaki-u.ac.jp (vw1.gw.hirosaki-u.ac.jp [133.60.14.131])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0E4A243D31
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Jun 2004 13:30:44 +0000 (GMT)
	(envelope-from rmiya@cc.hirosaki-u.ac.jp)
Received: from mail1.cc.hirosaki-u.ac.jp (localhost.localdomain [127.0.0.1])
	by vw1.gw.hirosaki-u.ac.jp (8.11.6/8.11.6) with ESMTP id i5MDQNW07749
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Jun 2004 22:26:23 +0900
Received: from localhost (scarab.st.hirosaki-u.ac.jp [133.60.104.11])
	by mail1.cc.hirosaki-u.ac.jp (Postfix) with ESMTP
	id 76041FA885; Tue, 22 Jun 2004 22:26:23 +0900 (JST)
Message-Id: <20040622.222624.112630552.rmiya@cc.hirosaki-u.ac.jp>
Date: Tue, 22 Jun 2004 22:26:24 +0900 (JST)
From: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
Reply-To: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: rmiya@cc.hirosaki-u.ac.jp
Subject: The port games/dungeon marked BROKEN is fixed 

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 22 13:40:21 GMT 2004
>Closed-Date:    Tue Jun 22 15:54:41 GMT 2004
>Last-Modified:  Tue Jun 22 15:54:41 GMT 2004
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Tue Jun 22 15:54:30 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68200 
>Unformatted:
