diff options
-rw-r--r-- | astro/gpsd/Makefile | 4 | ||||
-rw-r--r-- | astro/gpsd/pkg-plist | 1 |
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 |