From owner-svn-ports-head@freebsd.org Thu Mar 2 15:42:41 2017 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 05EEFCF4C98; Thu, 2 Mar 2017 15:42:41 +0000 (UTC) (envelope-from krion@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 BC18CE47; Thu, 2 Mar 2017 15:42:40 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22Fgdja055477; Thu, 2 Mar 2017 15:42:39 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22FgdAd055473; Thu, 2 Mar 2017 15:42:39 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703021542.v22FgdAd055473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Thu, 2 Mar 2017 15:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435243 - in head/math/cminpack: . 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.23 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, 02 Mar 2017 15:42:41 -0000 Author: krion Date: Thu Mar 2 15:42:39 2017 New Revision: 435243 URL: https://svnweb.freebsd.org/changeset/ports/435243 Log: Update math/cminpack to 1.3.6 PR: 217366 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9813 Deleted: head/math/cminpack/files/patch-CMakeLists.txt Modified: head/math/cminpack/Makefile head/math/cminpack/distinfo head/math/cminpack/files/patch-cmake_CMakeLists.txt head/math/cminpack/pkg-plist Modified: head/math/cminpack/Makefile ============================================================================== --- head/math/cminpack/Makefile Thu Mar 2 15:41:48 2017 (r435242) +++ head/math/cminpack/Makefile Thu Mar 2 15:42:39 2017 (r435243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cminpack -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/math/cminpack/distinfo ============================================================================== --- head/math/cminpack/distinfo Thu Mar 2 15:41:48 2017 (r435242) +++ head/math/cminpack/distinfo Thu Mar 2 15:42:39 2017 (r435243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464767219 -SHA256 (devernay-cminpack-v1.3.5_GH0.tar.gz) = a3ab4be6c8a8bab36c6ac7d4322fb0b9c4347a8096fd6c96d1686dc30e4b1afe -SIZE (devernay-cminpack-v1.3.5_GH0.tar.gz) = 312932 +TIMESTAMP = 1487969746 +SHA256 (devernay-cminpack-v1.3.6_GH0.tar.gz) = 3c07fd21308c96477a2c900032e21d937739c233ee273b4347a0d4a84a32d09f +SIZE (devernay-cminpack-v1.3.6_GH0.tar.gz) = 313459 Modified: head/math/cminpack/files/patch-cmake_CMakeLists.txt ============================================================================== --- head/math/cminpack/files/patch-cmake_CMakeLists.txt Thu Mar 2 15:41:48 2017 (r435242) +++ head/math/cminpack/files/patch-cmake_CMakeLists.txt Thu Mar 2 15:42:39 2017 (r435243) @@ -1,11 +1,10 @@ ---- cmake/CMakeLists.txt.orig 2014-02-26 18:22:04 UTC +--- cmake/CMakeLists.txt.orig 2017-02-24 21:33:00 UTC +++ cmake/CMakeLists.txt -@@ -3,6 +3,6 @@ set(PKG_EXTERNAL_DEPS "") - set(pkg_conf_file ${CMAKE_CURRENT_BINARY_DIR}/cminpack.pc) +@@ -11,6 +11,6 @@ if (USE_BLAS AND BLAS_FOUND) + endif() configure_file(cminpack.pc.in ${pkg_conf_file} @ONLY) install(FILES ${pkg_conf_file} - DESTINATION ${CMINPACK_LIB_INSTALL_DIR}/pkgconfig/ COMPONENT pkgconfig) + DESTINATION libdata/pkgconfig/ COMPONENT pkgconfig) --install(FILES FindCMinpack.cmake DESTINATION ${CMAKE_ROOT}/Modules) -+install(FILES FindCMinpack.cmake DESTINATION share/cmake/Modules) + install(FILES CMinpackConfig.cmake DESTINATION share/cmake/CMinpack) Modified: head/math/cminpack/pkg-plist ============================================================================== --- head/math/cminpack/pkg-plist Thu Mar 2 15:41:48 2017 (r435242) +++ head/math/cminpack/pkg-plist Thu Mar 2 15:42:39 2017 (r435243) @@ -2,7 +2,7 @@ include/cminpack-1/cminpack.h include/cminpack-1/minpack.h lib/libcminpack_s.a libdata/pkgconfig/cminpack.pc -share/cmake/Modules/FindCMinpack.cmake +share/cmake/CMinpack/CMinpackConfig.cmake %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chkdrv.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chkdrv_.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmpfiles.c