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:           Sun Jun  6 10:12:20 UTC 2021

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

Log Message:
chat/matrix-synapse: Add missing py-ijson dependency


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/chat/matrix-synapse/Makefile:1.27
--- pkgsrc/chat/matrix-synapse/Makefile:1.26    Sun Jun  6 09:40:34 2021
+++ pkgsrc/chat/matrix-synapse/Makefile Sun Jun  6 10:12:20 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2021/06/06 09:40:34 js Exp $
+# $NetBSD: Makefile,v 1.27 2021/06/06 10:12:20 js Exp $
 
 DISTNAME=      matrix-synapse-1.35.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=matrix-org/}
 EGG_NAME=      matrix_synapse-${PKGVERSION_NOREV}
@@ -41,6 +41,7 @@ DEPENDS+=     ${PYPKGPREFIX}-netaddr>=0.7.18
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.9:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-bleach>=1.4.3:../../www/py-bleach
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
+DEPENDS+=      ${PYPKGPREFIX}-ijson>=3.0:../../devel/py-ijson
 DEPENDS+=      ${PYPKGPREFIX}-psycopg2>=2.7:../../databases/py-psycopg2
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=3.5.0:../../textproc/py-lxml
 



Home | Main Index | Thread Index | Old Index