diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 17:28:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 17:28:52 +0000 |
commit | 309b8e8b845bf7c552e68812d3f43a37c30af7b0 (patch) | |
tree | 9c1d8bd0cbcb63b4ae7f5e951803de9eeb14ed3d | |
parent | 14479ee7bf6c97708d8371d1794f72755b71275e (diff) | |
download | ports-309b8e8b845bf7c552e68812d3f43a37c30af7b0.tar.gz ports-309b8e8b845bf7c552e68812d3f43a37c30af7b0.zip |
Notes
-rw-r--r-- | graphics/py-rasterio/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-rasterio/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index e81f73688dc0..999a99562b47 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rasterio -PORTVERSION= 1.1.8 +PORTVERSION= 1.2.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,7 @@ BUILD_DEPENDS= gdal>=1.11:graphics/gdal \ RUN_DEPENDS= gdal>=1.11:graphics/gdal \ ${PYTHON_PKGNAMEPREFIX}affine>=0:math/py-affine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=4.0<8:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click-plugins>=0:devel/py-click-plugins@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cligj>=0.5:devel/py-cligj@${PY_FLAVOR} \ diff --git a/graphics/py-rasterio/distinfo b/graphics/py-rasterio/distinfo index d34cdf6b714d..701ead3f2670 100644 --- a/graphics/py-rasterio/distinfo +++ b/graphics/py-rasterio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604480748 -SHA256 (rasterio-1.1.8.tar.gz) = f7cac7e2ecf65b4b1eb78c994c63bd429b67dc679b0bc0ecfe487d3d5bf88fd5 -SIZE (rasterio-1.1.8.tar.gz) = 2103295 +TIMESTAMP = 1611665457 +SHA256 (rasterio-1.2.0.tar.gz) = d1c70ae16f4048dce8292a607f016833c024c941b3eca51cd773fc494172c6eb +SIZE (rasterio-1.2.0.tar.gz) = 2171235 |