Date: Mon, 6 Feb 2012 13:52:06 -0600 (CST) From: "Conrad J. Sabatier" <conrads@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/164831: [patch] net-p2p/deluge: add runtime dependency on zope.interface Message-ID: <201202061952.q16Jq6b7011725@serene.no-ip.org> Resent-Message-ID: <201202062000.q16K0QIA000847@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164831 >Category: ports >Synopsis: [patch] net-p2p/deluge: add runtime dependency on zope.interface >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 06 20:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Fri Feb 3 16:26:13 CST 2012 root@:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: Add a runtime dependency on py27-zope.interface-3.8.0, which is absolutely required for proper operation >How-To-Repeat: Install port in its current form and try to run 'deluge'. Missing zope.interface results in startup failure. >Fix: patch below --- deluge.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-p2p/deluge/Makefile,v retrieving revision 1.79 diff -u -r1.79 Makefile --- Makefile 10 Nov 2011 22:20:16 -0000 1.79 +++ Makefile 6 Feb 2012 19:45:44 -0000 @@ -22,7 +22,8 @@ ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0.15.1:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.8:${PORTSDIR}/security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:${PORTSDIR}/textproc/py-chardet \ - ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:${PORTSDIR}/textproc/py-mako + ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:${PORTSDIR}/textproc/py-mako \ + ${PYTHON_PKGNAMEPREFIX}zope.interface=3.8.0:${PORTSDIR}/devel/py-zope.interface USE_RC_SUBR= deluged SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} --- deluge.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202061952.q16Jq6b7011725>