Date: Sat, 18 May 2019 11:17:37 +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: r501951 - head/graphics/gpxsee Message-ID: <201905181117.x4IBHbTm036929@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905181117.x4IBHbTm036929>