Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 20:42:02 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353991 - head/irc/py-supybot-plugins
Message-ID:  <201405132042.s4DKg2WT084728@svn.freebsd.org>

next in thread | raw e-mail | index | archive | 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405132042.s4DKg2WT084728>