Bug 232061 - net-im/telegram-desktop: update to 1.4.0
Summary: net-im/telegram-desktop: update to 1.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-08 02:25 UTC by Henry Hu
Modified: 2018-10-09 02:02 UTC (History)
0 users

See Also:


Attachments
patch for 1.4.0 (27.01 KB, patch)
2018-10-08 02:25 UTC, Henry Hu
henry.hu.sh: maintainer-approval+
Details | Diff
poudriere log on 11.2-RELEASE-p2/amd64 (95 bytes, text/plain)
2018-10-08 02:30 UTC, Henry Hu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Hu 2018-10-08 02:25:30 UTC
Created attachment 197900 [details]
patch for 1.4.0

Update telegram-desktop to 1.4.0.

Changelog: https://github.com/telegramdesktop/tdesktop/blob/dev/changelog.txt

1.4 (28.09.18)

- Fully redesigned Settings section.
- New theme selector in Chat Settings.
- New local storage settings: Control how much disk space is used by the cache and for how long the cached files are stored.
- Improved local caching for images and GIF animations.
- New settings: Peer-to-Peer settings for calls, disable animations for low performance computers.
- Various other improvements.

Notable port changes:
* Add dependency to xxHash. Although there is a port, it is used in a header-only way, so using it in the source format does not add additional cost. In addition, using the version specified in git submodule ensures that the version used is the desired version.
Comment 1 Henry Hu 2018-10-08 02:30:15 UTC
Created attachment 197901 [details]
poudriere log on 11.2-RELEASE-p2/amd64
Comment 2 Henry Hu 2018-10-08 02:33:44 UTC
The log on 11.2-RELEASE-p2/i386 can be found at https://raw.githubusercontent.com/HenryHu/ports/master/logs/11-i386/telegram-desktop-1.4.0.log
The log on 11.2-RELEASE-p2/amd64 can be found at https://raw.githubusercontent.com/HenryHu/ports/master/logs/11-amd64/telegram-desktop-1.4.0.log

I tried to run it on 11.1/amd64 in poudriere, but it says that 11.1 is no longer supported.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-10-09 02:01:59 UTC
A commit references this bug:

Author: swills
Date: Tue Oct  9 02:01:22 UTC 2018
New revision: 481593
URL: https://svnweb.freebsd.org/changeset/ports/481593

Log:
  net-im/telegram-desktop: update to 1.4.0

  PR:		232061
  Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)

Changes:
  head/net-im/telegram-desktop/Makefile
  head/net-im/telegram-desktop/distinfo
  head/net-im/telegram-desktop/files/CMakeLists.inj
  head/net-im/telegram-desktop/files/gyp-patches
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_base_bytes.h
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_boxes_notifications__box.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_core_launcher.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_core_utils.h
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_data_data__document.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_export_data_export__data__types.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_logs.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_old__settings_settings__notifications__widget.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_settings_settings__notifications__widget.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_storage_storage__encrypted__file__tests.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_ThirdParty_libtgvoip_MediaStreamItf.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_ThirdParty_libtgvoip_VoIPController.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_ThirdParty_libtgvoip_audio_AudioIO.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_ThirdParty_libtgvoip_audio_AudioInput.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_ThirdParty_libtgvoip_audio_AudioOutput.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_gyp_telegram__sources.txt
Comment 4 Steve Wills freebsd_committer freebsd_triage 2018-10-09 02:02:56 UTC
Committed, thanks!