diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-04-03 12:10:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-05 08:38:19 +0700 |
commit | da1d693b7d84e82d70008ac7bd1ea3c9faa7eb81 (patch) | |
tree | 22e6ee1a02b821b69e1f1d2545dc75d7cbb5ef0d /gis/gpsd | |
parent | 6e209549a1a46d0f7911ae0c943d3f47d1539aa5 (diff) | |
download | slackbuilds-da1d693b7d84e82d70008ac7bd1ea3c9faa7eb81.tar.gz |
gis/gpsd: Updated for version 3.14.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'gis/gpsd')
-rw-r--r-- | gis/gpsd/README.build | 8 | ||||
-rw-r--r-- | gis/gpsd/gpsd.SlackBuild | 2 | ||||
-rw-r--r-- | gis/gpsd/gpsd.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/gis/gpsd/README.build b/gis/gpsd/README.build index 035973319f..f190be53de 100644 --- a/gis/gpsd/README.build +++ b/gis/gpsd/README.build @@ -25,9 +25,9 @@ The following features may be enabled (by default they are disabled). set fixed serial port speed fixed_stop_bits=n set fixed serial port stop bits - limited_max_clients=n + max_clients=n set maximum allowed clients - limited_max_devices=n + max_devices=n set maximum allowed devices @@ -53,8 +53,8 @@ enabled). mtk3301 disable MTK-3301 support navcom disable Navcom support netfeed disable support for handling TCP/IP data sources - nmea disable NMEA support - nmea2000 disable NMEA2000/CAN support + nmea0183 disable NMEA 0183 support + nmea2000 disable NMEA 2000/CAN support ntpshm disable NTP time hinting support ntrip disable NTRIP support oceanserver disable OceanServer support diff --git a/gis/gpsd/gpsd.SlackBuild b/gis/gpsd/gpsd.SlackBuild index 82bb874922..186e6ce593 100644 --- a/gis/gpsd/gpsd.SlackBuild +++ b/gis/gpsd/gpsd.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gpsd -VERSION=${VERSION:-3.11} +VERSION=${VERSION:-3.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/gpsd/gpsd.info b/gis/gpsd/gpsd.info index 8cb65771d2..6e3b14784a 100644 --- a/gis/gpsd/gpsd.info +++ b/gis/gpsd/gpsd.info @@ -1,8 +1,8 @@ PRGNAM="gpsd" -VERSION="3.11" +VERSION="3.14" HOMEPAGE="http://catb.org/gpsd/" -DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.11.tar.gz" -MD5SUM="ba28369992886fccb85ce560e4727e20" +DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.14.tar.gz" +MD5SUM="bc7467009b99e07ba461377b5da6c039" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="scons" |