Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/qgis geography/qgis: Update MAINTAINER, comm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59d1185a57cb
branches:  trunk
changeset: 434875:59d1185a57cb
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jun 24 21:49:20 2020 +0000

description:
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:

 geography/qgis/Makefile   |   6 +++---
 geography/qgis/options.mk |  10 ++++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r f91926d9c21d -r 59d1185a57cb geography/qgis/Makefile
--- a/geography/qgis/Makefile   Wed Jun 24 20:35:00 2020 +0000
+++ b/geography/qgis/Makefile   Wed Jun 24 21:49:20 2020 +0000
@@ -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 @@
 MASTER_SITES=  https://qgis.org/downloads/
 EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    brook%nmsu.edu@localhost
-#MAINTAINER+=  gdt%NetBSD.orrg@localhost
+MAINTAINER=    gdt%NetBSD.org@localhost
+#MAINTAINER+=  brook%nmsu.edu@localhost
 #MAINTAINER+=  bouyer%NetBSD.orrg@localhost
 HOMEPAGE=      http://www.qgis.org/
 COMMENT=       Geographic Information System (GIS)
diff -r f91926d9c21d -r 59d1185a57cb geography/qgis/options.mk
--- a/geography/qgis/options.mk Wed Jun 24 20:35:00 2020 +0000
+++ b/geography/qgis/options.mk Wed Jun 24 21:49:20 2020 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index