From nobody@FreeBSD.org  Wed May 21 00:33:13 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id C95A3E8F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 May 2014 00:33:13 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id B2941240D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 May 2014 00:33:13 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L0XD4H091044
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 May 2014 00:33:13 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4L0XDQq091041;
	Wed, 21 May 2014 00:33:13 GMT
	(envelope-from nobody)
Message-Id: <201405210033.s4L0XDQq091041@cgiserv.freebsd.org>
Date: Wed, 21 May 2014 00:33:13 GMT
From: Joseph Benden <joe@thrallingpenguin.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Add staging support to www/flat-frog
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: gslin@gslin.org

>Number:         190048
>Category:       ports
>Synopsis:       [patch] Add staging support to www/flat-frog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          feedback
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 00:40:01 UTC 2014
>Closed-Date:    
>Last-Modified:  Wed May 21 00:50:01 UTC 2014
>Originator:     Joseph Benden
>Release:        FreeBSD 11
>Organization:
>Environment:
FreeBSD lucy 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r264887: Thu Apr 24 12:43:46 MST 2014     root@lucy:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Adds staging support to www/flat-frog.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/www/flat-frog/Makefile b/www/flat-frog/Makefile
index b3c334d..cf61182 100644
--- a/www/flat-frog/Makefile
+++ b/www/flat-frog/Makefile
@@ -13,17 +13,16 @@ NO_BUILD=	yes
 USE_PHP=	yes
 USES=		zip
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${DATADIR} ${DATADIR}/plugins
-	${INSTALL_DATA} ${WRKSRC}/src/class.* ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/src/plugins/* ${DATADIR}/plugins
-	${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/templates
-	${INSTALL_DATA} ${WRKSRC}/demo/test.* ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/demo/templates/* ${EXAMPLESDIR}/templates
+	${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${DATADIR}/plugins
+	${INSTALL_DATA} ${WRKSRC}/src/class.* ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/src/plugins/* ${STAGEDIR}${DATADIR}/plugins
+	${MKDIR} ${EXAMPLESDIR} ${STAGEDIR}${EXAMPLESDIR}/templates
+	${INSTALL_DATA} ${WRKSRC}/demo/test.* ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/demo/templates/* ${STAGEDIR}${EXAMPLESDIR}/templates
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 21 00:40:05 UTC 2014 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190048 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed May 21 00:40:07 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gslin@gslin.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/190048: [patch] Add staging support to www/flat-frog
Date: Wed, 21 May 2014 00:40:06 UT

 Maintainer of www/flat-frog,
 
 Please note that PR ports/190048 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/190048
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
>Unformatted:
