git: 5e22d1c314aa - 2024Q4 - net-im/telegram-desktop: Chase Qt5 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Nov 2024 05:49:19 UTC
The branch 2024Q4 has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e22d1c314aa50736dc0ad24c2b7c41e38aa1b8b commit 5e22d1c314aa50736dc0ad24c2b7c41e38aa1b8b Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-11-23 05:44:34 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-11-23 05:48:50 +0000 net-im/telegram-desktop: Chase Qt5 update This unfortunately makes use of the Qt private API, so it has to be rebuilt with each Qt update. MFH: 2024Q4 (cherry picked from commit 4b89736d152c8186fcc9659d00cbda26f91c54f8) --- net-im/telegram-desktop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index d98135b844b7..4a07224e8886 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 5.5.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full