aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--astro/gpsd/Makefile2
-rw-r--r--astro/gpsd/distinfo4
-rw-r--r--astro/gpsd/files/patch-nosirf20
3 files changed, 3 insertions, 23 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index 661eb4367e41..9943a068a487 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gpsd
-PORTVERSION= 3.2
+PORTVERSION= 3.3
CATEGORIES= astro geography
MASTER_SITES= SAVANNAH
diff --git a/astro/gpsd/distinfo b/astro/gpsd/distinfo
index cf1ec2179701..700841a91b9e 100644
--- a/astro/gpsd/distinfo
+++ b/astro/gpsd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gpsd-3.2.tar.gz) = b614d970ea90f3e21d603397ebd42d31ba15f9f5f758c86fbd845bcab084d13f
-SIZE (gpsd-3.2.tar.gz) = 1399694
+SHA256 (gpsd-3.3.tar.gz) = 1dbc1813f94f7f05fbf3341bf0154bae26903d1fb90c33b63d5458373ea931b9
+SIZE (gpsd-3.3.tar.gz) = 1401206
diff --git a/astro/gpsd/files/patch-nosirf b/astro/gpsd/files/patch-nosirf
deleted file mode 100644
index e1ef3874309b..000000000000
--- a/astro/gpsd/files/patch-nosirf
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/driver_ubx.c b/driver_ubx.c
-index 757f126..51c4a09 100644
---- driver_ubx.c
-+++ driver_ubx.c
-@@ -227,14 +227,7 @@ ubx_msg_nav_svinfo(struct gps_device_t *session, unsigned char *buf,
- /*@ +predboolothers */
- j++;
- }
-- /* mark SBAS sats in use if SBAS was in use as of the last MID 27 */
-- for (i = 0; i < j; i++) {
-- int prn = session->gpsdata.PRN[i];
-- if (DGPS_PRN(prn) \
-- && session->gpsdata.status == STATUS_DGPS_FIX \
-- && session->driver.sirf.dgps_source == SIRF_DGPS_SOURCE_SBAS)
-- session->gpsdata.used[session->gpsdata.satellites_used++] = prn;
-- }
-+
- session->gpsdata.skyview_time = NAN;
- session->gpsdata.satellites_visible = (int)st;
- session->gpsdata.satellites_used = (int)nsv;