diff options
author | gdt <gdt@pkgsrc.org> | 2014-11-23 17:17:46 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-11-23 17:17:46 +0000 |
commit | 0c8cb321e796f32c572eabe160da990342ef2126 (patch) | |
tree | fd99fb82d080748d2a93435257fd946d7a64ff17 /geography | |
parent | 3919c381be74d97cc20548e57e76d91b8a7f2166 (diff) | |
download | pkgsrc-0c8cb321e796f32c572eabe160da990342ef2126.tar.gz |
Update to 1.5.1
Viking 1.5.1.0 (2013-03-16)
Bug Fix Release
* [WINDOWS] Ensure an icon is embedded in the executable.
* [WINDOWS] Fix opening URLs in Windows build only.
* Shift code around to reduce dependencies required for DEM access.
* SF Bugs#105: Fix Display of Lines (Clipping) at High Zoom Levels.
* Remove built in OpenStreetBugs datasource as this service is being phased out.
* Isolate Viking specific code in otherwise reusable code.
* Fix DEM layer URL reference output.
* Remove mistaken need to change directory.
* Remove repeating of built in types in data files.
* External tools don't use ids
* Skip etag files in mbtile converter tool
* Fix crashing when copying layers with null strings as parameters.
* Fix translatable string with variable argument
* Fix 'export_to_common' dialog
* Fix needing to calculate bounds of *both* tracks when a track is split via the marker.
* Fix vik_track_get_length_to_trackpoint() so with the first track point it returns zero, not the entire track length!
* Fix opening files on command line in different directories.
* Move man files from doc to help directory so they will be included in the output from make distcheck.
* Update spec file
* [QA] Remove build references to things that don't exist anymore.
* SF Bugs #104: Fix GStatBuf not available on Glib < 2.26
* Fix the display of speed in statusbar output.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/viking/Makefile | 5 | ||||
-rw-r--r-- | geography/viking/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile index 9b58f83e6e0..de27acc4b9b 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2014/05/29 23:36:36 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2014/11/23 17:17:46 gdt Exp $ # -VERSION= 1.5 +VERSION= 1.5.1 DISTNAME= viking-${VERSION} -PKGREVISION= 2 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/viking/distinfo b/geography/viking/distinfo index 8ed9867f1e5..c4e31acf207 100644 --- a/geography/viking/distinfo +++ b/geography/viking/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2014/03/11 23:50:38 gdt Exp $ +$NetBSD: distinfo,v 1.22 2014/11/23 17:17:46 gdt Exp $ -SHA1 (viking-1.5.tar.bz2) = 885935a5dda712750909a8e6113ce5157b2d0460 -RMD160 (viking-1.5.tar.bz2) = 5350f50a886531746a7005d489accc2c23e3d639 -Size (viking-1.5.tar.bz2) = 1609467 bytes +SHA1 (viking-1.5.1.tar.bz2) = b23df806711d121799f3c9ad2d00f9f650415965 +RMD160 (viking-1.5.1.tar.bz2) = 27f3d828fdddeb423386da2eb598e9b39b8e1b35 +Size (viking-1.5.1.tar.bz2) = 1616172 bytes SHA1 (patch-aa) = c7db1eb5562132c463b9472fd7a1a7e559af8d9a |