aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2018-03-27 21:22:00 +0800
committerMark Felder <feld@FreeBSD.org>2018-03-27 21:22:00 +0800
commit9f84cc3d5dd864ce3c230cb4effd1b5f17257de3 (patch)
tree6261c3ddca51e043399d48ae7fe5221cd4246181
parenta99447e805681ede99aad415f4c19370a568aac0 (diff)
downloadfreebsd-ports-9f84cc3d5dd864ce3c230cb4effd1b5f17257de3.tar.gz
freebsd-ports-9f84cc3d5dd864ce3c230cb4effd1b5f17257de3.tar.zst
freebsd-ports-9f84cc3d5dd864ce3c230cb4effd1b5f17257de3.zip
net-im/py-matrix-synapse: Update to 0.27.2
Relnotes: https://github.com/matrix-org/synapse/releases/tag/v0.27.2
Notes
Notes: svn path=/head/; revision=465702
-rw-r--r--net-im/py-matrix-synapse/Makefile4
-rw-r--r--net-im/py-matrix-synapse/distinfo6
-rw-r--r--net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py11
3 files changed, 5 insertions, 16 deletions
diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile
index 30a893d3db6d..64fd587982b6 100644
--- a/net-im/py-matrix-synapse/Makefile
+++ b/net-im/py-matrix-synapse/Makefile
@@ -3,7 +3,7 @@
PORTNAME= matrix-synapse
DISTVERSIONPREFIX= v
-DISTVERSION= 0.26.0
+DISTVERSION= 0.27.2
PORTREVISION= 0
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${FLAV
${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.1.0:devel/py-unpaddedbase64@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.0.0:devel/py-canonicaljson@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}signedjson>=1.0.0:security/py-signedjson@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pynacl>=1.0.1:security/py-pynacl@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.2.1:security/py-pynacl@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}service_identity>=16.0:security/py-service_identity@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=16.6.0:devel/py-twisted@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${FLAVOR} \
diff --git a/net-im/py-matrix-synapse/distinfo b/net-im/py-matrix-synapse/distinfo
index 065a854dbb6f..92327a3efd85 100644
--- a/net-im/py-matrix-synapse/distinfo
+++ b/net-im/py-matrix-synapse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515163965
-SHA256 (matrix-org-synapse-v0.26.0_GH0.tar.gz) = 234dd5fa44895e855d11fbf50de9184d057977b10b296f594d2c3758f693eff3
-SIZE (matrix-org-synapse-v0.26.0_GH0.tar.gz) = 897983
+TIMESTAMP = 1522156316
+SHA256 (matrix-org-synapse-v0.27.2_GH0.tar.gz) = 01080b19f66779335eb68d203c34a4caf681d3c3ed66a1ebd923dcd0833effa2
+SIZE (matrix-org-synapse-v0.27.2_GH0.tar.gz) = 932894
diff --git a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
deleted file mode 100644
index f6240a427ed3..000000000000
--- a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- synapse/python_dependencies.py.orig 2017-01-17 17:50:56 UTC
-+++ synapse/python_dependencies.py
-@@ -22,7 +22,7 @@ REQUIREMENTS = {
- "unpaddedbase64>=1.1.0": ["unpaddedbase64>=1.1.0"],
- "canonicaljson>=1.0.0": ["canonicaljson>=1.0.0"],
- "signedjson>=1.0.0": ["signedjson>=1.0.0"],
-- "pynacl==0.3.0": ["nacl==0.3.0", "nacl.bindings"],
-+ "pynacl>=0.3.0": ["nacl>=0.3.0", "nacl.bindings"],
- "service_identity>=1.0.0": ["service_identity>=1.0.0"],
- "Twisted>=15.1.0": ["twisted>=15.1.0"],
- "pyopenssl>=0.14": ["OpenSSL>=0.14"],