Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 03:23:18 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159468: Update port: games/xscorch
Message-ID:  <20110804032318.c1eca9ee.tkato432@yahoo.com>
Resent-Message-ID: <201108031840.p73IeSp4076716@freefall.freebsd.org>

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

>Number:         159468
>Category:       ports
>Synopsis:       Update port: games/xscorch
>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:28 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/xscorch/Makefile games/xscorch/Makefile
--- /usr/ports/games/xscorch/Makefile	2010-05-01 16:43:36.000000000 +0900
+++ games/xscorch/Makefile	2011-07-31 23:41:45.000000000 +0900
@@ -10,20 +10,24 @@
 PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	http://chaos2.org/xscorch/ \
-		http://mirror.dok.org/xscorch/
+		http://www.xscorch.org/releases/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Multiplayer tank shoot-em-up
 
 LIB_DEPENDS=	mikmod.2:${PORTSDIR}/audio/libmikmod
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_XORG=	xpm
-USE_GMAKE=	yes
 USE_GNOME=	gtk12
 WANT_GNOME=	yes
 USE_PERL5=	yes
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gtk
+MAKE_JOBS_SAFE=	yes
 
 MAN6=		xscorch.6
 NO_MANCOMPRESS=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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