From root@poudriere.ithil.palantiri.org  Tue Apr 22 09:12:02 2014
Return-Path: <root@poudriere.ithil.palantiri.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 474D8619;
	Tue, 22 Apr 2014 09:12:02 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id CA2C119E7;
	Tue, 22 Apr 2014 09:12:00 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1])
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3M9BwAb024235
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Tue, 22 Apr 2014 11:11:58 +0200 (CEST)
	(envelope-from root@poudriere.ithil.palantiri.org)
Received: (from root@localhost)
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3M9BvQe024234;
	Tue, 22 Apr 2014 11:11:57 +0200 (CEST)
	(envelope-from root)
Message-Id: <201404220911.s3M9BvQe024234@poudriere.ithil.palantiri.org>
Date: Tue, 22 Apr 2014 11:11:57 +0200 (CEST)
From: Bartek Rutkowski <ports@robakdesign.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: arundel@FreeBSD.org
Subject: [PATCH] editors/py-room: stage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188878
>Category:       ports
>Synopsis:       [PATCH] editors/py-room: stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gerald
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 22 09:20:00 UTC 2014
>Closed-Date:    Tue May 13 00:54:34 UTC 2014
>Last-Modified:  Tue May 13 01:00:00 UTC 2014
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Stage
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-room/0.4.1_5/

Port maintainer (arundel@FreeBSD.org) is cc'd.

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

--- py-room-0.4.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351774)
+++ Makefile	(working copy)
@@ -20,7 +20,6 @@
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	PyRoom
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|%%PREFIX%%|${PREFIX}|g' \
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351774)
+++ pkg-descr	(working copy)
@@ -12,4 +12,4 @@
  * further customize visual appearance and whitespace (line spacing, border,
    padding...)
 
-WWW:	http://www.pyroom.org
+WWW: http://www.pyroom.org
--- py-room-0.4.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->arundel 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 22 09:20:05 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188878 
Responsible-Changed-From-To: arundel->gerald 
Responsible-Changed-By: gerald 
Responsible-Changed-When: Tue May 13 00:28:07 UTC 2014 
Responsible-Changed-Why:  
I'll integrate this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188878 
State-Changed-From-To: open->closed 
State-Changed-By: gerald 
State-Changed-When: Tue May 13 00:54:04 UTC 2014 
State-Changed-Why:  
I just comitted this patch, only had to add a newline at the end of 
pkg-descr.  Thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188878: commit references a PR
Date: Tue, 13 May 2014 00:53:53 +0000 (UTC)

 Author: gerald
 Date: Tue May 13 00:53:49 2014
 New Revision: 353906
 URL: http://svnweb.freebsd.org/changeset/ports/353906
 QAT: https://qat.redports.org/buildarchive/r353906/
 
 Log:
   - Enable staging.
   - Adjust WWW line in pkg-descr.
   
   PR:		188878
   Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
   Approved by:	portmgr (blanket pre-approval)
 
 Modified:
   head/editors/py-room/Makefile
   head/editors/py-room/pkg-descr
 
 Modified: head/editors/py-room/Makefile
 ==============================================================================
 --- head/editors/py-room/Makefile	Tue May 13 00:23:14 2014	(r353905)
 +++ head/editors/py-room/Makefile	Tue May 13 00:53:49 2014	(r353906)
 @@ -20,7 +20,6 @@ USE_GNOME=	pygtk2
  USE_PYDISTUTILS=	yes
  PYDISTUTILS_PKGNAME=	PyRoom
  
 -NO_STAGE=	yes
  post-patch:
  	@${REINPLACE_CMD} -e \
  		's|%%PREFIX%%|${PREFIX}|g' \
 
 Modified: head/editors/py-room/pkg-descr
 ==============================================================================
 --- head/editors/py-room/pkg-descr	Tue May 13 00:23:14 2014	(r353905)
 +++ head/editors/py-room/pkg-descr	Tue May 13 00:53:49 2014	(r353906)
 @@ -12,4 +12,4 @@ Features of PyRoom:
   * further customize visual appearance and whitespace (line spacing, border,
     padding...)
  
 -WWW:	http://www.pyroom.org
 +WWW: http://www.pyroom.org
 _______________________________________________
 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:
