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: adam
Date: Sat Feb 3 18:26:05 UTC 2024
Modified Files:
pkgsrc/chat/matrix-synapse: Makefile
pkgsrc/chat/matrix-synapse/files: README.pkgsrc.NetBSD.txt
Log Message:
matrix-synapse: resurrect optional dependencies; fix a typo
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/chat/matrix-synapse/Makefile
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt
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.91 pkgsrc/chat/matrix-synapse/Makefile:1.92
--- pkgsrc/chat/matrix-synapse/Makefile:1.91 Wed Jan 31 00:05:14 2024
+++ pkgsrc/chat/matrix-synapse/Makefile Sat Feb 3 18:26:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2024/01/31 00:05:14 adam Exp $
+# $NetBSD: Makefile,v 1.92 2024/02/03 18:26:05 adam Exp $
DISTNAME= matrix-synapse-1.98.0
CATEGORIES= chat
@@ -46,8 +46,15 @@ DEPENDS+= ${PYPKGPREFIX}-twisted>=18.9.0
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0.1:../../devel/py-typing-extensions
DEPENDS+= ${PYPKGPREFIX}-unpaddedbase64>=1.1.0:../../devel/py-unpaddedbase64
DEPENDS+= ${PYPKGPREFIX}-yaml>=3.13:../../textproc/py-yaml
+# jwt/oidc
+DEPENDS+= ${PYPKGPREFIX}-authlib>=0.15.1:../../security/py-authlib
+# postgres
+DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.8:../../databases/py-psycopg2
+# url-preview
+DEPENDS+= ${PYPKGPREFIX}-lxml>=4.2.0:../../textproc/py-lxml
# NB: synapse needs features missing in NetBSD base system sqlite, and probably
# missing in other builds.
+TEST_DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
PYTHON_VERSIONS_INCOMPATIBLE= 27
Index: pkgsrc/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt
diff -u pkgsrc/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt:1.2 pkgsrc/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt:1.3
--- pkgsrc/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt:1.2 Fri Oct 28 19:19:35 2022
+++ pkgsrc/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt Sat Feb 3 18:26:05 2024
@@ -1,4 +1,4 @@
The builtin SQLite3 in NetBSD lacks features needed by Synapse. In
addition, the version in NetBSD 9 is too old. To use Synapse with
-SQLite3, one must build with pgksrc sqlite3, via
+SQLite3, one must build with pkgsrc sqlite3, via
PREFER_PKGSRC+=sqlite3.
Home |
Main Index |
Thread Index |
Old Index