aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2024-07-23 22:22:43 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2024-07-23 22:22:43 +0000
commitc74b15ce18c5eba766e4a35096305a23f64ba0bb (patch)
tree9fc0d9eaf0176c89486f8df96eb62b0b247fb8b9 /net-p2p
parent5d8274d264086d9611669eac5e54224e2905f292 (diff)
downloadports-c74b15ce18c5eba766e4a35096305a23f64ba0bb.tar.gz
ports-c74b15ce18c5eba766e4a35096305a23f64ba0bb.zip
net-p2p/deluge-cli: drop unused py-six dependency
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge-cli/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile
index 1459859d67d5..7646ec366a64 100644
--- a/net-p2p/deluge-cli/Makefile
+++ b/net-p2p/deluge-cli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= deluge
DISTVERSION= 2.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p python
MASTER_SITES= PYPI
PKGNAMESUFFIX= -cli
@@ -23,7 +23,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:devel/py-xdg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}service-identity>=0:security/py-service-identity@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rencode>0:converters/py-rencode@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR}