git: 1cac01c9a06f - main - net-im/telegram-desktop: Chase Qt6 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jan 2025 06:34:25 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cac01c9a06fc6f5a9a6dd7c2fac66e940a425a6 commit 1cac01c9a06fc6f5a9a6dd7c2fac66e940a425a6 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-01-05 06:33:55 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-01-05 06:33:55 +0000 net-im/telegram-desktop: Chase Qt6 update This unfortunately makes use of the Qt private API, so it has to be rebuilt with each Qt update. --- 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 064bff8ababc..22b9e3c494a5 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 5.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full