svn commit: r528275 - head/astro/gpsd

Antoine Brodin antoine at FreeBSD.org
Thu Mar 12 08:40:30 UTC 2020


Author: antoine
Date: Thu Mar 12 08:40:29 2020
New Revision: 528275
URL: https://svnweb.freebsd.org/changeset/ports/528275

Log:
  astro/gpsd supports any python 3.6+
  
  PR:		244745

Modified:
  head/astro/gpsd/Makefile

Modified: head/astro/gpsd/Makefile
==============================================================================
--- head/astro/gpsd/Makefile	Thu Mar 12 08:39:59 2020	(r528274)
+++ head/astro/gpsd/Makefile	Thu Mar 12 08:40:29 2020	(r528275)
@@ -12,9 +12,8 @@ COMMENT=	Daemon that monitors one or more GPSes attach
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe pathfix pkgconfig python:3.7 scons shebangfix
+USES=		cpe pathfix pkgconfig python:3.6+ scons shebangfix
 CPE_VENDOR=	gpsd_project
-USE_PYTHON=	flavors
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	gpsd
 SHEBANG_FILES=	*.py gps/*.py gegps xgps gpscat xgpsspeed gpsprof \


More information about the svn-ports-all mailing list