diff options
author | gdt <gdt@pkgsrc.org> | 2013-08-01 00:25:18 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-08-01 00:25:18 +0000 |
commit | 294250d872625b8c71ddfcd5d1ae5b4abdb06869 (patch) | |
tree | 3b4b68689d09e971e7c8b92db0a52fc63d4b5c24 /geography | |
parent | 9a50ec630ab53e103d75e93c93ee7524c7197c3c (diff) | |
download | pkgsrc-294250d872625b8c71ddfcd5d1ae5b4abdb06869.tar.gz |
Update viking to 1.4.2.
Bug fix release only
Bug Fixes since 1.4.1:
* Fix menu use of named own Icons since the icons were renamed some time ago.
* [QA] Fix memory leak in drawing new tracks/routes.
* [QA] Fix memory leak on deleting TrackWaypoint layers.
* [QA] Fix large memory leak on viewing Track Properties.
* [QA] Fix incorrect iterator usage.
* [QA] Fix memory leaks on reading in Viking files.
* [QA] Fix memory leak in treeview tooltips and selection.
* [QA] Fix large memory leak when removing DEM layers.
* Fix some interpolated values of a trackpoint on insertion between points.
* Fix handling failed downloads with the My OSM Traces method.
* SF Bugs#101: Fix Acquire from Google Directions.
* Fix name search using Google.
* SF Bugs#100: Fix Crash on viewing Track Properties with extreme gradients.
* SF Bugs#97: Fix missing redownload settings of some maps in the example config
* SF Bugs#99: Increase limit for Map IDs
* Automated check for the latest version. ATM only on Windows systems.
* Enable getting Viking Version as a number from a string to enable comparisons.
* SF#3613971: Remove Geofabrik's OpenStreetMap WMS, as it is not for public use.
* Don't silently fail on attempting to split to a track.
* Fix background thread statusbar update instability.
* Fix location of gdk_threads_enter() to be before first window creation.
* Allow Bing Map source URL to be set via the configuration XML file.
* SF#3610708: Fix Failing to Load DEM files on Big Endian Systems.
* Fix incorrect setting to lowest zoom value when clicking away from
the statusbar zoom menu.
* [QA] Improve create zoom menu to use G_N_ELEMENTS to know array bounds.
Contributors
============
* Rob Norris
* Michael Klein
Diffstat (limited to 'geography')
-rw-r--r-- | geography/viking/Makefile | 11 | ||||
-rw-r--r-- | geography/viking/distinfo | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile index 976af0727d4..8f0b99f3e75 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.51 2013/06/06 12:54:27 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2013/08/01 00:25:18 gdt Exp $ # -DISTNAME= viking-1.4.1 -PKGREVISION= 4 +VERSION= 1.4.2 +DISTNAME= viking-${VERSION} CATEGORIES= geography -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://viking.sourceforge.net/ @@ -14,6 +15,8 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes +TEST_TARGET= check + # Perhaps optionize use of gpsd (remove bl3, add this). # CONFIGURE_ARGS+= --disable-realtime-gps-tracking diff --git a/geography/viking/distinfo b/geography/viking/distinfo index 6a91b0c6b9b..e74933dea39 100644 --- a/geography/viking/distinfo +++ b/geography/viking/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2013/04/16 01:08:46 gdt Exp $ +$NetBSD: distinfo,v 1.20 2013/08/01 00:25:18 gdt Exp $ -SHA1 (viking-1.4.1.tar.gz) = f34f3b7b2252b8fb290a28b174d87032b4bb2861 -RMD160 (viking-1.4.1.tar.gz) = 81aa61d4cc2411b90eaaf25bde7d964fd760622a -Size (viking-1.4.1.tar.gz) = 1490617 bytes +SHA1 (viking-1.4.2.tar.bz2) = 78c5830ac0d33439d61d7b44e056953c5b5d11e5 +RMD160 (viking-1.4.2.tar.bz2) = 6393a44db6dfd440b20fc2bec947bceac36071f0 +Size (viking-1.4.2.tar.bz2) = 1066650 bytes SHA1 (patch-aa) = c7db1eb5562132c463b9472fd7a1a7e559af8d9a |