pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/qgis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 20 13:30:04 UTC 2023

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
qgis: add missing py-owslib dependency

Bump PKGREVISION.

Ok gdt@


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pkgsrc/geography/qgis/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/qgis/Makefile
diff -u pkgsrc/geography/qgis/Makefile:1.167 pkgsrc/geography/qgis/Makefile:1.168
--- pkgsrc/geography/qgis/Makefile:1.167        Wed Mar 15 12:36:38 2023
+++ pkgsrc/geography/qgis/Makefile      Mon Mar 20 13:30:04 2023
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.167 2023/03/15 12:36:38 gdt Exp $
+# $NetBSD: Makefile,v 1.168 2023/03/20 13:30:04 wiz Exp $
 
 # This is intentionally 3.28 Long Term Release.  Please do not update
 # to later branches, and instead discuss whether/how we want multiple
 # versions.
 DISTNAME=      qgis-3.28.4
+PKGREVISION=   1
 CATEGORIES=    geography
 MASTER_SITES=  https://qgis.org/downloads/
 EXTRACT_SUFX=  .tar.bz2
@@ -74,7 +75,7 @@ DEPENDS+=     ${PYPKGPREFIX}-markupsafe-[0-9
 # for quickosm
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 # for metasearch
-#DEPENDS+=     ${PYPKGPREFIX}-wip-[0-9]*:../../wip/py-owslib
+DEPENDS+=      ${PYPKGPREFIX}-owslib-[0-9]*:../../geography/py-owslib
 
 CMAKE_ARGS+=   -DWITH_QTWEBKIT=FALSE
 CMAKE_ARGS+=   -DQWT_DIR=${QWT_DIR}



Home | Main Index | Thread Index | Old Index