git: a573a155e3cb - main - graphics/py-rasterio: Update to 1.2.8

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 21 03:52:33 UTC 2021


The branch main has been updated by sunpoet:

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

commit a573a155e3cb6250400b236d7591be0dad5de291
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:13:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 03:44:48 +0000

    graphics/py-rasterio: Update to 1.2.8
    
    Changes:        https://github.com/mapbox/rasterio/blob/master/CHANGES.txt
---
 graphics/py-rasterio/Makefile | 5 ++---
 graphics/py-rasterio/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile
index d5dc7e482e34..5e8c30c74dd3 100644
--- a/graphics/py-rasterio/Makefile
+++ b/graphics/py-rasterio/Makefile
@@ -1,8 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	rasterio
-PORTVERSION=	1.2.6
-PORTREVISION=	1
+PORTVERSION=	1.2.8
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -36,6 +35,6 @@ PLOT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_F
 S3_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}boto3>=1.2.4:www/py-boto3@${PY_FLAVOR}
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rasterio/*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.mk>
diff --git a/graphics/py-rasterio/distinfo b/graphics/py-rasterio/distinfo
index 4791d898b65f..8fd4264b5e06 100644
--- a/graphics/py-rasterio/distinfo
+++ b/graphics/py-rasterio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624630116
-SHA256 (rasterio-1.2.6.tar.gz) = 24975b97fe2fc3fd282d59640baab19de431448e1b23be6b85b68fecc1362f88
-SIZE (rasterio-1.2.6.tar.gz) = 2246506
+TIMESTAMP = 1632037184
+SHA256 (rasterio-1.2.8.tar.gz) = 8196b7a71fea3c1573dd48d9ab0e78955e1d26e81848cce318c4930bd96782fe
+SIZE (rasterio-1.2.8.tar.gz) = 2249388


More information about the dev-commits-ports-main mailing list