Skip to content

Commit

Permalink
net/linphone: Update to 5.0.18
Browse files Browse the repository at this point in the history
Differential Revision:	https://reviews.freebsd.org/D41227
  • Loading branch information
Zirias committed Aug 4, 2023
1 parent fa94499 commit d75bdc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions net/linphone/Makefile
@@ -1,6 +1,5 @@
PORTNAME= linphone
PORTVERSION= 5.0.14
PORTREVISION= 1
PORTVERSION= 5.0.18
PORTEPOCH= 1
CATEGORIES= net

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
6 changes: 3 additions & 3 deletions net/linphone/files/patch-CMakeLists.txt
@@ -1,14 +1,14 @@
--- 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)
+project(linphoneqt)

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()
Expand Down

0 comments on commit d75bdc7

Please sign in to comment.