aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/deluge-cli
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-02-01 07:12:01 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-02-01 07:12:01 +0000
commitbdbc1012092fcc673acc702530bf8dbe06ab0bcd (patch)
tree33326c8dae853dd7fbdef962c73f43b7156a8b44 /net-p2p/deluge-cli
parent9df397e63703a0c5c3ac7918cc763edd407c2f6f (diff)
downloadports-bdbc1012092fcc673acc702530bf8dbe06ab0bcd.tar.gz
ports-bdbc1012092fcc673acc702530bf8dbe06ab0bcd.zip
Create forks of ports net-p2p/libtorrent-rasterbar and net-p2p/py-libtorrent-rasterbar to unbreak net-p2p/deluge-cli
net-p2p/deluge-cli is broken with the latest version of libtorrent-rasterbar. MFH: 2020Q1
Notes
Notes: svn path=/head/; revision=524758
Diffstat (limited to 'net-p2p/deluge-cli')
-rw-r--r--net-p2p/deluge-cli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile
index 088e24b17fcf..199d1ca4c9a1 100644
--- a/net-p2p/deluge-cli/Makefile
+++ b/net-p2p/deluge-cli/Makefile
@@ -3,7 +3,7 @@
PORTNAME= deluge
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 1.3.15
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net-p2p python
PKGNAMESUFFIX= -cli
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= intltool-merge:textproc/intltool
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:devel/py-xdg@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0:net-p2p/py-libtorrent-rasterbar@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar11>=0:net-p2p/py-libtorrent-rasterbar11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0.8:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako@${PY_FLAVOR} \