diff options
author | Vidar Karlsen <vidar@karlsen.tech> | 2023-04-22 13:24:58 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2023-04-25 17:57:13 +0000 |
commit | f1fe468c8f976b0e572cc60e934090dedda94738 (patch) | |
tree | 381adaf426e8c200d665e9a4ab013468e8a18c58 | |
parent | c602ca747ed657103295a08c96733e108e268487 (diff) | |
download | ports-f1fe468c8f976b0e572cc60e934090dedda94738.tar.gz ports-f1fe468c8f976b0e572cc60e934090dedda94738.zip |
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)
-rw-r--r-- | net-im/tokodon/Makefile | 6 | ||||
-rw-r--r-- | net-im/tokodon/distinfo | 6 | ||||
-rw-r--r-- | 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 |