git: 5b0382bf560a - main - net-im/libquotient: update to latest release (+consumers)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 15:00:39 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b0382bf560a981fbbc4de5c74b88b468728609f commit 5b0382bf560a981fbbc4de5c74b88b468728609f Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-02-18 14:06:17 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-02-18 15:00:37 +0000 net-im/libquotient: update to latest release (+consumers) Jump a couple of releases with libquotient, a Matrix-client-library. - URL mangling bugfix (0.6.11) - Missing invites bugfix (0.6.10) - Assertion failure (0.6.9) --- net-im/libquotient/Makefile | 2 +- net-im/libquotient/distinfo | 6 +++--- net-im/neochat/Makefile | 6 +++--- net-im/quaternion/Makefile | 5 +++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index 59b01de7f528..a6ac13746022 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -1,5 +1,5 @@ PORTNAME= libquotient -DISTVERSION= 0.6.8 +DISTVERSION= 0.6.11 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org diff --git a/net-im/libquotient/distinfo b/net-im/libquotient/distinfo index 674a49f05b6a..bb5cd825b278 100644 --- a/net-im/libquotient/distinfo +++ b/net-im/libquotient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630192972 -SHA256 (quotient-im-libQuotient-0.6.8_GH0.tar.gz) = 8379501a216f4450affa41e62a33d30e80abfe5eab6915e03fbd49f6b92acd6d -SIZE (quotient-im-libQuotient-0.6.8_GH0.tar.gz) = 561552 +TIMESTAMP = 1645190155 +SHA256 (quotient-im-libQuotient-0.6.11_GH0.tar.gz) = 12b15d1296e630477d5e8f4d32c821dc724b3c5b99d15d383417ba7d88f03c46 +SIZE (quotient-im-libQuotient-0.6.11_GH0.tar.gz) = 562144 diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index 28af3ab2ac65..4c99a2ce9af3 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -1,6 +1,6 @@ PORTNAME= neochat DISTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} @@ -12,9 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt LIB_DEPENDS= libcmark.so:textproc/cmark \ libqt5keychain.so:security/qtkeychain -BUILD_DEPENDS= libquotient>=0.6.6:net-im/libquotient \ +BUILD_DEPENDS= libquotient>=0.6.11:net-im/libquotient \ kquickimageeditor>=0.1.2:graphics/kquickimageeditor -# Quotient is a static lib +# Quotient is a static lib, doesn't need to be in RUN_DEPENDS RUN_DEPENDS= kquickimageeditor>=0.1.2:graphics/kquickimageeditor USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile index 1cbd32caa3ce..9615bd1d89b7 100644 --- a/net-im/quaternion/Makefile +++ b/net-im/quaternion/Makefile @@ -1,6 +1,6 @@ PORTNAME= Quaternion DISTVERSION= 0.0.95-beta3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -11,7 +11,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ libsecret-1.so:security/libsecret -BUILD_DEPENDS= libquotient>=0.6.6:net-im/libquotient +BUILD_DEPENDS= libquotient>=0.6.11:net-im/libquotient +# Quotient is a static lib, doesn't need to be in RUN_DEPENDS USES= cmake compiler:c++17-lang gettext-runtime gnome \ localbase:ldflags qt:5 tar:xz