Date: Wed, 27 May 2026 10:01:39 +0000 From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b97520a3a573 - main - net-im/libquotient: Update to 0.9.6.1 Message-ID: <6a16c103.34a8c.25f9f858@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=b97520a3a57393f001f3ac58d2c9c3c5a7be3df5 commit b97520a3a57393f001f3ac58d2c9c3c5a7be3df5 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2026-05-27 10:01:27 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2026-05-27 10:01:27 +0000 net-im/libquotient: Update to 0.9.6.1 - Build shared library - Remove stale CONFLICTS - Pass the port to kde@ team PR: 295459 Approved by: adridg (maintainer) --- net-im/libquotient/Makefile | 13 +++++-------- net-im/libquotient/distinfo | 10 +++------- net-im/libquotient/pkg-plist | 4 +++- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index ef3a7f347c50..dd142428ca8c 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -1,13 +1,8 @@ PORTNAME= libquotient -DISTVERSION= 0.9.5 -PORTREVISION= 1 +DISTVERSION= 0.9.6.1 CATEGORIES= net-im -PATCH_SITES= https://github.com/quotient-im/libQuotient/commit/ -PATCHFILES+= ea83157eed37ff97ab275a5d14c971f0a5a70595.patch:-p1 # Fix configure of consumers with Qt 6.10 -PATCHFILES+= cbf984531426e9bd533dbae9dd15944271c1012e.patch:-p1 # Fix configure of consumers with Qt 6.10 - -MAINTAINER= adridg@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Matrix IM support library using Qt technologies WWW= https://github.com/quotient-im/libQuotient @@ -23,7 +18,9 @@ GH_ACCOUNT= quotient-im GH_PROJECT= libQuotient USE_QT= base CMAKE_OFF= Quotient_INSTALL_TESTS +CMAKE_ON= BUILD_SHARED_LIBS -CONFLICTS= libqmatrixclient\* +PLIST_SUB= API_VER=0.9 \ + SHLIB_VER=${DISTVERSION} .include <bsd.port.mk> diff --git a/net-im/libquotient/distinfo b/net-im/libquotient/distinfo index 7a7921ede324..24069ba24391 100644 --- a/net-im/libquotient/distinfo +++ b/net-im/libquotient/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1770384591 -SHA256 (quotient-im-libQuotient-0.9.5_GH0.tar.gz) = 24366dd59aca7b991756e45c3c8823c43fc6a8fdb161ea6dcce5b666c6300766 -SIZE (quotient-im-libQuotient-0.9.5_GH0.tar.gz) = 780007 -SHA256 (ea83157eed37ff97ab275a5d14c971f0a5a70595.patch) = cb90b4fe80d84c07edf022e54061ab04ae249a2e5eb1620722ff42fe2031594b -SIZE (ea83157eed37ff97ab275a5d14c971f0a5a70595.patch) = 1381 -SHA256 (cbf984531426e9bd533dbae9dd15944271c1012e.patch) = f24dc08451daff9dc4d9f6ef2773e55091430c8513a019b6095adcf593f275db -SIZE (cbf984531426e9bd533dbae9dd15944271c1012e.patch) = 932 +TIMESTAMP = 1779287058 +SHA256 (quotient-im-libQuotient-0.9.6.1_GH0.tar.gz) = ac0fe5df480fa893d3e16da626bf5028c944e9b41f504f6fe0fe49273247d636 +SIZE (quotient-im-libQuotient-0.9.6.1_GH0.tar.gz) = 781157 diff --git a/net-im/libquotient/pkg-plist b/net-im/libquotient/pkg-plist index d60282c452ae..2764977c3cb2 100644 --- a/net-im/libquotient/pkg-plist +++ b/net-im/libquotient/pkg-plist @@ -166,6 +166,8 @@ lib/cmake/QuotientQt6/QuotientQt6Config.cmake lib/cmake/QuotientQt6/QuotientQt6ConfigVersion.cmake lib/cmake/QuotientQt6/QuotientQt6Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/QuotientQt6/QuotientQt6Targets.cmake -lib/libQuotientQt6.a +lib/libQuotientQt6.so +lib/libQuotientQt6.so.%%API_VER%% +lib/libQuotientQt6.so.%%SHLIB_VER%% libdata/pkgconfig/QuotientQt6.pc share/ndk-modules/Android.mkhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a16c103.34a8c.25f9f858>
