Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 22:00:25 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64334: Update port: games/eights
Message-ID:  <20040316220025.53a913ef.tkato@prontomail.com>
Resent-Message-ID: <200403161310.i2GDAEYP000736@freefall.freebsd.org>

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

>Number:         64334
>Category:       ports
>Synopsis:       Update port: games/eights
>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:   Tue Mar 16 05:10:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Use NO_WRKSUBDIR properly
- Add WWW: line
- Utilize SIZE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/eights/Makefile games/eights/Makefile
--- /usr/ports/games/eights/Makefile	Fri Feb  6 10:11:03 2004
+++ games/eights/Makefile	Mon Mar 15 19:43:50 2004
@@ -14,8 +14,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Text based card game, the objective is to get rid of all your cards
 
+NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/eights
-WRKSRC=		${WRKDIR}
 
 do-build:
 	@cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME}
diff -urN /usr/ports/games/eights/distinfo games/eights/distinfo
--- /usr/ports/games/eights/distinfo	Sat Apr 12 22:46:39 2003
+++ games/eights/distinfo	Mon Mar 15 19:44:12 2004
@@ -1 +1,2 @@
 MD5 (eights.tar.gz) = 4be965e5563ab949c59e18b7c09fd61a
+SIZE (eights.tar.gz) = 3295
diff -urN /usr/ports/games/eights/pkg-descr games/eights/pkg-descr
--- /usr/ports/games/eights/pkg-descr	Fri Feb 22 11:59:32 2002
+++ games/eights/pkg-descr	Mon Mar 15 19:45:34 2004
@@ -1,7 +1,9 @@
-Eights is a text based card game.  The objective is to get rid of all your cards
-before the computer does.  You must play the same number or suit as what is 
-discarded.  Eights are wild and are worth 50 points.  You want the least amount
-of points.
+Eights is a text based card game.  The objective is to get rid of all your
+cards before the computer does.  You must play the same number or suit as
+what is discarded.  Eights are wild and are worth 50 points.  You want the
+least amount of points.
+
+WWW: http://dxkelly.freeshell.org/games.html
 
 - Bob Bomar
 <bob@fly.homeunix.org>
>Release-Note:
>Audit-Trail:
>Unformatted:



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