pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/gpsd
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 10 14:29:59 UTC 2025
Modified Files:
pkgsrc/geography/gpsd: distinfo
pkgsrc/geography/gpsd/patches: patch-SConscript
Log Message:
gpsd: fix patch offset
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/geography/gpsd/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/geography/gpsd/patches/patch-SConscript
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/gpsd/distinfo
diff -u pkgsrc/geography/gpsd/distinfo:1.41 pkgsrc/geography/gpsd/distinfo:1.42
--- pkgsrc/geography/gpsd/distinfo:1.41 Mon Feb 10 14:29:28 2025
+++ pkgsrc/geography/gpsd/distinfo Mon Feb 10 14:29:59 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2025/02/10 14:29:28 wiz Exp $
+$NetBSD: distinfo,v 1.42 2025/02/10 14:29:59 wiz Exp $
BLAKE2s (gpsd-3.25.tar.gz) = ac568df54726336209bf1a2d567a2a6fda727336ad4dde5fb44c37d7fb3ae192
SHA512 (gpsd-3.25.tar.gz) = 0684cbd30defa1a328898589e1d61b2431462a774aff56c588bd00c1fbd92ac94cf6fc1f2b981debac78c34ab09fa24f48ed6334f3ecd09e6b8f5faa92ae1085
Size (gpsd-3.25.tar.gz) = 5225194 bytes
-SHA1 (patch-SConscript) = 3d338ea2ffa3fc6d847d9dbae4d7f41d8cfa089b
+SHA1 (patch-SConscript) = 5c3a9181a463a4169efa41629bdaa23edd78c20e
Index: pkgsrc/geography/gpsd/patches/patch-SConscript
diff -u pkgsrc/geography/gpsd/patches/patch-SConscript:1.11 pkgsrc/geography/gpsd/patches/patch-SConscript:1.12
--- pkgsrc/geography/gpsd/patches/patch-SConscript:1.11 Mon Feb 10 14:29:28 2025
+++ pkgsrc/geography/gpsd/patches/patch-SConscript Mon Feb 10 14:29:59 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-SConscript,v 1.11 2025/02/10 14:29:28 wiz Exp $
+$NetBSD: patch-SConscript,v 1.12 2025/02/10 14:29:59 wiz Exp $
Support Ruby 3.2, 3.3, and 3.4 versioned asciidoctor binaries.
https://gitlab.com/gpsd/gpsd/-/issues/302
@@ -21,7 +21,7 @@ gpspipe requires libgpsd for serial.c cf
adoc_prog = env.WhereIs('asciidoctor31')
if (not adoc_prog):
adoc_prog = env.WhereIs('asciidoctor30')
-@@ -2054,7 +2058,7 @@ gpsmon = env.Program('gpsmon/gpsmon', gp
+@@ -2054,7 +2060,7 @@ gpsmon = env.Program('gpsmon/gpsmon', gp
LIBS=[libgpsd_static, libgps_static],
parse_flags=gpsdflags + gpsflags + ncurseslibs)
gpspipe = env.Program('clients/gpspipe', ['clients/gpspipe.c'],
Home |
Main Index |
Thread Index |
Old Index