svn commit: r548237 - head/graphics/gmt

Loïc Bartoletti lbartoletti at FreeBSD.org
Fri Sep 11 12:07:00 UTC 2020


Author: lbartoletti
Date: Fri Sep 11 12:06:59 2020
New Revision: 548237
URL: https://svnweb.freebsd.org/changeset/ports/548237

Log:
  graphics/gmt: Update to 6.1.1
  
  Changelog:
    - https://forum.generic-mapping-tools.org/t/gmt-6-1-1-has-been-released/839

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

Modified: head/graphics/gmt/Makefile
==============================================================================
--- head/graphics/gmt/Makefile	Fri Sep 11 12:04:45 2020	(r548236)
+++ head/graphics/gmt/Makefile	Fri Sep 11 12:06:59 2020	(r548237)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gmt
-DISTVERSION=	6.1.0
+DISTVERSION=	6.1.1
 CATEGORIES=	graphics
 
 MAINTAINER=	lbartoletti at FreeBSD.org
@@ -20,7 +20,7 @@ RUN_DEPENDS=	bash:shells/bash \
 		GraphicsMagick>0:graphics/GraphicsMagick \
 		ffmpeg>0:multimedia/ffmpeg \
 		xdg-open:devel/xdg-utils \
-		
+
 BUILD_DEPENDS=	${LOCALBASE}/share/dcw-gmt/dcw-gmt.nc:graphics/gmt-dcw \
 		${LOCALBASE}/share/gshhg-gmt/binned_GSHHS_c.nc:graphics/gmt-gshhg
 

Modified: head/graphics/gmt/distinfo
==============================================================================
--- head/graphics/gmt/distinfo	Fri Sep 11 12:04:45 2020	(r548236)
+++ head/graphics/gmt/distinfo	Fri Sep 11 12:06:59 2020	(r548237)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598698714
-SHA256 (GenericMappingTools-gmt-6.1.0_GH0.tar.gz) = f76ad7f444d407dfd7e5762644eec3a719c6aeb06d877bf746fe51abd79b1a9e
-SIZE (GenericMappingTools-gmt-6.1.0_GH0.tar.gz) = 82793190
+TIMESTAMP = 1599818603
+SHA256 (GenericMappingTools-gmt-6.1.1_GH0.tar.gz) = 4cb17f42ff10b8f5fe372956c23f1fa3ca21a8e94933a6c614894f0be33427c1
+SIZE (GenericMappingTools-gmt-6.1.1_GH0.tar.gz) = 84140314

Modified: head/graphics/gmt/pkg-plist
==============================================================================
--- head/graphics/gmt/pkg-plist	Fri Sep 11 12:04:45 2020	(r548236)
+++ head/graphics/gmt/pkg-plist	Fri Sep 11 12:06:59 2020	(r548237)
@@ -78,10 +78,10 @@ include/gmt/x2sys/x2sys.h
 lib/gmt/plugins/supplements.so
 lib/libgmt.so
 lib/libgmt.so.6
-lib/libgmt.so.6.1.0
+lib/libgmt.so.6.1.1
 lib/libpostscriptlight.so
 lib/libpostscriptlight.so.6
-lib/libpostscriptlight.so.6.1.0
+lib/libpostscriptlight.so.6.1.1
 %%DATADIR%%/cpt/abyss.cpt
 %%DATADIR%%/cpt/acton.cpt
 %%DATADIR%%/cpt/bamako.cpt


More information about the svn-ports-all mailing list