- Stage - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-supybot-plugins/20060723_1/ Port maintainer (dhn@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->dhn Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: dhn->gerald I'll take this based on portmgr's call for help.
Author: gerald Date: Tue May 13 20:42:02 2014 New Revision: 353991 URL: http://svnweb.freebsd.org/changeset/ports/353991 QAT: https://qat.redports.org/buildarchive/r353991/ Log: - Stage. - Update WWW entry in pkg-descr. PR: 188963 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval) Modified: head/irc/py-supybot-plugins/Makefile head/irc/py-supybot-plugins/pkg-descr Modified: head/irc/py-supybot-plugins/Makefile ============================================================================== --- head/irc/py-supybot-plugins/Makefile Tue May 13 20:35:02 2014 (r353990) +++ head/irc/py-supybot-plugins/Makefile Tue May 13 20:42:02 2014 (r353991) @@ -17,7 +17,6 @@ RUN_DEPENDS= supybot:${PORTSDIR}/irc/py- USE_PYTHON= yes USE_BZIP2= yes -NO_STAGE= yes post-extract: # Delete, because it now included in irc/py-supybot .for data in BadWords Dunno Success _darcs @@ -28,6 +27,6 @@ do-build: cd ${WRKSRC} && ${PYTHON_CMD} -c 'import compileall;compileall.compile_dir(".");' && ${PYTHON_CMD} -O -c 'import compileall;compileall.compile_dir(".");' do-install: - cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${BINOWN}:${BINGRP} ${PYTHONPREFIX_SITELIBDIR}/supybot/plugins + cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${BINOWN}:${BINGRP} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/supybot/plugins .include <bsd.port.mk> Modified: head/irc/py-supybot-plugins/pkg-descr ============================================================================== --- head/irc/py-supybot-plugins/pkg-descr Tue May 13 20:35:02 2014 (r353990) +++ head/irc/py-supybot-plugins/pkg-descr Tue May 13 20:42:02 2014 (r353991) @@ -2,4 +2,4 @@ This is plugin pack for Supybot, IRC rob allows Supybot to search Freshmeat, Sourceforge, Debian, Weather, Ebay doing channel polls and more. -WWW: http://supybot.com/ +WWW: http://supybot.com/ _______________________________________________ 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 Thanks for the update, I just comitted this.