svn commit: r542894 - head/astro/gpsd

Christoph Moench-Tegeder cmt at FreeBSD.org
Wed Jul 22 20:36:14 UTC 2020


Author: cmt
Date: Wed Jul 22 20:36:13 2020
New Revision: 542894
URL: https://svnweb.freebsd.org/changeset/ports/542894

Log:
  switch gpsd to python3-scons for building
  
  and amend plist with file found by testport
  
  PR:		247623
  Approved by:	maintainer (timeout)

Modified:
  head/astro/gpsd/Makefile
  head/astro/gpsd/pkg-plist

Modified: head/astro/gpsd/Makefile
==============================================================================
--- head/astro/gpsd/Makefile	Wed Jul 22 20:32:28 2020	(r542893)
+++ head/astro/gpsd/Makefile	Wed Jul 22 20:36:13 2020	(r542894)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gpsd
 PORTVERSION=	3.20
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro geography
 MASTER_SITES=	SAVANNAH
 
@@ -13,7 +13,7 @@ COMMENT=	Daemon that monitors one or more GPSes attach
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe pathfix pkgconfig python:3.6+ scons:python2 shebangfix
+USES=		cpe pathfix pkgconfig python:3.6+ scons shebangfix
 CPE_VENDOR=	gpsd_project
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	gpsd

Modified: head/astro/gpsd/pkg-plist
==============================================================================
--- head/astro/gpsd/pkg-plist	Wed Jul 22 20:32:28 2020	(r542893)
+++ head/astro/gpsd/pkg-plist	Wed Jul 22 20:36:13 2020	(r542894)
@@ -50,6 +50,7 @@ man/man8/gpsdctl.8.gz
 man/man8/gpsinit.8.gz
 %%PYTHON_SITELIBDIR%%/%%PYTHON_EGGINFO%%
 %%PYTHON_SITELIBDIR%%/gps/__init__.py
+%%PYTHON_SITELIBDIR%%/gps/aiogps.py
 %%PYTHON_SITELIBDIR%%/gps/client.py
 %%PYTHON_SITELIBDIR%%/gps/clienthelpers.py
 %%PYTHON_SITELIBDIR%%/gps/fake.py


More information about the svn-ports-all mailing list