From nobody@FreeBSD.org  Tue Nov 12 10:41:14 2013
Return-Path: <nobody@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 71BFD7FA
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Nov 2013 10:41:14 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 622EA2165
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Nov 2013 10:41:14 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rACAfEvn009192
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Nov 2013 10:41:14 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rACAfE8B009191;
	Tue, 12 Nov 2013 10:41:14 GMT
	(envelope-from nobody)
Message-Id: <201311121041.rACAfE8B009191@oldred.freebsd.org>
Date: Tue, 12 Nov 2013 10:41:14 GMT
From: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] games/opengfx STAGE supporting.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183887
>Category:       ports
>Synopsis:       [patch] games/opengfx STAGE supporting.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    madpilot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 12 10:50:00 UTC 2013
>Closed-Date:    Tue Nov 12 21:44:26 UTC 2013
>Last-Modified:  Tue Nov 12 21:50:01 UTC 2013
>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@m1cro.park:/usr/obj/usr/src/sys/MICROKERNEL  amd64
>Description:
[patch] games/opengfx STAGE supporting.
- Added STAGE support.
- Added LICENSE.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 333554)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opengfx
 PORTVERSION=	0.4.7
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
 		http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
@@ -12,14 +13,15 @@
 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>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->madpilot 
Responsible-Changed-By: madpilot 
Responsible-Changed-When: Tue Nov 12 11:24:21 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183887 
State-Changed-From-To: open->closed 
State-Changed-By: madpilot 
State-Changed-When: Tue Nov 12 21:44:26 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183887 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183887: commit references a PR
Date: Tue, 12 Nov 2013 21:44:13 +0000 (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"
 
>Unformatted:
