svn commit: r501951 - head/graphics/gpxsee

Jochen Neumeister joneum at FreeBSD.org
Sat May 18 11:17:38 UTC 2019


Author: joneum
Date: Sat May 18 11:17:37 2019
New Revision: 501951
URL: https://svnweb.freebsd.org/changeset/ports/501951

Log:
  Update to 7.6
  
  Changelog:
    * Added support for Garmin IMG maps.
    * Fixed coordinates info display issues.
    * Fixed rendering of large areas using OpenGL.
    * Fixed broken speed type switch.
    * Added support for geotagged JPEG images.
  
  PR:		237895
  Submitted by:	Nikolay Korotkiy <sikmir at gmail.com> (maintainer)
  Sponsored by:	Netzkommune GmbH

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

Modified: head/graphics/gpxsee/Makefile
==============================================================================
--- head/graphics/gpxsee/Makefile	Sat May 18 11:15:00 2019	(r501950)
+++ head/graphics/gpxsee/Makefile	Sat May 18 11:17:37 2019	(r501951)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gpxsee
-DISTVERSION=	7.4
+DISTVERSION=	7.6
 CATEGORIES=	graphics geography
 
 MAINTAINER=	sikmir at gmail.com

Modified: head/graphics/gpxsee/distinfo
==============================================================================
--- head/graphics/gpxsee/distinfo	Sat May 18 11:15:00 2019	(r501950)
+++ head/graphics/gpxsee/distinfo	Sat May 18 11:17:37 2019	(r501951)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552587998
-SHA256 (tumic0-GPXSee-7.4_GH0.tar.gz) = a0c6b5093a2d34a90b6f715bf607baada0b6174099d033f656f80b9cb46ad71e
-SIZE (tumic0-GPXSee-7.4_GH0.tar.gz) = 4300399
+TIMESTAMP = 1558170358
+SHA256 (tumic0-GPXSee-7.6_GH0.tar.gz) = 50f35e4d898f37ca3e7019c26dbf39069de6e2eaea6ee54d551b03afc317fb2e
+SIZE (tumic0-GPXSee-7.6_GH0.tar.gz) = 4328641


More information about the svn-ports-all mailing list