Date: Wed, 9 Jan 2019 09:07:32 +0000 (UTC) From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489762 - head/net/py-sbws Message-ID: <201901090907.x0997WJu003443@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: egypcio Date: Wed Jan 9 09:07:32 2019 New Revision: 489762 URL: https://svnweb.freebsd.org/changeset/ports/489762 Log: net/py-sbws: RUN_DEPENDS needs www/py-requests Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18787 Modified: head/net/py-sbws/Makefile Modified: head/net/py-sbws/Makefile ============================================================================== --- head/net/py-sbws/Makefile Wed Jan 9 09:00:26 2019 (r489761) +++ head/net/py-sbws/Makefile Wed Jan 9 09:07:32 2019 (r489762) @@ -2,7 +2,7 @@ PORTNAME= sbws PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md # pysocks: indirect dependency via requests[socks] RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.6.8:net/py-pysocks@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stem>=1.7.0:security/py-stem@${PY_FLAVOR} \ tor:security/tor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901090907.x0997WJu003443>