Index: head/net/py-sbws/Makefile =================================================================== --- head/net/py-sbws/Makefile (revision 484924) +++ head/net/py-sbws/Makefile (revision 484925) @@ -1,31 +1,32 @@ # $FreeBSD$ PORTNAME= sbws PORTVERSION= 1.0.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= egypcio@googlemail.com COMMENT= Tor network bandwidth scanner LICENSE= CC0-1.0 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}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 CPE_VENDOR= torproject GH_ACCOUNT= torproject SHEBANG_FILES= tests/testnets/simple.common/03-network-in-ready-state.py \ tests/testnets/simple-ipv4/03-network-in-ready-state.py \ tests/testnets/simple-ipv6/03-network-in-ready-state.py .include