From root@poudriere.ithil.palantiri.org  Sun Apr 20 08:12:16 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 43AAD557;
	Sun, 20 Apr 2014 08:12:16 +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 BDDBE16CA;
	Sun, 20 Apr 2014 08:12:14 +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 s3K8CBnC067457
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Sun, 20 Apr 2014 10:12:11 +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 s3K8CBeR066737;
	Sun, 20 Apr 2014 10:12:11 +0200 (CEST)
	(envelope-from root)
Message-Id: <201404200812.s3K8CBeR066737@poudriere.ithil.palantiri.org>
Date: Sun, 20 Apr 2014 10:12:11 +0200 (CEST)
From: Bartek Rutkowski <ports@robakdesign.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nivit@FreeBSD.org
Subject: [PATCH] www/pylot: stage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188816
>Category:       ports
>Synopsis:       [PATCH] www/pylot: 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:   Sun Apr 20 08:20:00 UTC 2014
>Closed-Date:    Tue May 13 23:37:57 UTC 2014
>Last-Modified:  Tue May 13 23:40: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/pylot/1.26_4/

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

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

--- pylot-1.26.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351612)
+++ Makefile	(working copy)
@@ -28,10 +28,9 @@
 USES=		zip
 USE_PYTHON=	yes
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${DATADIR} && cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
-	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	@${MKDIR} ${STAGEDIR}${DATADIR} && cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
+	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.options.mk>
 
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351612)
+++ pkg-descr	(working copy)
@@ -6,4 +6,4 @@
 and produces reports with metrics. Tests suites are executed and monitored
 from a GUI or shell/console. 
 
-WWW:	http://www.pylot.org/
+WWW: http://www.pylot.org/
--- pylot-1.26.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nivit 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 20 08: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=188816 
Responsible-Changed-From-To: nivit->gerald 
Responsible-Changed-By: gerald 
Responsible-Changed-When: Tue May 13 22:31:10 UTC 2014 
Responsible-Changed-Why:  
I'm going to take care. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188816 
State-Changed-From-To: open->closed 
State-Changed-By: gerald 
State-Changed-When: Tue May 13 23:37:30 UTC 2014 
State-Changed-Why:  
I committed this update, thank you. 

Note, again I had to add a newline at the end of pkg-descr to be 
able to commit. 

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

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

 Author: gerald
 Date: Tue May 13 23:36:37 2014
 New Revision: 354009
 URL: http://svnweb.freebsd.org/changeset/ports/354009
 QAT: https://qat.redports.org/buildarchive/r354009/
 
 Log:
   - Stage.
   - Tweak WWW entry in pkg-descr.
   
   PR:		188816
   Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
   Approved by:	portmgr (blanket pre-approval)
 
 Modified:
   head/www/pylot/Makefile
   head/www/pylot/pkg-descr
 
 Modified: head/www/pylot/Makefile
 ==============================================================================
 --- head/www/pylot/Makefile	Tue May 13 23:01:26 2014	(r354008)
 +++ head/www/pylot/Makefile	Tue May 13 23:36:37 2014	(r354009)
 @@ -28,10 +28,9 @@ SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
  USES=		zip
  USE_PYTHON=	yes
  
 -NO_STAGE=	yes
  do-install:
 -	@${MKDIR} ${DATADIR} && cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
 -	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
 +	@${MKDIR} ${STAGEDIR}${DATADIR} && cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
 +	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
  
  .include <bsd.port.options.mk>
  
 
 Modified: head/www/pylot/pkg-descr
 ==============================================================================
 --- head/www/pylot/pkg-descr	Tue May 13 23:01:26 2014	(r354008)
 +++ head/www/pylot/pkg-descr	Tue May 13 23:36:37 2014	(r354009)
 @@ -6,4 +6,4 @@ Pylot generates concurrent load (HTTP Re
  and produces reports with metrics. Tests suites are executed and monitored
  from a GUI or shell/console. 
  
 -WWW:	http://www.pylot.org/
 +WWW: http://www.pylot.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:
