From owner-freebsd-ports-bugs Sat Jan 25 14:10:34 2003 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 BB36D37B406 for ; Sat, 25 Jan 2003 14:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA5C43F75 for ; Sat, 25 Jan 2003 14:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0PMA8NS020987 for ; Sat, 25 Jan 2003 14:10:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0PMA84W020986; Sat, 25 Jan 2003 14:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9EC37B401 for ; Sat, 25 Jan 2003 14:02:08 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D70043F1E for ; Sat, 25 Jan 2003 14:02:07 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id E408A897 for ; Sun, 26 Jan 2003 07:02:04 +0900 (JST) Message-Id: <20030126070100.00b308a8.tkato@prontomail.com> Date: Sun, 26 Jan 2003 07:01:00 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47480: Update port: games/galaxis to 1.4 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47480 >Category: ports >Synopsis: Update port: games/galaxis to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 25 14:10:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/galaxis/Makefile games/galaxis/Makefile --- /usr/ports/games/galaxis/Makefile Mon Nov 11 18:59:35 2002 +++ games/galaxis/Makefile Sat Jan 25 06:36:50 2003 @@ -6,9 +6,9 @@ # PORTNAME= galaxis -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= games -MASTER_SITES= http://www.tuxedo.org/~esr/galaxis/ +MASTER_SITES= http://www.catb.org/~esr/galaxis/ MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/games/galaxis/distinfo games/galaxis/distinfo --- /usr/ports/games/galaxis/distinfo Wed Aug 2 09:19:58 2000 +++ games/galaxis/distinfo Sat Jan 25 06:37:05 2003 @@ -1 +1 @@ -MD5 (galaxis-1.2.tar.gz) = 9b26f9faa628765972161d164fd96747 +MD5 (galaxis-1.4.tar.gz) = b6d03114551fb40fbbca72e08ef59530 diff -urN /usr/ports/games/galaxis/files/patch-ab games/galaxis/files/patch-ab --- /usr/ports/games/galaxis/files/patch-ab Tue Jul 1 16:12:54 1997 +++ games/galaxis/files/patch-ab Sat Jan 25 06:40:40 2003 @@ -1,7 +1,7 @@ -*** galaxis.c Wed Sep 20 17:16:33 1995 ---- /home/andy/tmp/wrk/galaxis.c Tue Jul 1 06:54:10 1997 +*** galaxis.c.orig Sun Apr 21 10:54:51 2002 +--- galaxis.c Sat Jan 25 06:40:30 2003 *************** -*** 8,14 **** +*** 9,15 **** #include #include @@ -9,7 +9,7 @@ #include #include #include ---- 8,14 ---- +--- 9,15 ---- #include #include @@ -18,7 +18,7 @@ #include #include *************** -*** 131,137 **** +*** 132,138 **** (void) signal(SIGINT,outro); (void) signal(SIGINT,outro); @@ -26,7 +26,7 @@ if(signal(SIGQUIT,SIG_IGN) != SIG_IGN) (void)signal(SIGQUIT,outro); ---- 131,137 ---- +--- 132,138 ---- (void) signal(SIGINT,outro); (void) signal(SIGINT,outro); @@ -34,41 +34,3 @@ if(signal(SIGQUIT,SIG_IGN) != SIG_IGN) (void)signal(SIGQUIT,outro); -*************** -*** 540,555 **** - { - if (board[cury][curx] & S_LIFEBOAT) - { -! board[cury][curx] |= S_BOATSEEN; -! prompt("You found a lifeboat!"); -! beep(); -! turn++; -! boatsfound++; -! } -! else if (board[cury][curx] & S_BOATSEEN) -! { -! prompt("This lifeboat is already visible."); -! beep(); - } - else - { ---- 540,558 ---- - { - if (board[cury][curx] & S_LIFEBOAT) - { -! if (board[cury][curx] & S_BOATSEEN) -! { -! prompt("This lifeboat is already visible."); -! beep(); -! } -! else -! { -! board[cury][curx] |= S_BOATSEEN; -! prompt("You found a lifeboat!"); -! beep(); -! turn++; -! boatsfound++; -! } - } - else - { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message