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:           Thu Sep 10 21:57:27 UTC 2020

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

Log Message:
chat/matrix-synapse: Add missing dependency for url_preview


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/chat/matrix-synapse/Makefile:1.4
--- pkgsrc/chat/matrix-synapse/Makefile:1.3     Fri Sep  4 21:18:36 2020
+++ pkgsrc/chat/matrix-synapse/Makefile Thu Sep 10 21:57:27 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/09/04 21:18:36 js Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/10 21:57:27 js Exp $
 
 DISTNAME=      matrix-synapse-1.19.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=matrix-org/}
 EGG_NAME=      matrix_synapse-${PKGVERSION_NOREV}
@@ -43,6 +43,7 @@ DEPENDS+=     ${PYPKGPREFIX}-jinja2>=2.9:../
 DEPENDS+=      ${PYPKGPREFIX}-bleach>=1.4.3:../../www/py-bleach
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
 DEPENDS+=      ${PYPKGPREFIX}-psycopg2>=2.7:../../databases/py-psycopg2
+DEPENDS+=      ${PYPKGPREFIX}-lxml>=3.5.0:../../textproc/py-lxml
 
 USE_LANGUAGES= # none
 USE_TOOLS+=    perl:run



Home | Main Index | Thread Index | Old Index