From e8ee9cd7a3bd97fddcd7d08c9711a7611b8d820b Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Tue, 17 Oct 2023 18:22:52 +0300 Subject: [PATCH] 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