Date: Fri, 4 Aug 2023 06:21:32 GMT From: Felix Palmen <zirias@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d75bdc7aa126 - main - net/linphone: Update to 5.0.18 Message-ID: <202308040621.3746LWkW019469@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias: URL: https://cgit.FreeBSD.org/ports/commit/?id=d75bdc7aa12611cd926ad8f7ee2bef6fc73c8047 commit d75bdc7aa12611cd926ad8f7ee2bef6fc73c8047 Author: Felix Palmen <zirias@FreeBSD.org> AuthorDate: 2023-07-28 19:31:29 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2023-08-04 06:20:55 +0000 net/linphone: Update to 5.0.18 Differential Revision: https://reviews.freebsd.org/D41227 --- net/linphone/Makefile | 4 +--- net/linphone/distinfo | 6 +++--- net/linphone/files/patch-CMakeLists.txt | 6 +++--- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/net/linphone/Makefile b/net/linphone/Makefile index fd67c86dd143..62051225e11e 100644 --- a/net/linphone/Makefile +++ b/net/linphone/Makefile @@ -1,6 +1,5 @@ PORTNAME= linphone -PORTVERSION= 5.0.14 -PORTREVISION= 1 +PORTVERSION= 5.0.18 PORTEPOCH= 1 CATEGORIES= net @@ -21,7 +20,6 @@ USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public GL_PROJECT= linphone-desktop -GL_TAGNAME= 02e025324143c8479dc7634e74d3f5b5107e3b9a USE_QT= concurrent core dbus declarative gui linguisttools network \ quickcontrols2 speech svg testlib widgets buildtools:build \ qmake:build graphicaleffects:run quickcontrols:run diff --git a/net/linphone/distinfo b/net/linphone/distinfo index e0edb88c746f..b9dfb572e6fa 100644 --- a/net/linphone/distinfo +++ b/net/linphone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679189429 -SHA256 (public-linphone-desktop-02e025324143c8479dc7634e74d3f5b5107e3b9a_GL0.tar.gz) = 1f11f84862626aaf627f62269d635ebd9f0e29dd51c179bc623045100a586477 -SIZE (public-linphone-desktop-02e025324143c8479dc7634e74d3f5b5107e3b9a_GL0.tar.gz) = 2907732 +TIMESTAMP = 1690571429 +SHA256 (linphone-desktop-5.0.18.tar.bz2) = 7081fb9507359ac6b5129b753f2d8018dc23ac9ab1d7866cb3364d6509e8ee1a +SIZE (linphone-desktop-5.0.18.tar.bz2) = 2444866 diff --git a/net/linphone/files/patch-CMakeLists.txt b/net/linphone/files/patch-CMakeLists.txt index c53dd66eed28..9e789db37d83 100644 --- a/net/linphone/files/patch-CMakeLists.txt +++ b/net/linphone/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2022-08-24 10:17:10 UTC +--- CMakeLists.txt.orig 2023-06-16 13:29:33 UTC +++ CMakeLists.txt -@@ -20,6 +20,7 @@ +@@ -20,6 +20,7 @@ cmake_minimum_required(VERSION 3.1) # ################################################################################ cmake_minimum_required(VERSION 3.1) @@ -8,7 +8,7 @@ find_package(bctoolbox CONFIG) set(FULL_VERSION ) -@@ -487,7 +487,7 @@ if(APPLE) +@@ -556,7 +557,7 @@ else() set(MSPLUGINS_DIR "Frameworks/mediastreamer2.framework/Versions/A/Libraries") endif() else()
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308040621.3746LWkW019469>