aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-16 11:18:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-16 13:53:20 +0000
commitf0ff759b4447d17fdc114e0077b4f3ff0d55d851 (patch)
treeff8e7c82e838bf81f95e5274e9905a86d676db96
parentc52da3a42aef7a3221295b6c09806fe00a214f5d (diff)
downloadports-f0ff759b4447d17fdc114e0077b4f3ff0d55d851.tar.gz
ports-f0ff759b4447d17fdc114e0077b4f3ff0d55d851.zip
www/ddgr: remove unneeded dependency on net/py-urllib3
The port uses builtin urllib module, not urllib3 Reported by: sunpoet
-rw-r--r--www/ddgr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ddgr/Makefile b/www/ddgr/Makefile
index 563f00eed018..fc611aed9c59 100644
--- a/www/ddgr/Makefile
+++ b/www/ddgr/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ddgr
PORTVERSION= 1.9
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= amdmi3@FreeBSD.org
@@ -9,8 +10,6 @@ COMMENT= DuckDuckGo from the terminal
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR}
-
USE_GITHUB= yes
GH_ACCOUNT= jarun