summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
Diffstat (limited to 'geography')
-rw-r--r--geography/viking/Makefile5
-rw-r--r--geography/viking/PLIST25
-rw-r--r--geography/viking/distinfo10
-rw-r--r--geography/viking/patches/patch-aa6
4 files changed, 36 insertions, 10 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile
index 3d003589da6..0cd921af37b 100644
--- a/geography/viking/Makefile
+++ b/geography/viking/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2013/02/16 11:21:34 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2013/04/16 01:08:46 gdt Exp $
#
-DISTNAME= viking-1.3.2.1
-PKGREVISION= 8
+DISTNAME= viking-1.4.1
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}
diff --git a/geography/viking/PLIST b/geography/viking/PLIST
index b6ece37b8ef..5df0d06d035 100644
--- a/geography/viking/PLIST
+++ b/geography/viking/PLIST
@@ -1,8 +1,27 @@
-@comment $NetBSD: PLIST,v 1.7 2012/04/24 01:19:58 gdt Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/04/16 01:08:46 gdt Exp $
bin/viking
share/applications/viking.desktop
+share/gnome/help/viking/C/figures/Viking-OSM-CycleMap-ManyTracks.jpg
+share/gnome/help/viking/C/figures/addtr_18.png
+share/gnome/help/viking/C/figures/addwp_18.png
+share/gnome/help/viking/C/figures/demdl_18.png
+share/gnome/help/viking/C/figures/edtr_18.png
+share/gnome/help/viking/C/figures/edwp_18.png
+share/gnome/help/viking/C/figures/geomove_18.png
+share/gnome/help/viking/C/figures/geozoom_18.png
+share/gnome/help/viking/C/figures/map_tile_info_dialog.png
+share/gnome/help/viking/C/figures/mapdl_18.png
+share/gnome/help/viking/C/figures/mover_22.png
share/gnome/help/viking/C/figures/properties_degree.png
share/gnome/help/viking/C/figures/properties_units.png
+share/gnome/help/viking/C/figures/route_finder_18.png
+share/gnome/help/viking/C/figures/ruler_18.png
+share/gnome/help/viking/C/figures/select_18.png
+share/gnome/help/viking/C/figures/showpic_18.png
+share/gnome/help/viking/C/figures/trw_statusbar.png
+share/gnome/help/viking/C/figures/vik_new_route_18.png
+share/gnome/help/viking/C/figures/zoom_18.png
+share/gnome/help/viking/C/figures/zoom_status_popup.png
share/gnome/help/viking/C/legal.xml
share/gnome/help/viking/C/viking.xml
share/icons/hicolor/48x48/apps/viking.png
@@ -12,6 +31,7 @@ share/locale/de/LC_MESSAGES/viking.mo
share/locale/el/LC_MESSAGES/viking.mo
share/locale/en_GB/LC_MESSAGES/viking.mo
share/locale/es/LC_MESSAGES/viking.mo
+share/locale/fi/LC_MESSAGES/viking.mo
share/locale/fr/LC_MESSAGES/viking.mo
share/locale/he/LC_MESSAGES/viking.mo
share/locale/hu/LC_MESSAGES/viking.mo
@@ -32,3 +52,6 @@ share/locale/uk/LC_MESSAGES/viking.mo
share/locale/zh_CN/LC_MESSAGES/viking.mo
share/locale/zh_TW/LC_MESSAGES/viking.mo
share/omf/viking/viking-C.omf
+share/viking/external_tools.xml
+share/viking/goto_tools.xml
+share/viking/maps.xml
diff --git a/geography/viking/distinfo b/geography/viking/distinfo
index 39dcbf446e5..6a91b0c6b9b 100644
--- a/geography/viking/distinfo
+++ b/geography/viking/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2012/10/29 01:24:04 gdt Exp $
+$NetBSD: distinfo,v 1.19 2013/04/16 01:08:46 gdt Exp $
-SHA1 (viking-1.3.2.1.tar.gz) = 8783b844ec941315a633307e9065643c248e4836
-RMD160 (viking-1.3.2.1.tar.gz) = 3b4cb93ed27092c6ad423eef388e572ef9b0eef0
-Size (viking-1.3.2.1.tar.gz) = 1097274 bytes
-SHA1 (patch-aa) = 106567e97011292250e211a7389572ee5a828627
+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 (patch-aa) = c7db1eb5562132c463b9472fd7a1a7e559af8d9a
diff --git a/geography/viking/patches/patch-aa b/geography/viking/patches/patch-aa
index a1da0f4786a..9eb218c83fa 100644
--- a/geography/viking/patches/patch-aa
+++ b/geography/viking/patches/patch-aa
@@ -1,4 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2012/01/26 01:00:14 gdt Exp $
+$NetBSD: patch-aa,v 1.3 2013/04/16 01:08:47 gdt Exp $
+
+Work around a bug in NetBSD. See PR standards/40695. Bug is fixed in
+-current but not -5; revisit if the workaround causes problems.
+(Not filed upstream because this is a NetBSD bug.)
--- src/gpspoint.c.orig 2010-12-13 01:55:55.000000000 +0000
+++ src/gpspoint.c