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:   js
Date:           Fri Sep  8 20:42:52 UTC 2023

Modified Files:
        pkgsrc/chat/matrix-synapse: PLIST

Log Message:
Ouch. Actually correct PLIST this time.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/chat/matrix-synapse/PLIST

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/PLIST
diff -u pkgsrc/chat/matrix-synapse/PLIST:1.45 pkgsrc/chat/matrix-synapse/PLIST:1.46
--- pkgsrc/chat/matrix-synapse/PLIST:1.45       Fri Sep  8 20:33:34 2023
+++ pkgsrc/chat/matrix-synapse/PLIST    Fri Sep  8 20:42:52 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.45 2023/09/08 20:33:34 js Exp $
+@comment $NetBSD: PLIST,v 1.46 2023/09/08 20:42:52 js Exp $
 bin/export_signing_key
 bin/generate_config
 bin/generate_log_config
@@ -162,6 +162,8 @@ ${PYSITELIB}/synapse/config/modules.py
 ${PYSITELIB}/synapse/config/modules.pyc
 ${PYSITELIB}/synapse/config/oembed.py
 ${PYSITELIB}/synapse/config/oembed.pyc
+${PYSITELIB}/synapse/config/oidc.py
+${PYSITELIB}/synapse/config/oidc.pyc
 ${PYSITELIB}/synapse/config/password_auth_providers.py
 ${PYSITELIB}/synapse/config/password_auth_providers.pyc
 ${PYSITELIB}/synapse/config/push.py
@@ -300,6 +302,8 @@ ${PYSITELIB}/synapse/handlers/jwt.py
 ${PYSITELIB}/synapse/handlers/jwt.pyc
 ${PYSITELIB}/synapse/handlers/message.py
 ${PYSITELIB}/synapse/handlers/message.pyc
+${PYSITELIB}/synapse/handlers/oidc.py
+${PYSITELIB}/synapse/handlers/oidc.pyc
 ${PYSITELIB}/synapse/handlers/pagination.py
 ${PYSITELIB}/synapse/handlers/pagination.pyc
 ${PYSITELIB}/synapse/handlers/password_policy.py
@@ -603,8 +607,6 @@ ${PYSITELIB}/synapse/rest/admin/federati
 ${PYSITELIB}/synapse/rest/admin/federation.pyc
 ${PYSITELIB}/synapse/rest/admin/media.py
 ${PYSITELIB}/synapse/rest/admin/media.pyc
-${PYSITELIB}/synapse/rest/admin/oidc.py
-${PYSITELIB}/synapse/rest/admin/oidc.pyc
 ${PYSITELIB}/synapse/rest/admin/registration_tokens.py
 ${PYSITELIB}/synapse/rest/admin/registration_tokens.pyc
 ${PYSITELIB}/synapse/rest/admin/rooms.py



Home | Main Index | Thread Index | Old Index