From owner-svn-ports-head@FreeBSD.ORG Tue May 13 20:42:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10B75171; Tue, 13 May 2014 20:42:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F24932D0C; Tue, 13 May 2014 20:42:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DKg2xH084730; Tue, 13 May 2014 20:42:02 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4DKg2WT084728; Tue, 13 May 2014 20:42:02 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201405132042.s4DKg2WT084728@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 13 May 2014 20:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353991 - head/irc/py-supybot-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 20:42:03 -0000 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 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 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/