Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2022 18:13:08 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b554f0a4f3d6 - main - graphics/qgis: Update USES=python
Message-ID:  <202209101813.28AID8YO020703@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit b554f0a4f3d694c745d06204ffae676bcf093eb8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 18:11:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 18:11:33 +0000

    graphics/qgis: Update USES=python
    
    graphics/py-pyproj requires Python 3.8+
---
 graphics/qgis/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 99513d7bedaa..06423e3dac5f 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -98,7 +98,7 @@ RUN_DEPENDS=	astyle:devel/astyle \
 
 ### Fortran is needed by numpy, GRASS, etc.
 USES=		bison cmake compiler:features desktop-file-utils \
-		fortran gl gmake gnome pgsql pyqt:5 python:3.7+ qca qt:5 \
+		fortran gl gmake gnome pgsql pyqt:5 python:3.8+ qca qt:5 \
 		shebangfix sqlite:3 tar:bz2
 USE_GL=		gl
 USE_GNOME=	libxml2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209101813.28AID8YO020703>