diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-07 16:11:53 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-07 16:11:53 +0000 |
commit | 0cf3172f1690031e1a6543d81f6619e5057dddd9 (patch) | |
tree | 32d3c49730f75978d58e0efcdbed2fbae01bc6de /science | |
parent | 90c70cc23d260f2d416acdfd1f07337a4bbe217a (diff) |
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 'science')
-rw-r--r-- | science/py-pycsw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-pycsw/Makefile b/science/py-pycsw/Makefile index 1e52ee8b6c27..94db110d6341 100644 --- a/science/py-pycsw/Makefile +++ b/science/py-pycsw/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geolinks>=0:science/py-geolinks@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}OWSLib>=0:graphics/py-OWSLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=0:graphics/py-pyproj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Shapely>=0:devel/py-shapely@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}shapely>=0:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR} USES= cpe python:3.8+ |