svn commit: r494596 - head/astro/viking

Wen Heping wen at FreeBSD.org
Mon Mar 4 13:03:14 UTC 2019


Author: wen
Date: Mon Mar  4 13:03:12 2019
New Revision: 494596
URL: https://svnweb.freebsd.org/changeset/ports/494596

Log:
  - Update to 1.7
  - Add missing DEPENDS
  - Take maintainership

Modified:
  head/astro/viking/Makefile
  head/astro/viking/distinfo
  head/astro/viking/pkg-plist

Modified: head/astro/viking/Makefile
==============================================================================
--- head/astro/viking/Makefile	Mon Mar  4 12:45:57 2019	(r494595)
+++ head/astro/viking/Makefile	Mon Mar  4 13:03:12 2019	(r494596)
@@ -2,12 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	viking
-PORTVERSION=	1.6.2
-PORTREVISION=	8
+PORTVERSION=	1.7
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Program to manage GPS data (tracks, waypoints, etc.)
 
 LICENSE=	GPLv2+
@@ -20,7 +19,9 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libfreetype.so:print/freetype2 \
 		libgexiv2.so:graphics/gexiv2 \
 		libpcre.so:devel/pcre \
-		libpng.so:graphics/png
+		libpng.so:graphics/png \
+		libgeoclue-2.so:net/geoclue \
+		liboauth.so:net/liboauth
 RUN_DEPENDS=	gpsbabel:astro/gpsbabel
 
 USES=		compiler:c++11-lib gmake iconv desktop-file-utils perl5 pkgconfig tar:bzip2

Modified: head/astro/viking/distinfo
==============================================================================
--- head/astro/viking/distinfo	Mon Mar  4 12:45:57 2019	(r494595)
+++ head/astro/viking/distinfo	Mon Mar  4 13:03:12 2019	(r494596)
@@ -1,2 +1,3 @@
-SHA256 (viking-1.6.2.tar.bz2) = dfe223b1cd3a1fed3616a70e732321db9013c89df3fd6e1ad0f733a1bb067826
-SIZE (viking-1.6.2.tar.bz2) = 3324897
+TIMESTAMP = 1551680207
+SHA256 (viking-1.7.tar.bz2) = 7c791e8cdb62dbf4776e37f95fdb2825ac48550e3f6829a015e1b30c76135824
+SIZE (viking-1.7.tar.bz2) = 3438343

Modified: head/astro/viking/pkg-plist
==============================================================================
--- head/astro/viking/pkg-plist	Mon Mar  4 12:45:57 2019	(r494595)
+++ head/astro/viking/pkg-plist	Mon Mar  4 13:03:12 2019	(r494596)
@@ -19,6 +19,7 @@ share/icons/hicolor/48x48/apps/viking.png
 %%NLS%%share/locale/ja/LC_MESSAGES/viking.mo
 %%NLS%%share/locale/jv/LC_MESSAGES/viking.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/viking.mo
+%%NLS%%share/locale/ku/LC_MESSAGES/viking.mo
 %%NLS%%share/locale/lt/LC_MESSAGES/viking.mo
 %%NLS%%share/locale/lv/LC_MESSAGES/viking.mo
 %%NLS%%share/locale/nb/LC_MESSAGES/viking.mo
@@ -38,4 +39,5 @@ share/pixmaps/viking.png
 %%DATADIR%%/external_tools.xml
 %%DATADIR%%/goto_tools.xml
 %%DATADIR%%/latlontz.txt
+%%DATADIR%%/routing.xml
 %%DATADIR%%/maps.xml


More information about the svn-ports-all mailing list