diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-12 13:43:53 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-12 13:43:53 +0000 |
commit | 40972343c78ad351d78a0d629adb77c6e566c5a0 (patch) | |
tree | 43200ee6d4c4b239f0933798716f24cacc9bd5b8 /www/ddgr/Makefile | |
parent | 459d99b378c284f9e182adfe48b4203afcc35b66 (diff) | |
download | ports-40972343c78ad351d78a0d629adb77c6e566c5a0.tar.gz ports-40972343c78ad351d78a0d629adb77c6e566c5a0.zip |
Notes
Diffstat (limited to 'www/ddgr/Makefile')
-rw-r--r-- | www/ddgr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/ddgr/Makefile b/www/ddgr/Makefile index 1e26bfab94f4..4e8817239318 100644 --- a/www/ddgr/Makefile +++ b/www/ddgr/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= ddgr -PORTVERSION= 1.2 +PORTVERSION= 1.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MAINTAINER= amdmi3@FreeBSD.org @@ -13,8 +12,7 @@ COMMENT= DuckDuckGo from the terminal LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= jarun |