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:   gdt
Date:           Mon Feb  2 21:08:26 UTC 2026

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

Log Message:
chat/matrix-synapse: Unimportant pkglint-flagged whitespace fix


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/chat/matrix-synapse/Makefile

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/Makefile
diff -u pkgsrc/chat/matrix-synapse/Makefile:1.122 pkgsrc/chat/matrix-synapse/Makefile:1.123
--- pkgsrc/chat/matrix-synapse/Makefile:1.122   Mon Feb  2 21:07:36 2026
+++ pkgsrc/chat/matrix-synapse/Makefile Mon Feb  2 21:08:26 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2026/02/02 21:07:36 gdt Exp $
+# $NetBSD: Makefile,v 1.123 2026/02/02 21:08:26 gdt Exp $
 
 DISTNAME=      matrix-synapse-1.146.0
 #PKGREVISION=  0
@@ -71,7 +71,7 @@ DEPENDS+=     ${PYPKGPREFIX}-python-multipar
 # crashes if it is not present, because it ends up in
 # /usr/pkg/lib/python3.13/site-packages/matrix_synapse-1.146.0.dist-info/METADATA
 # The version is taken from METADATA.  However, I can find no actual usage.
-DEPENDS+= ${PYPKGPREFIX}-pyrsistent>=0.18.0:../../devel/py-pyrsistent
+DEPENDS+=      ${PYPKGPREFIX}-pyrsistent>=0.18.0:../../devel/py-pyrsistent
 
 # A separate issue is that upstream claims pyrsistent is required via
 # jsonschema, but the pkgsrc jsonschema package and its pyproject.toml



Home | Main Index | Thread Index | Old Index