Skip to content

Commit

Permalink
net-im/telegram-desktop: update to 4.14.13 release (+)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffykhv committed Feb 6, 2024
1 parent 9fa5924 commit c99af31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion net-im/telegram-desktop/Makefile
@@ -1,5 +1,5 @@
PORTNAME= telegram-desktop
DISTVERSION= 4.14.12
DISTVERSION= 4.14.13
CATEGORIES= net-im
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
DISTNAME= tdesktop-${DISTVERSION}-full
Expand Down Expand Up @@ -106,13 +106,16 @@ TELEGRAM_API_ID= 601761
.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1400000 && ${OSVERSION} < 1400091) || ${OSVERSION} < 1302507)
#EXTRA_PATCHES= ${PATCHDIR}/extra-patch-CMakeLists.txt
USES+= llvm:min=16,build
USES:= ${USES:Ncompiler\:*} # XXX avoid warnings
.if defined(WITH_CCACHE_BUILD) && !defined(NO_CCACHE)
CMAKE_ARGS+= -DCMAKE_CC_COMPILER_LAUNCHER="${LOCALBASE}/bin/ccache" \
-DCMAKE_CPP_COMPILER_LAUNCHER="${LOCALBASE}/bin/ccache" \
-DCMAKE_CXX_COMPILER_LAUNCHER="${LOCALBASE}/bin/ccache"
.endif
#.else
#USES+= compiler:c++20-lang
.endif

post-extract:
Expand Down
6 changes: 3 additions & 3 deletions net-im/telegram-desktop/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1706956678
SHA256 (tdesktop-4.14.12-full.tar.gz) = 0556f9bedf4fbb185ed8df5646695b68204595e4976d5ec4a59f89cc7c540a7c
SIZE (tdesktop-4.14.12-full.tar.gz) = 68148132
TIMESTAMP = 1707153420
SHA256 (tdesktop-4.14.13-full.tar.gz) = 55136d4d8566b913f91e4da870a342ae81f57b1e2b60e944f26080f7851e5e29
SIZE (tdesktop-4.14.13-full.tar.gz) = 68146927

0 comments on commit c99af31

Please sign in to comment.