Update libqmatrixclient and some consumers

- new "sustaining" libqmatrixclient (er .. Quotient) release wth
  improvements in SSO and reduction in crashes.
	https://github.com/quotient-im/libQuotient/releases/tag/0.5.3
	https://github.com/quotient-im/libQuotient/releases/tag/0.5.3.1
- chase a newer rc for quaternion (a technical-minded Matrix client)
- bump the requirements in Spectral

There is a newer Spectral release as well, but it seems to be
incompatible with this libQuotient -- needs CMake support that
libQuotient does not install.
This commit is contained in:
Adriaan de Groot 2020-04-01 09:02:33 +00:00
parent bcfbc9f97b
commit a1f9eeff23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530207
6 changed files with 13 additions and 13 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libqmatrixclient
DISTVERSION= 0.5.2
PORTREVISION= 1
DISTVERSION= 0.5.3.1
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1559827129
SHA256 (quotient-im-libQuotient-0.5.2_GH0.tar.gz) = 1848bc0af53ce42c2b1a1a4fdeccb054af1f9e0f765cadf609f62727ce23dfd2
SIZE (quotient-im-libQuotient-0.5.2_GH0.tar.gz) = 520642
TIMESTAMP = 1585661761
SHA256 (quotient-im-libQuotient-0.5.3.1_GH0.tar.gz) = 747e796f960293d2f6f0b632cf17c090d20654807362c3708f1fef1d0829976d
SIZE (quotient-im-libQuotient-0.5.3.1_GH0.tar.gz) = 528244

View File

@ -81,6 +81,7 @@ include/Quotient/events/event.h
include/Quotient/events/eventcontent.h
include/Quotient/events/eventloader.h
include/Quotient/events/receiptevent.h
include/Quotient/events/reactionevent.h
include/Quotient/events/redactionevent.h
include/Quotient/events/roomavatarevent.h
include/Quotient/events/roomcreateevent.h
@ -107,6 +108,7 @@ include/Quotient/networksettings.h
include/Quotient/qt_connection_util.h
include/Quotient/room.h
include/Quotient/settings.h
include/Quotient/ssosession.h
include/Quotient/syncdata.h
include/Quotient/user.h
include/Quotient/util.h

View File

@ -2,8 +2,7 @@
PORTNAME= Quaternion
DISTVERSION= 0.0.9.4
DISTVERSIONSUFFIX= c
PORTREVISION= 5
DISTVERSIONSUFFIX= d-rc
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \
libsecret-1.so:security/libsecret
BUILD_DEPENDS= libqmatrixclient>=0.5:net-im/libqmatrixclient
BUILD_DEPENDS= libqmatrixclient>=0.5.3.1:net-im/libqmatrixclient
USES= cmake compiler:c++17-lang gettext-runtime gnome \
localbase:ldflags qt:5 tar:xz

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1559826112
SHA256 (QMatrixClient-Quaternion-0.0.9.4c_GH0.tar.gz) = a865f29a6342fd7cc2a7bbfb0bf215fcb8abebd72320302b9a76a6a5a80a0df0
SIZE (QMatrixClient-Quaternion-0.0.9.4c_GH0.tar.gz) = 998434
TIMESTAMP = 1585662132
SHA256 (QMatrixClient-Quaternion-0.0.9.4d-rc_GH0.tar.gz) = d66363b20525e821688379dbde725e1ca2c1b519478cac113a538054c3e135dc
SIZE (QMatrixClient-Quaternion-0.0.9.4d-rc_GH0.tar.gz) = 999228

View File

@ -2,7 +2,7 @@
PORTNAME= spectral
PORTVERSION= 603
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@ -11,7 +11,7 @@ COMMENT= Glossy Matrix IM client based on Qt technologies
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= libqmatrixclient>=0.5:net-im/libqmatrixclient
BUILD_DEPENDS= libqmatrixclient>=0.5.3.1:net-im/libqmatrixclient
USES= compiler:c++17-lang gl pkgconfig qmake qt:5 tar:bz2
USE_GL= gl