Date: Thu, 22 Nov 2012 12:27:50 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> 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 Message-ID: <201211221227.qAMCRolu075450@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211221227.qAMCRolu075450>