From owner-svn-ports-head@FreeBSD.ORG Thu Nov 22 12:27:51 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 086124C9; Thu, 22 Nov 2012 12:27:51 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E22A98FC08; Thu, 22 Nov 2012 12:27:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAMCRo4s075451; Thu, 22 Nov 2012 12:27:50 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAMCRolu075450; Thu, 22 Nov 2012 12:27:50 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201211221227.qAMCRolu075450@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 22 Nov 2012 12:27:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307647 - head/net-im/py-xmpppy-irc 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.14 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: Thu, 22 Nov 2012 12:27:51 -0000 Author: rm Date: Thu Nov 22 12:27:50 2012 New Revision: 307647 URL: http://svnweb.freebsd.org/changeset/ports/307647 Log: - chase irc/py-irclib rename Reported by: portmgr (beat) Pointyhat to: rm (myself) Feature safe: yes Modified: head/net-im/py-xmpppy-irc/Makefile Modified: head/net-im/py-xmpppy-irc/Makefile ============================================================================== --- head/net-im/py-xmpppy-irc/Makefile Thu Nov 22 11:52:27 2012 (r307646) +++ head/net-im/py-xmpppy-irc/Makefile Thu Nov 22 12:27:50 2012 (r307647) @@ -7,7 +7,7 @@ PORTNAME= xmpppy-irc PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im python irc MASTER_SITES= SF/xmpppy/PyIRCt/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ MAINTAINER= wenheping@gmail.com COMMENT= An xmpp to irc transport RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xmpp/__init__.py:${PORTSDIR}/net-im/py-xmpppy \ - ${PYTHON_SITELIBDIR}/irclib.py:${PORTSDIR}/irc/py-irclib + ${PYTHON_PKGNAMEPREFIX}irc>0:${PORTSDIR}/irc/py-irc USE_PYTHON= 2.5+ NO_BUILD= yes