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

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Feb 11 13:21:11 UTC 2020


Author: 0mp
Date: Tue Feb 11 13:21:10 2020
New Revision: 525814
URL: https://svnweb.freebsd.org/changeset/ports/525814

Log:
  Add missing runtime dependencies
  
  Reported by:	arved

Modified:
  head/net-im/toot/Makefile

Modified: head/net-im/toot/Makefile
==============================================================================
--- head/net-im/toot/Makefile	Tue Feb 11 13:03:44 2020	(r525813)
+++ head/net-im/toot/Makefile	Tue Feb 11 13:21:10 2020	(r525814)
@@ -2,6 +2,7 @@
 
 PORTNAME=	toot
 DISTVERSION=	0.25.2
+PORTREVISION=	1
 CATEGORIES=	net-im python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.7:devel/py-wcwidth@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.7:devel/py-wcwidth@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urwid>=2.0.0:devel/py-urwid@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.4.0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR}


More information about the svn-ports-all mailing list