svn commit: r467765 - head/net-im/toot

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 19 11:52:01 UTC 2018


Author: amdmi3
Date: Thu Apr 19 11:52:01 2018
New Revision: 467765
URL: https://svnweb.freebsd.org/changeset/ports/467765

Log:
  - Add missing run-depends
  
  PR:		227616
  Submitted by:	0mp at FreeBSD.org (maintainer)
  Reported by:	z7dr6ut7gs at snkmail.com

Modified:
  head/net-im/toot/Makefile

Modified: head/net-im/toot/Makefile
==============================================================================
--- head/net-im/toot/Makefile	Thu Apr 19 11:35:29 2018	(r467764)
+++ head/net-im/toot/Makefile	Thu Apr 19 11:52:01 2018	(r467765)
@@ -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 fro
 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


More information about the svn-ports-head mailing list