svn commit: r561643 - head/net/savvycan

Danilo G. Baio dbaio at FreeBSD.org
Fri Jan 15 14:21:16 UTC 2021


Author: dbaio
Date: Fri Jan 15 14:21:16 2021
New Revision: 561643
URL: https://svnweb.freebsd.org/changeset/ports/561643

Log:
  net/savvycan: Remove Python 2.7 support and PY_SPHINX
  
  Approved by:	portmgr blanket

Modified:
  head/net/savvycan/Makefile

Modified: head/net/savvycan/Makefile
==============================================================================
--- head/net/savvycan/Makefile	Fri Jan 15 14:03:14 2021	(r561642)
+++ head/net/savvycan/Makefile	Fri Jan 15 14:21:16 2021	(r561643)
@@ -10,9 +10,9 @@ COMMENT=	CAN bus reverse engineering and capture tool
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${PY_SPHINX}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 
-USES=		compiler:c++11-lang gmake python:build qmake qt:5
+USES=		compiler:c++11-lang gmake python:build,3.6+ qmake qt:5
 USE_QT=		buildtools_build core gui help printsupport serialbus \
 		serialport websockets-qml widgets
 


More information about the svn-ports-head mailing list