From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 22 13:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EF1216A4CE for ; Tue, 22 Jun 2004 13:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E755A43D1F for ; Tue, 22 Jun 2004 13:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5MDeL7d057329 for ; Tue, 22 Jun 2004 13:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5MDeLQD057328; Tue, 22 Jun 2004 13:40:21 GMT (envelope-from gnats) Resent-Date: Tue, 22 Jun 2004 13:40:21 GMT Resent-Message-Id: <200406221340.i5MDeLQD057328@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryo MIYAMOTO Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8BEC16A4D4 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org cc: rmiya@cc.hirosaki-u.ac.jp Subject: ports/68200: The port games/dungeon marked BROKEN is fixed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ryo MIYAMOTO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 13:40:28 -0000 >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@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: