Bug 183886 - [patch] games/openmsx STAGE supporting.
Summary: [patch] games/openmsx STAGE supporting.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-12 10:30 UTC by ru_M1cRO
Modified: 2013-11-12 21:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.23 KB, patch)
2013-11-12 10:30 UTC, ru_M1cRO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ru_M1cRO 2013-11-12 10:30:00 UTC
[patch] games/openmsx STAGE supporting.
- Added STAGE support.
- Added LICENSE.
- Style fix.

Fix: Patch attached with submission follows:
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2013-11-12 10:54:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-12 21:44:13 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2013-11-12 21:44:18 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!