git: 3427d25f47ac - main - graphics/py-pyproj: Update to 3.2.0

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


The branch main has been updated by sunpoet:

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

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

    graphics/py-pyproj: Update to 3.2.0
    
    Changes:        https://github.com/pyproj4/pyproj/releases
---
 graphics/py-pyproj/Makefile  |  4 ++--
 graphics/py-pyproj/distinfo  |  6 +++---
 graphics/py-pyproj/pkg-plist | 10 +++++++---
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile
index 887b67fe4c41..ba208c00931b 100644
--- a/graphics/py-pyproj/Makefile
+++ b/graphics/py-pyproj/Makefile
@@ -1,7 +1,7 @@
 # Created by: TAOKA Fumiyoshi
 
 PORTNAME=	pyproj
-PORTVERSION=	3.1.0
+PORTVERSION=	3.2.0
 CATEGORIES=	graphics geography python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ MAKE_ENV=	PROJ_DIR=${LOCALBASE}
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyproj/*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/graphics/py-pyproj/distinfo b/graphics/py-pyproj/distinfo
index fb777380cfa7..428c0fbf768b 100644
--- a/graphics/py-pyproj/distinfo
+++ b/graphics/py-pyproj/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622037980
-SHA256 (pyproj-3.1.0.tar.gz) = 67b94f4e694ae33fc90dfb7da0e6b5ed5f671dd0acc2f6cf46e9c39d56e16e1a
-SIZE (pyproj-3.1.0.tar.gz) = 182603
+TIMESTAMP = 1632037182
+SHA256 (pyproj-3.2.0.tar.gz) = 48df0d5ab085bd2dc6db3bca79e20bf15b08ffca4f4e42df6d87b566633b800c
+SIZE (pyproj-3.2.0.tar.gz) = 212708
diff --git a/graphics/py-pyproj/pkg-plist b/graphics/py-pyproj/pkg-plist
index 18d250d9a0e2..6560f493e70f 100644
--- a/graphics/py-pyproj/pkg-plist
+++ b/graphics/py-pyproj/pkg-plist
@@ -1,3 +1,4 @@
+%%PORTDOCS%%%%DOCSDIR%%/Makefile
 %%PORTDOCS%%%%DOCSDIR%%/README.md
 %%PORTDOCS%%%%DOCSDIR%%/advanced_examples.rst
 %%PORTDOCS%%%%DOCSDIR%%/api/aoi.rst
@@ -20,8 +21,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/api/show_versions.rst
 %%PORTDOCS%%%%DOCSDIR%%/api/sync.rst
 %%PORTDOCS%%%%DOCSDIR%%/api/transformer.rst
-%%PORTDOCS%%%%DOCSDIR%%/build_crs_cf.rst
 %%PORTDOCS%%%%DOCSDIR%%/build_crs.rst
+%%PORTDOCS%%%%DOCSDIR%%/build_crs_cf.rst
 %%PORTDOCS%%%%DOCSDIR%%/cli.rst
 %%PORTDOCS%%%%DOCSDIR%%/conf.py
 %%PORTDOCS%%%%DOCSDIR%%/crs_compatibility.rst
@@ -31,7 +32,10 @@
 %%PORTDOCS%%%%DOCSDIR%%/index.rst
 %%PORTDOCS%%%%DOCSDIR%%/installation.rst
 %%PORTDOCS%%%%DOCSDIR%%/make.bat
-%%PORTDOCS%%%%DOCSDIR%%/Makefile
+%%PORTDOCS%%%%DOCSDIR%%/media/icon.png
+%%PORTDOCS%%%%DOCSDIR%%/media/icon.svg
+%%PORTDOCS%%%%DOCSDIR%%/media/logo.png
+%%PORTDOCS%%%%DOCSDIR%%/media/logo.svg
 %%PORTDOCS%%%%DOCSDIR%%/optimize_transformations.rst
 %%PORTDOCS%%%%DOCSDIR%%/past_versions.rst
 %%PORTDOCS%%%%DOCSDIR%%/transformation_grids.rst
@@ -41,8 +45,8 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_cli.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_database.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_datadir.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_datum_shift.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_datum.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_datum_shift.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_doctest_wrapper.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_exception_logging.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_geod.py


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