Update net-im/libqmatrixclient and consumers
New release of libqmatrixclient https://github.com/QMatrixClient/libqmatrixclient/releases/tag/0.5.1.2 with crash fixes when there are expired tokens or abandoned connections. This helps when clients are stuck showing some dialog and the connection goes away under water. New RC of quaternion, using the updated library. https://github.com/QMatrixClient/Quaternion/releases/tag/0.0.9.4-rc3 Needs a PORTREVISION bump because I'm using DISTVERSIONSUFFIX. This will go away when 0.0.9.5 is reached. Bump spectral so that it picks up the new libqmatrixclient.
This commit is contained in:
parent
57058e7950
commit
ca7433bad3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499308
6 changed files with 10 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libqmatrixclient
|
||||
DISTVERSION= 0.5.1.1
|
||||
DISTVERSION= 0.5.1.2
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1555102519
|
||||
SHA256 (QMatrixClient-libqmatrixclient-0.5.1.1_GH0.tar.gz) = 229c14d87d836fe825e966ec4f0db4f1ae563d834e20acc00ed277c6643fdb3d
|
||||
SIZE (QMatrixClient-libqmatrixclient-0.5.1.1_GH0.tar.gz) = 519601
|
||||
TIMESTAMP = 1555612770
|
||||
SHA256 (QMatrixClient-libqmatrixclient-0.5.1.2_GH0.tar.gz) = c5de2aaef010a1d4d1d81c711bc983366d41c482487c828db3f0e6fa7a6e050d
|
||||
SIZE (QMatrixClient-libqmatrixclient-0.5.1.2_GH0.tar.gz) = 520003
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
PORTNAME= Quaternion
|
||||
DISTVERSION= 0.0.9.4
|
||||
DISTVERSIONSUFFIX= -beta1
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -rc3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1551992742
|
||||
SHA256 (QMatrixClient-Quaternion-0.0.9.4-beta1_GH0.tar.gz) = 30926f47c7941ae25d4d758ce376d81bbe574cbe32497b37371f2a1075b00b5a
|
||||
SIZE (QMatrixClient-Quaternion-0.0.9.4-beta1_GH0.tar.gz) = 1010611
|
||||
TIMESTAMP = 1555612772
|
||||
SHA256 (QMatrixClient-Quaternion-0.0.9.4-rc3_GH0.tar.gz) = eb1ae6599595405840b534ee157975e2f6608dab87ddf0d369ed90812caa8c1d
|
||||
SIZE (QMatrixClient-Quaternion-0.0.9.4-rc3_GH0.tar.gz) = 1017945
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
bin/quaternion
|
||||
share/QMatrixClient/quaternion/translations/quaternion_de_DE.qm
|
||||
share/QMatrixClient/quaternion/translations/quaternion_en.qm
|
||||
share/QMatrixClient/quaternion/translations/quaternion_en_GB.qm
|
||||
share/QMatrixClient/quaternion/translations/quaternion_pl.qm
|
||||
share/QMatrixClient/quaternion/translations/quaternion_ru.qm
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= spectral
|
||||
PORTVERSION= 464
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue