svn commit: r516231 - head/graphics/gpxsee

Kai Knoblich kai at FreeBSD.org
Fri Nov 1 15:35:57 UTC 2019


Author: kai
Date: Fri Nov  1 15:35:56 2019
New Revision: 516231
URL: https://svnweb.freebsd.org/changeset/ports/516231

Log:
  graphics/gpxsee: Update to 7.15
  
  Changelog:
  
  * Fixed broken align of zoom level 0 with tiles of a different size
    than 256px.
  * Increased the default tile cache to 256MB
  * IMG maps text layout tweaking and optimization.
  
  PR:		241443
  Submitted by:	Nikolay Korotkiy <sikmir at gmail.com> (maintainer)
  MFH:		2019Q4

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

Modified: head/graphics/gpxsee/Makefile
==============================================================================
--- head/graphics/gpxsee/Makefile	Fri Nov  1 15:34:21 2019	(r516230)
+++ head/graphics/gpxsee/Makefile	Fri Nov  1 15:35:56 2019	(r516231)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gpxsee
-DISTVERSION=	7.14
+DISTVERSION=	7.15
 CATEGORIES=	graphics geography
 
 MAINTAINER=	sikmir at gmail.com

Modified: head/graphics/gpxsee/distinfo
==============================================================================
--- head/graphics/gpxsee/distinfo	Fri Nov  1 15:34:21 2019	(r516230)
+++ head/graphics/gpxsee/distinfo	Fri Nov  1 15:35:56 2019	(r516231)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569937542
-SHA256 (tumic0-GPXSee-7.14_GH0.tar.gz) = 034b0be48fdb5608498872f7e8bae5556c323b6a18deed3faf9c6dfb33f292f3
-SIZE (tumic0-GPXSee-7.14_GH0.tar.gz) = 4696636
+TIMESTAMP = 1571821665
+SHA256 (tumic0-GPXSee-7.15_GH0.tar.gz) = 49e4f1b8d394af9dd4cb13d1c6e3937a7544506596e01ae2239acb47694d8958
+SIZE (tumic0-GPXSee-7.15_GH0.tar.gz) = 4696645


More information about the svn-ports-head mailing list