Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 14:02:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562677 - head/graphics/py-gdal
Message-ID:  <202101261402.10QE2DKd083909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 14:02:13 2021
New Revision: 562677
URL: https://svnweb.freebsd.org/changeset/ports/562677

Log:
  Update to 3.2.1
  
  Changes:	https://github.com/OSGeo/gdal/blob/release/3.2/gdal/NEWS

Modified:
  head/graphics/py-gdal/Makefile
  head/graphics/py-gdal/distinfo

Modified: head/graphics/py-gdal/Makefile
==============================================================================
--- head/graphics/py-gdal/Makefile	Tue Jan 26 14:02:06 2021	(r562676)
+++ head/graphics/py-gdal/Makefile	Tue Jan 26 14:02:13 2021	(r562677)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gdal
-PORTVERSION=	3.1.4
+PORTVERSION=	3.2.1
 CATEGORIES=	graphics python
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -19,10 +19,10 @@ LIB_DEPENDS=	libgdal.so:graphics/gdal
 OPTIONS_DEFINE=	NUMPY
 NUMPY_DESC=	Enable array support via NumPy
 
-USES=		compiler:c++11-lang python:3.6+ shebangfix tar:xz
+USES=		compiler:c++14-lang python:3.6+ shebangfix tar:xz
 USE_PYTHON=	autoplist concurrent distutils
 
-USE_CXXSTD=	c++11
+USE_CXXSTD=	c++14
 WRKSRC_SUBDIR=	swig/python
 
 SHEBANG_FILES=	scripts/*.py

Modified: head/graphics/py-gdal/distinfo
==============================================================================
--- head/graphics/py-gdal/distinfo	Tue Jan 26 14:02:06 2021	(r562676)
+++ head/graphics/py-gdal/distinfo	Tue Jan 26 14:02:13 2021	(r562677)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604680086
-SHA256 (gdal-3.1.4.tar.xz) = 7b82486f71c71cec61f9b237116212ce18ef6b90f068cbbf9f7de4fc50b576a8
-SIZE (gdal-3.1.4.tar.xz) = 12092576
+TIMESTAMP = 1609951574
+SHA256 (gdal-3.2.1.tar.xz) = 6c588b58fcb63ff3f288eb9f02d76791c0955ba9210d98c3abd879c770ae28ea
+SIZE (gdal-3.2.1.tar.xz) = 12184208



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261402.10QE2DKd083909>