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:   gdt
Date:           Wed Jun 24 21:49:20 UTC 2020

Modified Files:
        pkgsrc/geography/qgis: Makefile options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/geography/qgis/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/geography/qgis/options.mk

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.95 pkgsrc/geography/qgis/Makefile:1.96
--- pkgsrc/geography/qgis/Makefile:1.95 Sun Jun 21 21:19:11 2020
+++ pkgsrc/geography/qgis/Makefile      Wed Jun 24 21:49:20 2020
@@ -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@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)

Index: pkgsrc/geography/qgis/options.mk
diff -u pkgsrc/geography/qgis/options.mk:1.17 pkgsrc/geography/qgis/options.mk:1.18
--- pkgsrc/geography/qgis/options.mk:1.17       Sun Jun 21 13:51:49 2020
+++ pkgsrc/geography/qgis/options.mk    Wed Jun 24 21:49:20 2020
@@ -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