aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-04-19 19:52:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-04-19 19:52:01 +0800
commitbe0429a640349ed4482835b5ac75f00aaf38f633 (patch)
tree07f09b6a2d8140ac184ada05f6274b6c3c656898 /net-im
parent3ef2626233a4d38d9a7d75c6269367ceef77b8e0 (diff)
downloadfreebsd-ports-gnome-be0429a640349ed4482835b5ac75f00aaf38f633.tar.gz
freebsd-ports-gnome-be0429a640349ed4482835b5ac75f00aaf38f633.tar.zst
freebsd-ports-gnome-be0429a640349ed4482835b5ac75f00aaf38f633.zip
- Add missing run-depends
PR: 227616 Submitted by: 0mp@FreeBSD.org (maintainer) Reported by: z7dr6ut7gs@snkmail.com
Diffstat (limited to 'net-im')
-rw-r--r--net-im/toot/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile
index 33aa19fc6589..03abddd1cb12 100644
--- a/net-im/toot/Makefile
+++ b/net-im/toot/Makefile
@@ -2,6 +2,7 @@
PORTNAME= toot
DISTVERSION= 0.17.1
+PORTREVISION= 1
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +12,11 @@ COMMENT= Interact with the Mastodon social network from the command line
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.4.0:devel/py-pytest-cov@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0<5.0:www/py-beautifulsoup@${FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${FLAVOR}
USES= python:3.3+
USE_PYTHON= autoplist distutils