From owner-svn-ports-head@freebsd.org Thu May 10 06:20:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25C77FB2B7C; Thu, 10 May 2018 06:20:07 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F1B78262C; Thu, 10 May 2018 06:20:06 +0000 (UTC) (envelope-from wen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71CF01C8B5; Thu, 10 May 2018 06:20:06 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4A6K6iK070491; Thu, 10 May 2018 06:20:06 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4A6K67A070490; Thu, 10 May 2018 06:20:06 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805100620.w4A6K67A070490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 10 May 2018 06:20:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469503 - head/math/cgal X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/cgal X-SVN-Commit-Revision: 469503 X-SVN-Commit-Repository: ports 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.25 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: Thu, 10 May 2018 06:20:07 -0000 Author: wen Date: Thu May 10 06:20:06 2018 New Revision: 469503 URL: https://svnweb.freebsd.org/changeset/ports/469503 Log: - Fix pkg-plist when build with QT5 option PR: 228010(based on) Submitted by: rhurlin@gwdg.de Modified: head/math/cgal/pkg-plist Modified: head/math/cgal/pkg-plist ============================================================================== --- head/math/cgal/pkg-plist Thu May 10 06:13:12 2018 (r469502) +++ head/math/cgal/pkg-plist Thu May 10 06:20:06 2018 (r469503) @@ -3157,6 +3157,9 @@ lib/CGAL/process_dependencies.cmake lib/CGAL/run_cmd_redirection_cerr.cmake lib/CGAL/run_test_with_cin.cmake lib/CGAL/test_MPFI.cpp +%%QT5%%lib/CGAL/CGAL_Qt5Exports-%%CMAKE_BUILD_TYPE%%.cmake +%%QT5%%lib/CGAL/CGAL_Qt5Exports.cmake +%%QT5%%lib/CGAL/CGAL_Qt5LibConfig.cmake lib/libCGAL.so lib/libCGAL.so.13 lib/libCGAL.so.13.0.1 @@ -3168,5 +3171,5 @@ lib/libCGAL_ImageIO.so.13 lib/libCGAL_ImageIO.so.13.0.1 %%QT5%%lib/libCGAL_Qt5.so %%QT5%%lib/libCGAL_Qt5.so.13 -%%QT5%%lib/libCGAL_Qt5.so.13.0.0 +%%QT5%%lib/libCGAL_Qt5.so.13.0.1 man/man1/cgal_create_cmake_script.1.gz