summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-07-22 20:36:13 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-07-22 20:36:13 +0000
commitf6c9e69f538c607d0733dd0184f85cc8af9393e2 (patch)
treeabcfa1bf0cbe1ab9baf134397a7b93d7797216bb
parentPrevent rsyslogd from writing log messages about TZ being unset in the (diff)
switch gpsd to python3-scons for building
and amend plist with file found by testport PR: 247623 Approved by: maintainer (timeout)
-rw-r--r--astro/gpsd/Makefile4
-rw-r--r--astro/gpsd/pkg-plist1
2 files changed, 3 insertions, 2 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index 846255940390..999b76315f93 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -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 attached to a host computer
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
diff --git a/astro/gpsd/pkg-plist b/astro/gpsd/pkg-plist
index 00d779bebf87..c9c215e51bf1 100644
--- a/astro/gpsd/pkg-plist
+++ b/astro/gpsd/pkg-plist
@@ -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