git: cc268ca874a8 - main - net-im/telegram-desktop: bump PORTREVISION after qt5 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 18:32:00 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc268ca874a81aece7aadf066a671d2a94690d84 commit cc268ca874a81aece7aadf066a671d2a94690d84 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-04-05 18:29:47 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-04-05 18:31:56 +0000 net-im/telegram-desktop: bump PORTREVISION after qt5 update Otherwise crashes because pkg(8) does not update this port/package: Cannot mix incompatible Qt library (5.15.12) with this library (5.15.13) Abort (core dumped) --- 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 ff549da08699..e3a6bb920554 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 4.15.2 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full