From owner-svn-ports-all@FreeBSD.ORG Tue Nov 12 21:44:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 261B8F5D; Tue, 12 Nov 2013 21:44:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1563E2991; Tue, 12 Nov 2013 21:44:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rACLi5FH020366; Tue, 12 Nov 2013 21:44:05 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rACLi5Mw020360; Tue, 12 Nov 2013 21:44:05 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201311122144.rACLi5Mw020360@svn.freebsd.org> From: Guido Falsi Date: Tue, 12 Nov 2013 21:44:05 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 21:44:06 -0000 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 (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 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 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 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