Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2020 20:36:13 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542894 - head/astro/gpsd
Message-ID:  <202007222036.06MKaDtk045635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007222036.06MKaDtk045635>