pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/matrix-synapse
Module Name: pkgsrc
Committed By: manu
Date: Wed Aug 30 00:23:02 UTC 2023
Modified Files:
pkgsrc/chat/matrix-synapse: options.mk
Log Message:
Fix bad copy/paste: saml2 option is really about SAML2, not SQLite.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/matrix-synapse/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/chat/matrix-synapse/options.mk
diff -u pkgsrc/chat/matrix-synapse/options.mk:1.2 pkgsrc/chat/matrix-synapse/options.mk:1.3
--- pkgsrc/chat/matrix-synapse/options.mk:1.2 Tue Aug 29 14:10:25 2023
+++ pkgsrc/chat/matrix-synapse/options.mk Wed Aug 30 00:23:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2023/08/29 14:10:25 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2023/08/30 00:23:02 manu Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.matrix-synapse
PKG_SUPPORTED_OPTIONS= saml2
@@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= #
.include "../../mk/bsd.options.mk"
#
-# Add SQLite 3 support
+# SAML2 Single Sign-On support
#
.if !empty(PKG_OPTIONS:Msaml2)
PYTHON_VERSIONS_INCOMPATIBLE+= 38 # py-pysaml2
Home |
Main Index |
Thread Index |
Old Index