git: 1967dfaabb35 - main - graphics/py-gdal: Fix make fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 20:57:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1967dfaabb35a1b27d6d2cdbd0d33b3dc56475d4
commit 1967dfaabb35a1b27d6d2cdbd0d33b3dc56475d4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-21 20:53:55 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-21 20:53:55 +0000
graphics/py-gdal: Fix make fetch
---
graphics/py-gdal/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile
index c7a3d9149302..8408dea227f2 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -1,9 +1,8 @@
PORTNAME= gdal
-PORTVERSION= 3.10.0
+PORTVERSION= 3.10
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= gdal-${PORTVERSION:R}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python binding for GDAL