git: e8ee9cd7a3bd - main - net-im/telegram-desktop: bump PORTREVISION after Qt5 was updated to 5.15.11p0 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Oct 2023 15:26:03 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8ee9cd7a3bd97fddcd7d08c9711a7611b8d820b commit e8ee9cd7a3bd97fddcd7d08c9711a7611b8d820b Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-10-17 15:22:52 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-10-17 15:22:52 +0000 net-im/telegram-desktop: bump PORTREVISION after Qt5 was updated to 5.15.11p0 (+) Some users report about startup coredumps with error meesage "cannot mix incopatible Qt library (5.15.10) with this library (5.15.11)" after installing new Qt5 packages from the repo. Bump PORTREVISION to ensure users always get rebuilded package --- 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 739000572c73..6e65e3963e26 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 4.10.3 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full