Date: Wed, 14 Nov 2018 14:04:03 +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: r484925 - head/net/py-sbws Message-ID: <201811141404.wAEE43KH030804@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: egypcio Date: Wed Nov 14 14:04:02 2018 New Revision: 484925 URL: https://svnweb.freebsd.org/changeset/ports/484925 Log: net/py-sbws: change python:3.4+ to python:3.5+ Reported by: tobik Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D17959 Modified: head/net/py-sbws/Makefile Modified: head/net/py-sbws/Makefile ============================================================================== --- head/net/py-sbws/Makefile Wed Nov 14 14:01:50 2018 (r484924) +++ head/net/py-sbws/Makefile Wed Nov 14 14:04:02 2018 (r484925) @@ -2,6 +2,7 @@ PORTNAME= sbws PORTVERSION= 1.0.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.6.8:net ${PYTHON_PKGNAMEPREFIX}stem>=1.7.0:security/py-stem@${PY_FLAVOR} \ tor:security/tor -USES= cpe python:3.4+ shebangfix +USES= cpe python:3.5+ shebangfix USE_GITHUB= yes USE_PYTHON= autoplist distutils concurrent flavors
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811141404.wAEE43KH030804>