Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 11:57:05 GMT
From:      "Ilya A. Arkhipov" <rum1cro@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183890: [patch] games/opensfx STAGE supporting.
Message-ID:  <201311121157.rACBv57G027737@oldred.freebsd.org>
Resent-Message-ID: <201311121200.rACC00n7009216@freefall.freebsd.org>

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

>Number:         183890
>Category:       ports
>Synopsis:       [patch] games/opensfx STAGE supporting.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 12 12:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ilya A. Arkhipov
>Release:        FreeBSD 11.0-CURRENT
>Organization:
Home Inc. ^_^
>Environment:
FreeBSD m1cro.park 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r256311M: Fri Oct 11 13:38:42 MSK 2013     root@m1cro.park:/usr/obj/usr/src/sys/MICROKERNEL  amd64
>Description:
[patch] games/opensfx STAGE supporting.
- Added STAGE support.
- Added LICENSE.
- Style fix.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 333554)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opensfx
 PORTVERSION=	0.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
 		http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
@@ -13,14 +13,18 @@
 MAINTAINER=	rum1cro@yandex.ru
 COMMENT=	Free alternative sounds for OpenTTD game engine
 
+LICENSE=	CCPL
+LICENSE_NAME=	Creative Commons Public License
+LICENSE_FILE=	${WRKDIR}/opensfx-${PORTVERSION}/license.txt
+LICENSE_PERMS=	auto-accept
+
 USE_ZIP=	yes
 NO_BUILD=	yes
 LATEST_LINK=	openttd-${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/share/openttd/baseset/opensfx
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
 	${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \
-		${PREFIX}/share/openttd/baseset/opensfx
+		${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
 
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 333554)
+++ pkg-descr	(working copy)
@@ -1,3 +1,3 @@
 OpenSFX is free alternative sounds for OpenTTD game engine.
 
-WWW:	http://dev.openttdcoop.org/projects/opensfx
+WWW: http://dev.openttdcoop.org/projects/opensfx


>Release-Note:
>Audit-Trail:
>Unformatted:



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