From amdmi3@amdmi3.ru  Sun Jan 19 13:59:24 2014
Return-Path: <amdmi3@amdmi3.ru>
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 4E31A6A6
	for <freebsd-gnats-submit@freebsd.org>; Sun, 19 Jan 2014 13:59:24 +0000 (UTC)
Received: from smtpout3.timeweb.ru (smtpout3.timeweb.ru [92.53.117.25])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 085AF1F28
	for <freebsd-gnats-submit@freebsd.org>; Sun, 19 Jan 2014 13:59:23 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1W4su9-0001jX-OH; Sun, 19 Jan 2014 17:59:13 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 4C0717A3;
	Sun, 19 Jan 2014 17:59:13 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 0FA583BEC4; Sun, 19 Jan 2014 17:59:13 +0400 (MSK)
Message-Id: <20140119135913.0FA583BEC4@hades.panopticon>
Date: Sun, 19 Jan 2014 17:59:13 +0400 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: coder@tuxfamily.org
Subject: [PATCH] devel/libgta: support staging
X-Send-Pr-Version: 3.113
X-GNATS-Notify: coder@tuxfamily.org

>Number:         185879
>Category:       ports
>Synopsis:       [PATCH] devel/libgta: support staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 19 14:00:02 UTC 2014
>Closed-Date:    Tue Jan 21 15:43:16 UTC 2014
>Last-Modified:  Tue Jan 21 15:50:00 UTC 2014
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- Support staging
- Convert USE_GMAKE to USES
- Doc-related patching is no longer needed with staging

Port maintainer (coder@tuxfamily.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- libgta-1.0.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 340299)
+++ Makefile	(working copy)
@@ -13,18 +13,9 @@
 
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=	pathfix
+USES=		pathfix gmake
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
-	@${REINPLACE_CMD} -e '/^SUBDIRS = / s|doc||' ${WRKSRC}/Makefile.in
-.endif
-
 regression-test test: build
 	cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check
 
--- libgta-1.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jan 19 14:00:15 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: coder@tuxfamily.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/185879: [PATCH] devel/libgta: support staging
Date: Sun, 19 Jan 2014 14:00:14 UT

 Maintainer of devel/libgta,
 
 Please note that PR ports/185879 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/185879
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "coder.tuxfamily" <coder@tuxfamily.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185879: [PATCH] devel/libgta: support staging
Date: Tue, 21 Jan 2014 06:43:47 +0100

 It's ok for me.
 
 https://redports.org/buildarchive/20140119204520-19618/
 
 Regards
 
 On 19.01.2014 15:00, Edwin Groothuis wrote:
 > Maintainer of devel/libgta,
 >
 > Please note that PR ports/185879 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/185879
 >
 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Jan 21 15:05:48 UTC 2014 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185879 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Tue Jan 21 15:43:15 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185879: commit references a PR
Date: Tue, 21 Jan 2014 15:43:14 +0000 (UTC)

 Author: amdmi3
 Date: Tue Jan 21 15:43:06 2014
 New Revision: 340615
 URL: http://svnweb.freebsd.org/changeset/ports/340615
 QAT: https://qat.redports.org/buildarchive/r340615/
 
 Log:
   - Support staging
   - Convert USE_GMAKE to USES
   
   PR:		185879
   Submitted by:	amdmi3
   Approved by:	coder@tuxfamily.org (maintainer)
 
 Modified:
   head/devel/libgta/Makefile
 
 Modified: head/devel/libgta/Makefile
 ==============================================================================
 --- head/devel/libgta/Makefile	Tue Jan 21 15:40:07 2014	(r340614)
 +++ head/devel/libgta/Makefile	Tue Jan 21 15:43:06 2014	(r340615)
 @@ -13,18 +13,9 @@ OPTIONS_DEFINE=	DOCS
  
  USE_XZ=		yes
  GNU_CONFIGURE=	yes
 -USE_GMAKE=	yes
 -USES=	pathfix
 +USES=		pathfix gmake
  USE_LDCONFIG=	yes
  
 -NO_STAGE=	yes
 -.include <bsd.port.options.mk>
 -
 -post-patch:
 -.if empty(PORT_OPTIONS:MDOCS)
 -	@${REINPLACE_CMD} -e '/^SUBDIRS = / s|doc||' ${WRKSRC}/Makefile.in
 -.endif
 -
  regression-test test: build
  	cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check
  
 _______________________________________________
 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:
