Date: Mon, 13 Aug 2012 19:48:28 +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: r302480 - head/net-im/py-jabberbot Message-ID: <201208131948.q7DJmSF4085387@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Aug 13 19:48:28 2012 New Revision: 302480 URL: http://svn.freebsd.org/changeset/ports/302480 Log: - update to version 0.15 while here: - strict python version to 2.x only - move pkg-plist contents to PLIST_FILES - tab -> space in pkg-descr:WWW - use PYTHON_PKGNAMEPREFIX in dependency PR: 170475 Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer) Deleted: head/net-im/py-jabberbot/pkg-plist Modified: head/net-im/py-jabberbot/Makefile head/net-im/py-jabberbot/distinfo head/net-im/py-jabberbot/pkg-descr Modified: head/net-im/py-jabberbot/Makefile ============================================================================== --- head/net-im/py-jabberbot/Makefile Mon Aug 13 19:41:49 2012 (r302479) +++ head/net-im/py-jabberbot/Makefile Mon Aug 13 19:48:28 2012 (r302480) @@ -6,7 +6,7 @@ # PORTNAME= jabberbot -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= net-im python MASTER_SITES= SF/pythonjabberbot/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,11 +16,15 @@ COMMENT= A simple Jabber Bot for Python LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xmpp/auth.py:${PORTSDIR}/net-im/py-xmpppy +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmpppy>0:${PORTSDIR}/net-im/py-xmpppy -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes +PLIST_FILES= %%PYTHON_SITELIBDIR%%/jabberbot.py \ + %%PYTHON_SITELIBDIR%%/jabberbot.pyc \ + %%PYTHON_SITELIBDIR%%/jabberbot.pyo + post-patch: @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!${PYTHON_CMD}," Modified: head/net-im/py-jabberbot/distinfo ============================================================================== --- head/net-im/py-jabberbot/distinfo Mon Aug 13 19:41:49 2012 (r302479) +++ head/net-im/py-jabberbot/distinfo Mon Aug 13 19:48:28 2012 (r302480) @@ -1,2 +1,2 @@ -SHA256 (jabberbot-0.14.tar.gz) = e84ff88326213a503e4078c658f50ebf04520527af636a6d43ff7344435f2c64 -SIZE (jabberbot-0.14.tar.gz) = 23745 +SHA256 (jabberbot-0.15.tar.gz) = b8b946958e15f5413adcb02fecf7cffd6d008669a692ef6a2bc4bf3717c06a1d +SIZE (jabberbot-0.15.tar.gz) = 25044 Modified: head/net-im/py-jabberbot/pkg-descr ============================================================================== --- head/net-im/py-jabberbot/pkg-descr Mon Aug 13 19:41:49 2012 (r302479) +++ head/net-im/py-jabberbot/pkg-descr Mon Aug 13 19:48:28 2012 (r302480) @@ -4,4 +4,4 @@ provide information about your running s interact with your visitors or notify you about updates or changes you monitor with your Python scripts. -WWW: http://thpinfo.com/2007/python-jabberbot/ +WWW: http://thpinfo.com/2007/python-jabberbot/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208131948.q7DJmSF4085387>