Date: Fri, 15 Jan 2021 14:21:16 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561643 - head/net/savvycan Message-ID: <202101151421.10FELG9A007734@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101151421.10FELG9A007734>