Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2023 17:57:42 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f1fe468c8f97 - main - net-im/tokodon: update to 23.04.0
Message-ID:  <202304251757.33PHvgqD078548@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f1fe468c8f976b0e572cc60e934090dedda94738

commit f1fe468c8f976b0e572cc60e934090dedda94738
Author:     Vidar Karlsen <vidar@karlsen.tech>
AuthorDate: 2023-04-22 13:24:58 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2023-04-25 17:57:13 +0000

    net-im/tokodon: update to 23.04.0
    
    Changes:
    - see previous messages when replying
    - ability to post polls
    - proxy support
    - improved handling of follow requests
    
    Full release article: https://kde.org/announcements/gear/23.04.0/
    
    Port changes:
    - removed MASTER_SITES because Tokodon is now a part of KDE Gear
    
    QA:
    - poudriere testport: 12.4-amd64, 12.4-i386, 13.2-amd64
    - builds and runs on 13.2-RELEASE
    - portclippy is happy
    - portlint is happy
    
    QA limitations:
    - not able to test 13.2-arm64.aarch64 because lang/rust fails to build
      with qemu-user-static (ref. lang/rust/Makefile:146)
---
 net-im/tokodon/Makefile  | 6 ++----
 net-im/tokodon/distinfo  | 6 +++---
 net-im/tokodon/pkg-plist | 4 ++++
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/net-im/tokodon/Makefile b/net-im/tokodon/Makefile
index 415850a5ac00..2fdb5666899b 100644
--- a/net-im/tokodon/Makefile
+++ b/net-im/tokodon/Makefile
@@ -1,8 +1,6 @@
 PORTNAME=	tokodon
-DISTVERSION=	23.02.0
-PORTREVISION=	1
-CATEGORIES=	net-im kde
-MASTER_SITES=	KDE/stable/${PORTNAME}/
+DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+CATEGORIES=	net-im kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KDE mastodon client
diff --git a/net-im/tokodon/distinfo b/net-im/tokodon/distinfo
index f99b88b0427a..3c137ee1cce5 100644
--- a/net-im/tokodon/distinfo
+++ b/net-im/tokodon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676641219
-SHA256 (tokodon-23.02.0.tar.xz) = 33622ee42e81bcc716fe820d7da35cce40f1d621bdb4a9d2fa1c35b4e92f15a7
-SIZE (tokodon-23.02.0.tar.xz) = 211528
+TIMESTAMP = 1682084046
+SHA256 (KDE/release-service/23.04.0/tokodon-23.04.0.tar.xz) = 8048732c6b7caa4e696c0652e612c3448e970e5d9e6cc1e9c7755399237058aa
+SIZE (KDE/release-service/23.04.0/tokodon-23.04.0.tar.xz) = 229524
diff --git a/net-im/tokodon/pkg-plist b/net-im/tokodon/pkg-plist
index 0130af001a38..9c2233272134 100644
--- a/net-im/tokodon/pkg-plist
+++ b/net-im/tokodon/pkg-plist
@@ -12,10 +12,13 @@ share/locale/fi/LC_MESSAGES/tokodon.mo
 share/locale/fr/LC_MESSAGES/tokodon.mo
 share/locale/gl/LC_MESSAGES/tokodon.mo
 share/locale/hu/LC_MESSAGES/tokodon.mo
+share/locale/id/LC_MESSAGES/tokodon.mo
 share/locale/is/LC_MESSAGES/tokodon.mo
 share/locale/it/LC_MESSAGES/tokodon.mo
+share/locale/ja/LC_MESSAGES/tokodon.mo
 share/locale/ka/LC_MESSAGES/tokodon.mo
 share/locale/ko/LC_MESSAGES/tokodon.mo
+share/locale/lt/LC_MESSAGES/tokodon.mo
 share/locale/nl/LC_MESSAGES/tokodon.mo
 share/locale/pl/LC_MESSAGES/tokodon.mo
 share/locale/pt/LC_MESSAGES/tokodon.mo
@@ -26,5 +29,6 @@ share/locale/sv/LC_MESSAGES/tokodon.mo
 share/locale/tr/LC_MESSAGES/tokodon.mo
 share/locale/uk/LC_MESSAGES/tokodon.mo
 share/locale/zh_CN/LC_MESSAGES/tokodon.mo
+share/locale/zh_TW/LC_MESSAGES/tokodon.mo
 share/metainfo/org.kde.tokodon.appdata.xml
 share/qlogging-categories5/tokodon.categories



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304251757.33PHvgqD078548>