ports/164831: [patch] net-p2p/deluge: add runtime dependency on zope.interface
Conrad J. Sabatier
conrads at cox.net
Mon Feb 6 20:00:28 UTC 2012
>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:
More information about the freebsd-ports-bugs
mailing list