Date: Wed, 27 Sep 2023 15:16:20 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5197e0174ba6 - main - net-im/tg_owt: update to 20230918 snapshot (+) Message-ID: <202309271516.38RFGKCs060413@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5197e0174ba61a5d48f21b967b91bb2323733e47 commit 5197e0174ba61a5d48f21b967b91bb2323733e47 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-09-27 15:13:34 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-09-27 15:13:34 +0000 net-im/tg_owt: update to 20230918 snapshot (+) Update to commit 592b14d for tg_owt itself Update to commit 04821d for libyuv submodule Bump PORTREVISION for net-im/telegram-desktop --- net-im/telegram-desktop/Makefile | 1 + net-im/tg_owt/Makefile | 10 ++++++---- net-im/tg_owt/distinfo | 10 +++++----- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 2ca507a22e7b..83722a378102 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 4.9.3 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile index 916ced205742..133b34586e34 100644 --- a/net-im/tg_owt/Makefile +++ b/net-im/tg_owt/Makefile @@ -1,6 +1,5 @@ PORTNAME= tg_owt -PORTVERSION= 0.0.20230501 -PORTREVISION= 2 +PORTVERSION= 0.0.20230918 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org @@ -22,13 +21,16 @@ USE_XORG= x11 xcomposite xdamage xrender xrandr xtst USE_GL= gbm USE_GITHUB= yes GH_ACCOUNT= desktop-app -GH_TAGNAME= dcb5069 +GH_TAGNAME= 592b14d # libyuv cloned from https://chromium.googlesource.com/libyuv/libyuv # when updating port check if hash tag in the submodule was updated GH_TUPLE= abseil:abseil-cpp:8c0b94e:abseilcpp/src/third_party/abseil-cpp \ cisco:libsrtp:a566a9:libsrtp/src/third_party/libsrtp \ google:crc32c:21fc8ef:crc32c/src/third_party/crc32c/src \ - klemensn:libyuv:77c2121:libyuv/src/third_party/libyuv + klemensn:libyuv:04821d:libyuv/src/third_party/libyuv + +# mute deprecation warnings from abseil submodule +CXXFLAGS+= -Wno-deprecated-builtins .include <bsd.port.mk> diff --git a/net-im/tg_owt/distinfo b/net-im/tg_owt/distinfo index 5af72bf5c558..4211b30482c7 100644 --- a/net-im/tg_owt/distinfo +++ b/net-im/tg_owt/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1685903048 -SHA256 (desktop-app-tg_owt-0.0.20230501-dcb5069_GH0.tar.gz) = a5417734fd4727d336c5cc6a3ed06c04639f8433a7204382da594dc8112a850f -SIZE (desktop-app-tg_owt-0.0.20230501-dcb5069_GH0.tar.gz) = 13719669 +TIMESTAMP = 1695758173 +SHA256 (desktop-app-tg_owt-0.0.20230918-592b14d_GH0.tar.gz) = ff40fbb4b229ecbaf96a7ece17af6b4076ab21591500878bce50db81c5494704 +SIZE (desktop-app-tg_owt-0.0.20230918-592b14d_GH0.tar.gz) = 13719987 SHA256 (abseil-abseil-cpp-8c0b94e_GH0.tar.gz) = e995f06ce4fd4a9641e6a8e5d8d2258710eef481a07307a3e727012f1a83c442 SIZE (abseil-abseil-cpp-8c0b94e_GH0.tar.gz) = 1957422 SHA256 (cisco-libsrtp-a566a9_GH0.tar.gz) = 3a02196f8bb36ff640cb1d24920414f9c80e3d7ca78304cab0e6a70ca72a683f SIZE (cisco-libsrtp-a566a9_GH0.tar.gz) = 638802 SHA256 (google-crc32c-21fc8ef_GH0.tar.gz) = 9cb6093f9a554f9fb8397ce9a1a07eec44f1ae0918d7816b60c7b14ef745e082 SIZE (google-crc32c-21fc8ef_GH0.tar.gz) = 29818 -SHA256 (klemensn-libyuv-77c2121_GH0.tar.gz) = 58b8eb849f1ec3e69419255ba34755ec0fa8b516e42ef75186e23c2b554ff89a -SIZE (klemensn-libyuv-77c2121_GH0.tar.gz) = 576155 +SHA256 (klemensn-libyuv-04821d_GH0.tar.gz) = 73e76d6999ae912c373f0d9f800fe41417bbb3e5177c58197b37b0f83a0909b5 +SIZE (klemensn-libyuv-04821d_GH0.tar.gz) = 559543
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309271516.38RFGKCs060413>