Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2018 11:52:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467765 - head/net-im/toot
Message-ID:  <201804191152.w3JBq1Id051833@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org (maintainer)
  Reported by:	z7dr6ut7gs@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804191152.w3JBq1Id051833>