aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/Makefile
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2022-09-01 07:12:02 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2022-09-19 18:13:32 +0000
commite567212956ec949c2caf19607c23cae02bb20aa1 (patch)
tree65994b7c2c8453183379f310ce8dab0b5353fe0b /net-im/py-matrix-synapse/Makefile
parent1964c314c14d70820b965c0c22f6c3e55bc9ee9c (diff)
downloadports-e567212956ec949c2caf19607c23cae02bb20aa1.tar.gz
ports-e567212956ec949c2caf19607c23cae02bb20aa1.zip
net-im/py-matrix-synapse: Update to 1.67.0
Approved by: Sascha Biberhofer <ports at skyforge dot at> (maintainer)
Diffstat (limited to 'net-im/py-matrix-synapse/Makefile')
-rw-r--r--net-im/py-matrix-synapse/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile
index ddb9ff96e1d9..d3188ea1eb67 100644
--- a/net-im/py-matrix-synapse/Makefile
+++ b/net-im/py-matrix-synapse/Makefile
@@ -1,5 +1,5 @@
PORTNAME= matrix-synapse
-DISTVERSION= 1.65.0
+DISTVERSION= 1.67.0
CATEGORIES= net-im python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -43,6 +43,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0:devel/py-jsonschema@${PY_F
${PYTHON_PKGNAMEPREFIX}ijson>=3.1.4:devel/py-ijson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=16.1:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matrix-common>=1.2.1:devel/py-matrix-common@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pydantic>=1.7.4:devel/py-pydantic@${PY_FLAVOR} \
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=15.0:devel/py-virtualenv@${PY_FLAVOR} \