aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-cartopy
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-07 16:11:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-07 16:11:53 +0000
commit0cf3172f1690031e1a6543d81f6619e5057dddd9 (patch)
tree32d3c49730f75978d58e0efcdbed2fbae01bc6de /graphics/py-cartopy
parent90c70cc23d260f2d416acdfd1f07337a4bbe217a (diff)
downloadports-0cf3172f1690031e1a6543d81f6619e5057dddd9.tar.gz
ports-0cf3172f1690031e1a6543d81f6619e5057dddd9.zip
devel/py-shapely: Fix PORTNAME and WWW
- Bump PORTREVISION for package change It is to minimize the patch of 2.0.1 update. Upstream also changed the tarball from Shapely to shapely. Approved by: portmgr (blanket) With hat: python
Diffstat (limited to 'graphics/py-cartopy')
-rw-r--r--graphics/py-cartopy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-cartopy/Makefile b/graphics/py-cartopy/Makefile
index 9d4b654e4346..6daa8417fb93 100644
--- a/graphics/py-cartopy/Makefile
+++ b/graphics/py-cartopy/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.1:math/py-matplotlib@${PY_FLAV
${PYTHON_PKGNAMEPREFIX}numpy>=1.19,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproj>=3.0.0:graphics/py-pyproj@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyshp>=2.1:devel/py-pyshp@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Shapely>=1.6.4:devel/py-shapely@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}shapely>=1.6.4:devel/py-shapely@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR}
USES= python:3.8+