Summary: | [patch] games/openmsx STAGE supporting. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | ru_M1cRO <rum1cro> | ||||
Component: | Individual Port(s) | Assignee: | Guido Falsi <madpilot> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
ru_M1cRO
2013-11-12 10:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it. 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" State Changed From-To: open->closed Committed, with minor changes. Thanks! |