summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-06-24 21:49:20 +0000
committergdt <gdt@pkgsrc.org>2020-06-24 21:49:20 +0000
commitb6640963e2420be0739753b9d289367b3230d318 (patch)
tree20b660d3ed46ce3464db2050bfb338de0b0a828f /geography
parent99fcb73b239435fb396051b1bb45851c273e18ca (diff)
downloadpkgsrc-b6640963e2420be0739753b9d289367b3230d318.tar.gz
geography/qgis: Update MAINTAINER, comment on python option.
(This is a comment-only change.) Set primary MAINTAINER to gdt, following discussion among the maintainer group. State a plan to delete the python option (with python support being always on) after the branch.
Diffstat (limited to 'geography')
-rw-r--r--geography/qgis/Makefile6
-rw-r--r--geography/qgis/options.mk10
2 files changed, 9 insertions, 7 deletions
diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile
index a70656a97dd..74c8cbcc9d8 100644
--- a/geography/qgis/Makefile
+++ b/geography/qgis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2020/06/21 21:19:11 gdt Exp $
+# $NetBSD: Makefile,v 1.96 2020/06/24 21:49:20 gdt Exp $
# This is intentionally 3.10 Long Term Release. Please do not update
# to 3.14, and instead discuss whether/how we want multiple versions.
@@ -7,8 +7,8 @@ CATEGORIES= geography
MASTER_SITES= https://qgis.org/downloads/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= brook@nmsu.edu
-#MAINTAINER+= gdt@NetBSD.orrg
+MAINTAINER= gdt@NetBSD.org
+#MAINTAINER+= brook@nmsu.edu
#MAINTAINER+= bouyer@NetBSD.orrg
HOMEPAGE= http://www.qgis.org/
COMMENT= Geographic Information System (GIS)
diff --git a/geography/qgis/options.mk b/geography/qgis/options.mk
index 7eaf8cee501..dc312c7e914 100644
--- a/geography/qgis/options.mk
+++ b/geography/qgis/options.mk
@@ -1,10 +1,12 @@
-# $NetBSD: options.mk,v 1.17 2020/06/21 13:51:49 gdt Exp $
+# $NetBSD: options.mk,v 1.18 2020/06/24 21:49:20 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qgis
PKG_SUPPORTED_OPTIONS= python
-# \todo Explain why there is even an option; python is so central and
-# qgis is so huge that it is hard to imagine someone wanting to build
-# qgis without python.
+# \todo After 2020Q2, drop python option (making it on). Python
+# within qgis is so huge that it is hard to imagine someone wanting to
+# build qgis without python, and the cost of that theoretical person
+# putting up with a few more bits is smaller than the maintenance pain
+# of having an option.
PKG_SUGGESTED_OPTIONS+= python
.include "../../mk/bsd.options.mk"