git: f0ff759b4447 - main - www/ddgr: remove unneeded dependency on net/py-urllib3
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 16 13:58:21 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0ff759b4447d17fdc114e0077b4f3ff0d55d851
commit f0ff759b4447d17fdc114e0077b4f3ff0d55d851
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-08-16 11:18:36 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-08-16 13:53:20 +0000
www/ddgr: remove unneeded dependency on net/py-urllib3
The port uses builtin urllib module, not urllib3
Reported by: sunpoet
---
www/ddgr/Makefile | 3 +--
1 file changed, 1 insertion(+), 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 at 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
More information about the dev-commits-ports-all
mailing list