diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-01-18 01:11:20 +0800 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-01-18 01:11:20 +0800 |
commit | d0aae23f824326c0d7a28c7a21bac228b2e3c992 (patch) | |
tree | 7ea28e61d609a11688847b7455b764b8c4b76a67 /net-im/neochat | |
parent | 1acb11a2f38c720d5297f29fd1a84f0ae79b6cee (diff) | |
download | freebsd-ports-gnome-d0aae23f824326c0d7a28c7a21bac228b2e3c992.tar.gz freebsd-ports-gnome-d0aae23f824326c0d7a28c7a21bac228b2e3c992.tar.zst freebsd-ports-gnome-d0aae23f824326c0d7a28c7a21bac228b2e3c992.zip |
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/
Diffstat (limited to 'net-im/neochat')
-rw-r--r-- | net-im/neochat/Makefile | 4 | ||||
-rw-r--r-- | net-im/neochat/distinfo | 6 | ||||
-rw-r--r-- | net-im/neochat/pkg-plist | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index 4f0539186835..95a9905eefe6 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -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 diff --git a/net-im/neochat/distinfo b/net-im/neochat/distinfo index f5145c210aab..759a6857a360 100644 --- a/net-im/neochat/distinfo +++ b/net-im/neochat/distinfo @@ -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 diff --git a/net-im/neochat/pkg-plist b/net-im/neochat/pkg-plist index a932a6ceed23..6103d9ba04de 100644 --- a/net-im/neochat/pkg-plist +++ b/net-im/neochat/pkg-plist @@ -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 |