svn commit: r484925 - head/net/py-sbws

Vinícius Zavam egypcio at FreeBSD.org
Wed Nov 14 14:04:04 UTC 2018


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
 


More information about the svn-ports-all mailing list