Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 03:22:15 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159452: Update port: games/nuclearchess
Message-ID:  <20110804032215.282c5fc3.tkato432@yahoo.com>
Resent-Message-ID: <201108031840.p73IeNM0075962@freefall.freebsd.org>

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

>Number:         159452
>Category:       ports
>Synopsis:       Update port: games/nuclearchess
>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:   Wed Aug 03 18:40:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/nuclearchess/Makefile games/nuclearchess/Makefile
--- /usr/ports/games/nuclearchess/Makefile	2011-08-03 15:32:21.000000000 +0900
+++ games/nuclearchess/Makefile	2011-08-03 15:56:43.000000000 +0900
@@ -9,20 +9,17 @@
 PORTVERSION=	1.0.0
 PORTREVISION=	4
 CATEGORIES=	games
-MASTER_SITES=	http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/
+MASTER_SITES=	http://www.linux-games.com/nuclearchess/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A chess variant designed to be short and fun for all players
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2011-09-01
-
-GNU_CONFIGURE=	yes
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
 
 USE_SDL=	sdl image
-
-CONFIGURE_ARGS=	--prefix=${PREFIX}		\
-		--localstatedir=${DATADIR}	\
-		--program-prefix=
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--localstatedir=${DATADIR}
+MAKE_JOBS_SAFE=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/nuclearchess/pkg-descr games/nuclearchess/pkg-descr
--- /usr/ports/games/nuclearchess/pkg-descr	2011-08-03 15:32:21.000000000 +0900
+++ games/nuclearchess/pkg-descr	2011-07-29 04:09:03.000000000 +0900
@@ -1,3 +1,5 @@
 NuclearChess is a chess variant. Whenever a piece is captured, both
 pieces and all pieces on neighbour fields die. Games are short and fun
 even for people who usually don't play chess.
+
+WWW: http://www.linux-games.com/nuclearchess/
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110804032215.282c5fc3.tkato432>