svn commit: r503083 - head/graphics/gpxsee

Kai Knoblich kai at FreeBSD.org
Thu May 30 20:40:54 UTC 2019


Author: kai
Date: Thu May 30 20:40:53 2019
New Revision: 503083
URL: https://svnweb.freebsd.org/changeset/ports/503083

Log:
  graphics/gpxsee: Update to 7.8
  
  Changelog since 7.6:
  
  * Added support for QuadTiles maps.
  * Added (optional) km/mi path markers.
  * Fixed broken IMG maps after print/PDF export.
  * Fixed broken zoom fit on IMG maps.
  * Fixed broken WMS scale denominators to zoom levels transition.
  * Fixed build & display issues with Qt < 5.4.
  * Added support for vector maps projection setting.
  * Added support for user defined TYP files for Garmin IMG maps.
  * Removed obsolete "Always show the map" setting.
  
  https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes
  
  PR:		238238
  Submitted by:	Nikolay Korotkiy <sikmir at gmail.com> (maintainer)

Modified:
  head/graphics/gpxsee/Makefile
  head/graphics/gpxsee/distinfo

Modified: head/graphics/gpxsee/Makefile
==============================================================================
--- head/graphics/gpxsee/Makefile	Thu May 30 20:34:58 2019	(r503082)
+++ head/graphics/gpxsee/Makefile	Thu May 30 20:40:53 2019	(r503083)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gpxsee
-DISTVERSION=	7.6
+DISTVERSION=	7.8
 CATEGORIES=	graphics geography
 
 MAINTAINER=	sikmir at gmail.com

Modified: head/graphics/gpxsee/distinfo
==============================================================================
--- head/graphics/gpxsee/distinfo	Thu May 30 20:34:58 2019	(r503082)
+++ head/graphics/gpxsee/distinfo	Thu May 30 20:40:53 2019	(r503083)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558170358
-SHA256 (tumic0-GPXSee-7.6_GH0.tar.gz) = 50f35e4d898f37ca3e7019c26dbf39069de6e2eaea6ee54d551b03afc317fb2e
-SIZE (tumic0-GPXSee-7.6_GH0.tar.gz) = 4328641
+TIMESTAMP = 1559215163
+SHA256 (tumic0-GPXSee-7.8_GH0.tar.gz) = 3bb5a3a62fabd70ff88b499853bfe5ea334e13cb2f07b78806da503b875e36cd
+SIZE (tumic0-GPXSee-7.8_GH0.tar.gz) = 4330785


More information about the svn-ports-all mailing list