From owner-svn-ports-head@freebsd.org Tue Mar 15 15:29:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F50AAD1A4A; Tue, 15 Mar 2016 15:29:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAB361A4B; Tue, 15 Mar 2016 15:29:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2FFTDnh072481; Tue, 15 Mar 2016 15:29:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2FFTD8Q072475; Tue, 15 Mar 2016 15:29:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201603151529.u2FFTD8Q072475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 15 Mar 2016 15:29:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411175 - in head/security/libzrtpcppcore: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2016 15:29:15 -0000 Author: mat Date: Tue Mar 15 15:29:13 2016 New Revision: 411175 URL: https://svnweb.freebsd.org/changeset/ports/411175 Log: Update to 4.6.2. PR: 207991 Submitted by: tkato432 yahoo com Sponsored by: Absolight Added: head/security/libzrtpcppcore/files/patch-clients_no__client_CMakeLists.txt (contents, props changed) - copied, changed from r411174, head/security/libzrtpcppcore/files/patch-clients-no_client-CMakeLists.txt head/security/libzrtpcppcore/files/patch-common_Thread.h (contents, props changed) - copied, changed from r411174, head/security/libzrtpcppcore/files/patch-common-Thread.h Deleted: head/security/libzrtpcppcore/files/patch-clients-no_client-CMakeLists.txt head/security/libzrtpcppcore/files/patch-common-Thread.h Modified: head/security/libzrtpcppcore/Makefile head/security/libzrtpcppcore/distinfo head/security/libzrtpcppcore/files/patch-CMakeLists.txt (contents, props changed) head/security/libzrtpcppcore/pkg-plist Modified: head/security/libzrtpcppcore/Makefile ============================================================================== --- head/security/libzrtpcppcore/Makefile Tue Mar 15 15:29:07 2016 (r411174) +++ head/security/libzrtpcppcore/Makefile Tue Mar 15 15:29:13 2016 (r411175) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libzrtpcppcore -PORTVERSION= 4.6.0 +PORTVERSION= 4.6.2 DISTVERSIONPREFIX= V CATEGORIES= security Modified: head/security/libzrtpcppcore/distinfo ============================================================================== --- head/security/libzrtpcppcore/distinfo Tue Mar 15 15:29:07 2016 (r411174) +++ head/security/libzrtpcppcore/distinfo Tue Mar 15 15:29:13 2016 (r411175) @@ -1,2 +1,2 @@ -SHA256 (wernerd-ZRTPCPP-V4.6.0_GH0.tar.gz) = 48f7b41783d68651f0deed2aed0f7c45d016fc4e07f93fc733bd00389f859b8e -SIZE (wernerd-ZRTPCPP-V4.6.0_GH0.tar.gz) = 2231714 +SHA256 (wernerd-ZRTPCPP-V4.6.2_GH0.tar.gz) = 62abbd6058b679c5de56a4486266b391c49902c7527e94836f7a3700af987d72 +SIZE (wernerd-ZRTPCPP-V4.6.2_GH0.tar.gz) = 2231842 Modified: head/security/libzrtpcppcore/files/patch-CMakeLists.txt ============================================================================== --- head/security/libzrtpcppcore/files/patch-CMakeLists.txt Tue Mar 15 15:29:07 2016 (r411174) +++ head/security/libzrtpcppcore/files/patch-CMakeLists.txt Tue Mar 15 15:29:13 2016 (r411175) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2014-11-18 15:26:49 UTC +--- CMakeLists.txt.orig 2016-02-04 15:32:31 UTC +++ CMakeLists.txt -@@ -156,14 +156,12 @@ endif() +@@ -182,14 +182,12 @@ endif() # necessary and required modules checked, ready to generate config.h in top-level build directory configure_file(config.h.cmake ${CMAKE_BINARY_DIR}/config.h) @@ -15,4 +15,4 @@ - add_definitions(-DNEW_STDCPP) endif() - include_directories(BEFORE ${CMAKE_BINARY_DIR}) + if (AXO) Copied and modified: head/security/libzrtpcppcore/files/patch-clients_no__client_CMakeLists.txt (from r411174, head/security/libzrtpcppcore/files/patch-clients-no_client-CMakeLists.txt) ============================================================================== --- head/security/libzrtpcppcore/files/patch-clients-no_client-CMakeLists.txt Tue Mar 15 15:29:07 2016 (r411174, copy source) +++ head/security/libzrtpcppcore/files/patch-clients_no__client_CMakeLists.txt Tue Mar 15 15:29:13 2016 (r411175) @@ -1,4 +1,4 @@ ---- clients/no_client/CMakeLists.txt.orig 2014-11-18 15:26:49 UTC +--- clients/no_client/CMakeLists.txt.orig 2016-02-04 15:32:31 UTC +++ clients/no_client/CMakeLists.txt @@ -106,7 +106,7 @@ install(FILES Copied and modified: head/security/libzrtpcppcore/files/patch-common_Thread.h (from r411174, head/security/libzrtpcppcore/files/patch-common-Thread.h) ============================================================================== --- head/security/libzrtpcppcore/files/patch-common-Thread.h Tue Mar 15 15:29:07 2016 (r411174, copy source) +++ head/security/libzrtpcppcore/files/patch-common_Thread.h Tue Mar 15 15:29:13 2016 (r411175) @@ -1,4 +1,4 @@ ---- common/Thread.h.orig 2014-11-18 15:26:49 UTC +--- common/Thread.h.orig 2016-02-04 15:32:31 UTC +++ common/Thread.h @@ -62,7 +62,7 @@ typedef void *LPVOID; Modified: head/security/libzrtpcppcore/pkg-plist ============================================================================== --- head/security/libzrtpcppcore/pkg-plist Tue Mar 15 15:29:07 2016 (r411174) +++ head/security/libzrtpcppcore/pkg-plist Tue Mar 15 15:29:13 2016 (r411175) @@ -6,5 +6,5 @@ include/libzrtpcpp/ZrtpUserCallback.h include/libzrtpcpp/common/osSpecifics.h lib/libzrtpcppcore.so lib/libzrtpcppcore.so.4 -lib/libzrtpcppcore.so.4.6.0 +lib/libzrtpcppcore.so.4.6.2 libdata/pkgconfig/libzrtpcppcore.pc