Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 13:45:52 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5d7652601d23 - main - graphics/py-gdal: Update to 3.3.3
Message-ID:  <202111011345.1A1DjqNX049302@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d7652601d2380b249e765a460835ec68ba1dc7e

commit 5d7652601d2380b249e765a460835ec68ba1dc7e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-01 13:25:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-01 13:41:31 +0000

    graphics/py-gdal: Update to 3.3.3
    
    - Update USES=python after py-numpy 1.20.3 update
    
    Changes:        https://github.com/OSGeo/gdal/releases
                    https://github.com/OSGeo/gdal/blob/release/3.3/gdal/NEWS
---
 graphics/py-gdal/Makefile | 4 ++--
 graphics/py-gdal/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile
index b6f44baf5930..6e88f0f2eee7 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -1,7 +1,7 @@
 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	gdal
-PORTVERSION=	3.3.2
+PORTVERSION=	3.3.3
 CATEGORIES=	graphics python
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/../../LICENSE.TXT
 
 LIB_DEPENDS=	libgdal.so:graphics/gdal
 
-USES=		compiler:c++14-lang cpe python:3.6+ tar:xz
+USES=		compiler:c++14-lang cpe python:3.7+ tar:xz
 USE_PYTHON=	autoplist concurrent distutils
 
 USE_CXXSTD=	c++14
diff --git a/graphics/py-gdal/distinfo b/graphics/py-gdal/distinfo
index d0365c8f5dac..9b83861868d4 100644
--- a/graphics/py-gdal/distinfo
+++ b/graphics/py-gdal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632036928
-SHA256 (gdal-3.3.2.tar.xz) = 630e34141cf398c3078d7d8f08bb44e804c65bbf09807b3610dcbfbc37115cc3
-SIZE (gdal-3.3.2.tar.xz) = 12940900
+TIMESTAMP = 1635730919
+SHA256 (gdal-3.3.3.tar.xz) = 1e8fc8b19c77238c7f4c27857d04857b65d8b7e8050d3aac256d70fa48a21e76
+SIZE (gdal-3.3.3.tar.xz) = 12946356



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