Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 21:44:05 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333625 - in head/games: opengfx openmsx opensfx
Message-ID:  <201311122144.rACLi5Mw020360@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Nov 12 21:44:04 2013
New Revision: 333625
URL: http://svnweb.freebsd.org/changeset/ports/333625

Log:
  - Convert to staging
  - Add LICENSE
  - Use space in pkg descr WWW line
  
  PR:		ports/183886, ports/183887, ports/183890
  Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)

Modified:
  head/games/opengfx/Makefile
  head/games/openmsx/Makefile   (contents, props changed)
  head/games/openmsx/pkg-descr   (contents, props changed)
  head/games/opensfx/Makefile   (contents, props changed)
  head/games/opensfx/pkg-descr   (contents, props changed)

Modified: head/games/opengfx/Makefile
==============================================================================
--- head/games/opengfx/Makefile	Tue Nov 12 21:35:45 2013	(r333624)
+++ head/games/opengfx/Makefile	Tue Nov 12 21:44:04 2013	(r333625)
@@ -12,14 +12,15 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-all
 MAINTAINER=	rum1cro@yandex.ru
 COMMENT=	Free alternative graphics for OpenTTD game engine
 
+LICENSE=	GPLv2
+
 USE_ZIP=	yes
 NO_BUILD=	yes
 LATEST_LINK=	openttd-${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/share/openttd/baseset/opengfx
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
 	${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \
-		${PREFIX}/share/openttd/baseset/opengfx
+		${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
 
 .include <bsd.port.mk>

Modified: head/games/openmsx/Makefile
==============================================================================
--- head/games/openmsx/Makefile	Tue Nov 12 21:35:45 2013	(r333624)
+++ head/games/openmsx/Makefile	Tue Nov 12 21:44:04 2013	(r333625)
@@ -13,14 +13,15 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-all
 MAINTAINER=	rum1cro@yandex.ru
 COMMENT=	Free alternative music for OpenTTD game engine
 
+LICENSE=	GPLv2
+
 USE_ZIP=	yes
 NO_BUILD=	yes
 LATEST_LINK=	openttd-${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/share/openttd/baseset/openmsx
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx
 	${INSTALL_DATA} ${WRKDIR}/openmsx-${PORTVERSION}/* \
-		${PREFIX}/share/openttd/baseset/openmsx
+		${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx
 
 .include <bsd.port.mk>

Modified: head/games/openmsx/pkg-descr
==============================================================================
--- head/games/openmsx/pkg-descr	Tue Nov 12 21:35:45 2013	(r333624)
+++ head/games/openmsx/pkg-descr	Tue Nov 12 21:44:04 2013	(r333625)
@@ -1,3 +1,3 @@
 OpenMSX is free alternative music for OpenTTD game engine.
 
-WWW:	http://dev.openttdcoop.org/projects/openmsx
+WWW: http://dev.openttdcoop.org/projects/openmsx

Modified: head/games/opensfx/Makefile
==============================================================================
--- head/games/opensfx/Makefile	Tue Nov 12 21:35:45 2013	(r333624)
+++ head/games/opensfx/Makefile	Tue Nov 12 21:44:04 2013	(r333625)
@@ -13,14 +13,18 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-all
 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>

Modified: head/games/opensfx/pkg-descr
==============================================================================
--- head/games/opensfx/pkg-descr	Tue Nov 12 21:35:45 2013	(r333624)
+++ head/games/opensfx/pkg-descr	Tue Nov 12 21:44:04 2013	(r333625)
@@ -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



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