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 Jul  1 21:13:05 UTC 2021

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

Log Message:
chat/matrix-synapse: Fix dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/chat/matrix-synapse/Makefile:1.30
--- pkgsrc/chat/matrix-synapse/Makefile:1.29    Thu Jul  1 13:42:59 2021
+++ pkgsrc/chat/matrix-synapse/Makefile Thu Jul  1 21:13:04 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2021/07/01 13:42:59 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2021/07/01 21:13:04 js Exp $
 
 DISTNAME=      matrix-synapse-1.37.1
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=matrix-org/}
 EGG_NAME=      matrix_synapse-${PKGVERSION_NOREV}
@@ -35,7 +36,7 @@ DEPENDS+=     ${PYPKGPREFIX}-msgpack>=0.5.2:
 DEPENDS+=      ${PYPKGPREFIX}-phonenumbers>=8.2.0:../../textproc/py-phonenumbers
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-prometheus_client>=0.8.0:../../net/py-prometheus_client
-DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.1.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-netaddr>=0.7.18:../../net/py-netaddr
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.9:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-bleach>=1.4.3:../../www/py-bleach



Home | Main Index | Thread Index | Old Index