Bug 188816

Summary: [PATCH] www/pylot: stage
Product: Ports & Packages Reporter: Bartek Rutkowski <robak>
Component: Individual Port(s)Assignee: Gerald Pfeifer <gerald>
Status: Closed FIXED    
Severity: Affects Only Me CC: nivit
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pylot-1.26.patch none

Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-20 09:20:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-20 09:20:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-13 23:31:10 UTC
Responsible Changed
From-To: nivit->gerald

I'm going to take care.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-14 00:36:42 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"
Comment 4 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-14 00:37:30 UTC
State Changed
From-To: open->closed

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.