graphics/py-gdal: Enable NUMPY option by default

- Bump PORTREVISION for dependency and package change
This commit is contained in:
Po-Chuan Hsieh
2025-05-29 12:43:35 +08:00
parent d14df16cd6
commit f27163fa16
+2
View File
@@ -1,5 +1,6 @@
PORTNAME= gdal
PORTVERSION= 3.11.0
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +22,7 @@ USE_PYTHON= autoplist concurrent pep517
CPE_VENDOR= osgeo
OPTIONS_DEFINE= NUMPY
OPTIONS_DEFAULT=NUMPY
NUMPY_DESC= Enable array support via NumPy
NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR}