Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2018 14:33:13 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485431 - head/graphics/gpxsee
Message-ID:  <201811201433.wAKEXD6v022355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Tue Nov 20 14:33:12 2018
New Revision: 485431
URL: https://svnweb.freebsd.org/changeset/ports/485431

Log:
  Update to 6.3
  
  Changelog:
   - Fixed broken OSM maps non-default bounds handling.
   - Fixed broken cleanup on exit (introduced in 6.1).
   - Added Danish localization.
  
  PR:		233188
  Submitted by:	Nikolay <sikmir@gmail.com> (maintainer)
  Sponsored by:	Netzkommune GmbH

Modified:
  head/graphics/gpxsee/Makefile
  head/graphics/gpxsee/distinfo
  head/graphics/gpxsee/pkg-plist

Modified: head/graphics/gpxsee/Makefile
==============================================================================
--- head/graphics/gpxsee/Makefile	Tue Nov 20 14:17:07 2018	(r485430)
+++ head/graphics/gpxsee/Makefile	Tue Nov 20 14:33:12 2018	(r485431)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gpxsee
-PORTVERSION=	6.2
+PORTVERSION=	6.3
 CATEGORIES=	graphics geography
 
 MAINTAINER=	sikmir@gmail.com

Modified: head/graphics/gpxsee/distinfo
==============================================================================
--- head/graphics/gpxsee/distinfo	Tue Nov 20 14:17:07 2018	(r485430)
+++ head/graphics/gpxsee/distinfo	Tue Nov 20 14:33:12 2018	(r485431)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538983902
-SHA256 (tumic0-GPXSee-6.2_GH0.tar.gz) = 888378daa49254fabd37eb6b5a054ebe18b8fd1f12a553aa1b840cdc78b61a3b
-SIZE (tumic0-GPXSee-6.2_GH0.tar.gz) = 3858513
+TIMESTAMP = 1540189420
+SHA256 (tumic0-GPXSee-6.3_GH0.tar.gz) = 0650ac670b8beeba14e05c7b04dc60d4aa9f610dd6d4dd0a5507632a07602990
+SIZE (tumic0-GPXSee-6.3_GH0.tar.gz) = 3861093

Modified: head/graphics/gpxsee/pkg-plist
==============================================================================
--- head/graphics/gpxsee/pkg-plist	Tue Nov 20 14:17:07 2018	(r485430)
+++ head/graphics/gpxsee/pkg-plist	Tue Nov 20 14:33:12 2018	(r485431)
@@ -9,6 +9,7 @@ share/applications/gpxsee.desktop
 %%DATADIR%%/maps/USGS-imagery.xml
 %%DATADIR%%/maps/USGS-topo.xml
 %%NLS%%%%DATADIR%%/translations/gpxsee_cs.qm
+%%NLS%%%%DATADIR%%/translations/gpxsee_da.qm
 %%NLS%%%%DATADIR%%/translations/gpxsee_de.qm
 %%NLS%%%%DATADIR%%/translations/gpxsee_en.qm
 %%NLS%%%%DATADIR%%/translations/gpxsee_fi.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811201433.wAKEXD6v022355>