Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2023 19:53:38 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ff17a7397d40 - main - net-im/libquotient: uppdate to newer release
Message-ID:  <202308241953.37OJrcNi040462@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff17a7397d40cce05ede475d7c84416fa05f4962

commit ff17a7397d40cce05ede475d7c84416fa05f4962
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2023-08-24 19:09:01 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2023-08-24 19:53:35 +0000

    net-im/libquotient: uppdate to newer release
    
    Chase neochat (primary consumer) and quaternion
    (development example) as well.
---
 net-im/libquotient/Makefile  | 2 +-
 net-im/libquotient/distinfo  | 6 +++---
 net-im/libquotient/pkg-plist | 3 +++
 net-im/neochat/Makefile      | 4 ++--
 net-im/quaternion/Makefile   | 4 ++--
 5 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile
index b383fc692926..cc8e683ae1d9 100644
--- a/net-im/libquotient/Makefile
+++ b/net-im/libquotient/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libquotient
-DISTVERSION=	0.8.0
+DISTVERSION=	0.8.1
 CATEGORIES=	net-im
 
 MAINTAINER=	adridg@FreeBSD.org
diff --git a/net-im/libquotient/distinfo b/net-im/libquotient/distinfo
index 0879ae4193f4..7b9534998ac5 100644
--- a/net-im/libquotient/distinfo
+++ b/net-im/libquotient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688499360
-SHA256 (quotient-im-libQuotient-0.8.0_GH0.tar.gz) = 40d84c2a1ed8c57605836dd175aabd069aed33c77b6bd841391631607b8c3a76
-SIZE (quotient-im-libQuotient-0.8.0_GH0.tar.gz) = 725645
+TIMESTAMP = 1692458337
+SHA256 (quotient-im-libQuotient-0.8.1_GH0.tar.gz) = 7786d7b8f46d64577f885234951d79aae2ba6823d8d2ba98acbde102fa1b43b1
+SIZE (quotient-im-libQuotient-0.8.1_GH0.tar.gz) = 729883
diff --git a/net-im/libquotient/pkg-plist b/net-im/libquotient/pkg-plist
index 1d2f62c523c6..00279019c16e 100644
--- a/net-im/libquotient/pkg-plist
+++ b/net-im/libquotient/pkg-plist
@@ -22,6 +22,7 @@ include/Quotient/csapi/definitions/client_device.h
 include/Quotient/csapi/definitions/cross_signing_key.h
 include/Quotient/csapi/definitions/device_keys.h
 include/Quotient/csapi/definitions/event_filter.h
+include/Quotient/csapi/definitions/key_backup_data.h
 include/Quotient/csapi/definitions/openid_token.h
 include/Quotient/csapi/definitions/public_rooms_response.h
 include/Quotient/csapi/definitions/push_condition.h
@@ -31,6 +32,7 @@ include/Quotient/csapi/definitions/request_email_validation.h
 include/Quotient/csapi/definitions/request_msisdn_validation.h
 include/Quotient/csapi/definitions/request_token_response.h
 include/Quotient/csapi/definitions/room_event_filter.h
+include/Quotient/csapi/definitions/room_key_backup.h
 include/Quotient/csapi/definitions/sync_filter.h
 include/Quotient/csapi/definitions/third_party_signed.h
 include/Quotient/csapi/definitions/user_identifier.h
@@ -43,6 +45,7 @@ include/Quotient/csapi/event_context.h
 include/Quotient/csapi/filter.h
 include/Quotient/csapi/inviting.h
 include/Quotient/csapi/joining.h
+include/Quotient/csapi/key_backup.h
 include/Quotient/csapi/keys.h
 include/Quotient/csapi/kicking.h
 include/Quotient/csapi/knocking.h
diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile
index c0313b51917e..12b14b296877 100644
--- a/net-im/neochat/Makefile
+++ b/net-im/neochat/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	neochat
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im deskutils kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-only.txt
 LIB_DEPENDS=	libcmark.so:textproc/cmark \
 		libqt5keychain.so:security/qtkeychain@qt5 \
 		libolm.so:security/olm
-BUILD_DEPENDS=	libquotient>=0.8:net-im/libquotient \
+BUILD_DEPENDS=	libquotient>=0.8.1:net-im/libquotient \
 		kquickimageeditor>=0.2.0:graphics/kquickimageeditor \
 		kirigami-addons>=0.6.1:x11-toolkits/kirigami-addons \
 		${LOCALBASE}/include/qcoro5/qcoro/qcoro.h:devel/qcoro@qt5
diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile
index 66162462115a..f513b5ca8d77 100644
--- a/net-im/quaternion/Makefile
+++ b/net-im/quaternion/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Quaternion
 DISTVERSION=	0.0.95.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 
 MAINTAINER=	adridg@FreeBSD.org
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
 LIB_DEPENDS=	libqt5keychain.so:security/qtkeychain@qt5 \
 		libsecret-1.so:security/libsecret \
 		libolm.so:security/olm
-BUILD_DEPENDS=	libquotient>=0.8:net-im/libquotient
+BUILD_DEPENDS=	libquotient>=0.8.1:net-im/libquotient
 # Quotient is a static lib, doesn't need to be in RUN_DEPENDS
 
 USES=		cmake compiler:c++17-lang desktop-file-utils \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308241953.37OJrcNi040462>