git: 7e63ffcc5a8c - main - net-im/telegram-desktop: Chase Qt6 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jun 2024 23:14:51 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e63ffcc5a8ccaad386ce8ecd4d3800d910e45bf commit 7e63ffcc5a8ccaad386ce8ecd4d3800d910e45bf Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-06-20 23:12:20 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-06-20 23:12:20 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 02cc11f706cc..cd70762873b8 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 5.1.7 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full