ports/183886: [patch] games/openmsx STAGE supporting.
Ilya A. Arkhipov
rum1cro at yandex.ru
Tue Nov 12 10:30:00 UTC 2013
>Number: 183886
>Category: ports
>Synopsis: [patch] games/openmsx 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 10:30: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 at m1cro.park:/usr/obj/usr/src/sys/MICROKERNEL amd64
>Description:
[patch] games/openmsx 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= openmsx
PORTVERSION= 0.3.1
-PORTREVISION= 3
+PORTREVISION= 4
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,15 @@
MAINTAINER= rum1cro at 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>
Index: pkg-descr
===================================================================
--- pkg-descr (revision 333554)
+++ pkg-descr (working copy)
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list