git: 4b89736d152c - main - net-im/telegram-desktop: Chase Qt5 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Nov 2024 05:46:16 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b89736d152c8186fcc9659d00cbda26f91c54f8 commit 4b89736d152c8186fcc9659d00cbda26f91c54f8 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:45:30 +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 --- 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 7a31b12309f5..90199dc74339 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 5.8.2 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full