- 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)
Responsible Changed From-To: freebsd-ports-bugs->nivit Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: nivit->gerald I'm going to take care.
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"
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.