Binary files /usr/ports/net-im/telegram-desktop/.sync-patch.sh.swp and ./.sync-patch.sh.swp differ diff -ruN -x work -x sync-patch.sh -x gen-patch.sh -x update.txt -x check-diff.py -x files.bak /usr/ports/net-im/telegram-desktop/Makefile ./Makefile --- /usr/ports/net-im/telegram-desktop/Makefile 2020-03-19 14:14:39.000000000 -0400 +++ ./Makefile 2020-03-31 22:32:46.575771000 -0400 @@ -1,7 +1,7 @@ # $FreeBSD: head/net-im/telegram-desktop/Makefile 528738 2020-03-19 18:14:39Z fernape $ PORTNAME= telegram-desktop -DISTVERSION= 1.9.21 +DISTVERSION= 2.0.1 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full @@ -29,7 +29,8 @@ libdbusmenu-qt5.so:devel/libdbusmenu-qt \ libhunspell-1.7.so:textproc/hunspell \ libxxhash.so:devel/xxhash \ - libenchant-2.so:textproc/enchant2 + libenchant-2.so:textproc/enchant2 \ + liblz4.so:archivers/liblz4 USES= cmake compiler:c++17-lang desktop-file-utils \ gnome pkgconfig python:3.7,build qt:5 ssl xorg diff -ruN -x work -x sync-patch.sh -x gen-patch.sh -x update.txt -x check-diff.py -x files.bak /usr/ports/net-im/telegram-desktop/distinfo ./distinfo --- /usr/ports/net-im/telegram-desktop/distinfo 2020-03-19 14:14:39.000000000 -0400 +++ ./distinfo 2020-03-31 22:32:50.616491000 -0400 @@ -1,3 +1,3 @@ -TIMESTAMP = 1584582797 -SHA256 (tdesktop-1.9.21-full.tar.gz) = e1f9b58c1475a5044bc4d7a7ed5f89777e717ea5e6126707105e2c2d3032ffac -SIZE (tdesktop-1.9.21-full.tar.gz) = 25848026 +TIMESTAMP = 1585708370 +SHA256 (tdesktop-2.0.1-full.tar.gz) = ced19f5bc15e26d7bf76e47841422425f664110f1aada111b9f525ab18e1723c +SIZE (tdesktop-2.0.1-full.tar.gz) = 26106949 diff -ruN -x work -x sync-patch.sh -x gen-patch.sh -x update.txt -x check-diff.py -x files.bak /usr/ports/net-im/telegram-desktop/files/patch-Telegram_lib__base_base_platform_linux_base__info__linux.cpp ./files/patch-Telegram_lib__base_base_platform_linux_base__info__linux.cpp --- /usr/ports/net-im/telegram-desktop/files/patch-Telegram_lib__base_base_platform_linux_base__info__linux.cpp 1969-12-31 19:00:00.000000000 -0500 +++ ./files/patch-Telegram_lib__base_base_platform_linux_base__info__linux.cpp 2020-03-30 21:02:05.116660000 -0400 @@ -0,0 +1,11 @@ +--- Telegram/lib_base/base/platform/linux/base_info_linux.cpp.orig 2020-03-30 09:44:51 UTC ++++ Telegram/lib_base/base/platform/linux/base_info_linux.cpp +@@ -65,7 +65,7 @@ QString SystemVersionPretty() { + const auto result = getenv("XDG_CURRENT_DESKTOP"); + const auto value = result ? QString::fromLatin1(result) : QString(); + const auto list = value.split(':', QString::SkipEmptyParts); +- return list.isEmpty() ? "Linux" : "Linux " + list[0]; ++ return list.isEmpty() ? "FreeBSD" : "FreeBSD " + list[0]; + } + + QString SystemCountry() {