Skip to content

Commit

Permalink
Update net-im/libquotient to 0.6.6 (latest upstream)
Browse files Browse the repository at this point in the history
libQuotient is a Matrix-client library used by several Matrix
clients in the ports tree. 0.6.6 fixes a crash that can be
triggered remotely. Bump two consumers to make them rebuild.
net-im/spectral isn't bumped because it doesn't see any
development, needs a specific bundled git hash, etc ..

While here mark the old-old name of libQuotient as deprecated;
I don't think it has any consumers.
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Apr 6, 2021
1 parent 6931339 commit 7143d36
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions net-im/libqmatrixclient/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
COMMENT= Matrix IM support library using Qt technologies

DEPRECATED= Use libQuotient (devel/libquotient) instead
EXPIRATION_DATE= 2021-05-07

LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING

Expand Down
2 changes: 1 addition & 1 deletion net-im/libquotient/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= libquotient
DISTVERSION= 0.6.4
DISTVERSION= 0.6.6
CATEGORIES= net-im

MAINTAINER= adridg@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions net-im/libquotient/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1610901700
SHA256 (quotient-im-libQuotient-0.6.4_GH0.tar.gz) = 4c43a68c144d41e3826f2e1ce006760129694b79d8d7f302dea81328c6a663ce
SIZE (quotient-im-libQuotient-0.6.4_GH0.tar.gz) = 559830
TIMESTAMP = 1617662971
SHA256 (quotient-im-libQuotient-0.6.6_GH0.tar.gz) = 33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7
SIZE (quotient-im-libQuotient-0.6.6_GH0.tar.gz) = 560130
3 changes: 2 additions & 1 deletion net-im/neochat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= neochat
DISTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}

Expand All @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt

LIB_DEPENDS= libcmark.so:textproc/cmark \
libqt5keychain.so:security/qtkeychain
BUILD_DEPENDS= libquotient>=0.6.4:net-im/libquotient \
BUILD_DEPENDS= libquotient>=0.6.6:net-im/libquotient \
kquickimageeditor>=0.1.2:graphics/kquickimageeditor
# Quotient is a static lib
RUN_DEPENDS= kquickimageeditor>=0.1.2:graphics/kquickimageeditor
Expand Down
3 changes: 2 additions & 1 deletion net-im/quaternion/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= Quaternion
DISTVERSION= 0.0.95-beta3
PORTREVISION= 1
CATEGORIES= net-im

MAINTAINER= adridg@FreeBSD.org
Expand All @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \
libsecret-1.so:security/libsecret
BUILD_DEPENDS= libquotient>=0.6.4:net-im/libquotient
BUILD_DEPENDS= libquotient>=0.6.6:net-im/libquotient

USES= cmake compiler:c++17-lang gettext-runtime gnome \
localbase:ldflags qt:5 tar:xz
Expand Down

0 comments on commit 7143d36

Please sign in to comment.