Date: Sun, 17 Jan 2021 17:11:20 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561836 - in head/net-im: libquotient neochat quaternion quaternion/files Message-ID: <202101171711.10HHBKWo076355@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Sun Jan 17 17:11:20 2021 New Revision: 561836 URL: https://svnweb.freebsd.org/changeset/ports/561836 Log: 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/ Deleted: head/net-im/quaternion/files/patch-git-423538250ec302f23755c5e9dc13f17dfc2b70c8.diff Modified: head/net-im/libquotient/Makefile head/net-im/libquotient/distinfo head/net-im/neochat/Makefile head/net-im/neochat/distinfo head/net-im/neochat/pkg-plist head/net-im/quaternion/Makefile head/net-im/quaternion/distinfo Modified: head/net-im/libquotient/Makefile ============================================================================== --- head/net-im/libquotient/Makefile Sun Jan 17 16:48:33 2021 (r561835) +++ head/net-im/libquotient/Makefile Sun Jan 17 17:11:20 2021 (r561836) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libquotient -DISTVERSION= 0.6.2 +DISTVERSION= 0.6.4 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org Modified: head/net-im/libquotient/distinfo ============================================================================== --- head/net-im/libquotient/distinfo Sun Jan 17 16:48:33 2021 (r561835) +++ head/net-im/libquotient/distinfo Sun Jan 17 17:11:20 2021 (r561836) @@ -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 Modified: head/net-im/neochat/Makefile ============================================================================== --- head/net-im/neochat/Makefile Sun Jan 17 16:48:33 2021 (r561835) +++ head/net-im/neochat/Makefile Sun Jan 17 17:11:20 2021 (r561836) @@ -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 Modified: head/net-im/neochat/distinfo ============================================================================== --- head/net-im/neochat/distinfo Sun Jan 17 16:48:33 2021 (r561835) +++ head/net-im/neochat/distinfo Sun Jan 17 17:11:20 2021 (r561836) @@ -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 Modified: head/net-im/neochat/pkg-plist ============================================================================== --- head/net-im/neochat/pkg-plist Sun Jan 17 16:48:33 2021 (r561835) +++ head/net-im/neochat/pkg-plist Sun Jan 17 17:11:20 2021 (r561836) @@ -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 Modified: head/net-im/quaternion/Makefile ============================================================================== --- head/net-im/quaternion/Makefile Sun Jan 17 16:48:33 2021 (r561835) +++ head/net-im/quaternion/Makefile Sun Jan 17 17:11:20 2021 (r561836) @@ -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 Modified: head/net-im/quaternion/distinfo ============================================================================== --- head/net-im/quaternion/distinfo Sun Jan 17 16:48:33 2021 (r561835) +++ head/net-im/quaternion/distinfo Sun Jan 17 17:11:20 2021 (r561836) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101171711.10HHBKWo076355>