1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Update net-im/libquotient and consumers

New quotient release supports easier homeserver discovery. Chase it,
and then update neochat to the latest release that supports that,
and a newer quaternion (demonstration Matrix client).

Release notes for the three are at:
	https://github.com/quotient-im/libQuotient/releases/tag/0.6.4
	https://github.com/quotient-im/Quaternion/releases/tag/0.0.9.5-beta2
	https://carlschwan.eu/2021/01/13/neochat-1.0.1-first-bugfix-release/
This commit is contained in:
Adriaan de Groot 2021-01-17 17:11:20 +00:00
parent 1acb11a2f3
commit d0aae23f82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561836
8 changed files with 18 additions and 26 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libquotient
DISTVERSION= 0.6.2
DISTVERSION= 0.6.4
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1605903095
SHA256 (quotient-im-libQuotient-0.6.2_GH0.tar.gz) = afa9ee64327b9fdbf1d8514ec9b1374b797560b43315911211f723acf01ff317
SIZE (quotient-im-libQuotient-0.6.2_GH0.tar.gz) = 557665
TIMESTAMP = 1610901700
SHA256 (quotient-im-libQuotient-0.6.4_GH0.tar.gz) = 4c43a68c144d41e3826f2e1ce006760129694b79d8d7f302dea81328c6a663ce
SIZE (quotient-im-libQuotient-0.6.4_GH0.tar.gz) = 559830

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= neochat
DISTVERSION= 1.0
DISTVERSION= 1.0.1
CATEGORIES= net-im
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
@ -13,7 +13,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.2:net-im/libquotient \
BUILD_DEPENDS= libquotient>=0.6.4:net-im/libquotient \
kquickimageeditor>=0.1.2:graphics/kquickimageeditor
# Quotient is a static lib
RUN_DEPENDS= kquickimageeditor>=0.1.2:graphics/kquickimageeditor

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1609714647
SHA256 (neochat-1.0.tar.xz) = 45231249f5af93d3cb56763a9aab1211f26916eedd7af732f9c945c58f8289c4
SIZE (neochat-1.0.tar.xz) = 162484
TIMESTAMP = 1610901916
SHA256 (neochat-1.0.1.tar.xz) = f432b780368335674aa019043090c921e0abc7f06c4097153bcaa79754ed141f
SIZE (neochat-1.0.1.tar.xz) = 173204

View File

@ -5,15 +5,19 @@ share/knotifications5/neochat.notifyrc
share/locale/ca/LC_MESSAGES/neochat.mo
share/locale/ca@valencia/LC_MESSAGES/neochat.mo
share/locale/da/LC_MESSAGES/neochat.mo
share/locale/de/LC_MESSAGES/neochat.mo
share/locale/en_GB/LC_MESSAGES/neochat.mo
share/locale/es/LC_MESSAGES/neochat.mo
share/locale/eu/LC_MESSAGES/neochat.mo
share/locale/fi/LC_MESSAGES/neochat.mo
share/locale/fr/LC_MESSAGES/neochat.mo
share/locale/hu/LC_MESSAGES/neochat.mo
share/locale/it/LC_MESSAGES/neochat.mo
share/locale/nl/LC_MESSAGES/neochat.mo
share/locale/nn/LC_MESSAGES/neochat.mo
share/locale/pl/LC_MESSAGES/neochat.mo
share/locale/pt/LC_MESSAGES/neochat.mo
share/locale/pt_BR/LC_MESSAGES/neochat.mo
share/locale/sk/LC_MESSAGES/neochat.mo
share/locale/sl/LC_MESSAGES/neochat.mo
share/locale/sv/LC_MESSAGES/neochat.mo

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Quaternion
DISTVERSION= 0.0.9.5-beta1
DISTVERSION= 0.0.9.5-beta2
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \
libsecret-1.so:security/libsecret
BUILD_DEPENDS= libquotient>=0.6.2:net-im/libquotient
BUILD_DEPENDS= libquotient>=0.6.4:net-im/libquotient
USES= cmake compiler:c++17-lang gettext-runtime gnome \
localbase:ldflags qt:5 tar:xz

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1605904883
SHA256 (quotient-im-Quaternion-0.0.9.5-beta1_GH0.tar.gz) = c804b955b2a3b7bcc87db8d7be5a2385816321605dd34ea4d1faf67e96feeef0
SIZE (quotient-im-Quaternion-0.0.9.5-beta1_GH0.tar.gz) = 1041042
TIMESTAMP = 1610902352
SHA256 (quotient-im-Quaternion-0.0.9.5-beta2_GH0.tar.gz) = a861c79a2e36aaf7c946c93a5ac71a189da11b256b7e21ea8c7f9f1942cf1f96
SIZE (quotient-im-Quaternion-0.0.9.5-beta2_GH0.tar.gz) = 1041132

View File

@ -1,12 +0,0 @@
diff --git client/htmlfilter.cpp client/htmlfilter.cpp
index 43f7bde2..6f47bb22 100644
--- client/htmlfilter.cpp
+++ client/htmlfilter.cpp
@@ -1,6 +1,6 @@
#include "htmlfilter.h"
-#include <lib/util.h>
+#include <util.h>
#include <QtCore/QRegularExpression>
#include <QtCore/QXmlStreamReader>