Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DC3057A2AE for ; Mon, 12 Sep 2016 17:22:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8F50585F06; Mon, 12 Sep 2016 17:22:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6CDB085EC0 for ; Mon, 12 Sep 2016 17:22:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FTyMYYsGhCCY for ; Mon, 12 Sep 2016 17:22:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DBFEE84CED for ; Mon, 12 Sep 2016 17:22:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D99E2FBD1; Mon, 12 Sep 2016 17:22:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473700965204170" MIME-Version: 1.0 Date: Mon, 12 Sep 2016 17:22:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/cmake To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20160912172245.D99E2FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1473700965204170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 12 17:22:45 UTC 2016 Modified Files: pkgsrc/devel/cmake: Makefile Makefile.version distinfo Log Message: Changes in 3.6.2 since 3.6.1: Ben Boeckel (3): Intel-C: declare support for gnu11 Intel-C: support gnu89 and gnu99 extension flags Intel-C: standard flags are also supported in 12.0 Brad King (11): Add script to update curl from upstream curl: Update script to get curl 7.50.1 curl: Remove CMake-specific README VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolset GetPrerequisites: Fix regression in gp_resolved_file_type Fortran: Fix .mod file comparison for Intel 16 format VS: Fix VS 2015 .vcxproj debug setting for v80 toolset FindHDF5: Fix regression in providing HDF5_IS_PARALLEL FindHDF5: Fix regression in finding hdf5hl_fortran curl: Backport certificate reuse fix from 7.50.2 CMake 3.6.2 Chuck Atkins (2): FindHDF5: Make sure compile definition vars keep the -D flag CrayLinuxEnvironment: Add alternative methods to get version info Curl Upstream (2): curl 2015-08-11 (1a7f66a3) curl 2016-08-03 (f2cb3a01) Fujii Hironori (1): VS: Fix out-of-bounds write on empty Nsight Tegra version Konstantin Sinitsyn (1): FindProtobuf: Restore support for PROTOBUF_IMPORT_DIRS To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 pkgsrc/devel/cmake/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cmake/Makefile.version cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/cmake/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1473700965204170 Content-Disposition: inline Content-Length: 2399 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cmake/Makefile diff -u pkgsrc/devel/cmake/Makefile:1.121 pkgsrc/devel/cmake/Makefile:1.122 --- pkgsrc/devel/cmake/Makefile:1.121 Wed Aug 3 15:53:38 2016 +++ pkgsrc/devel/cmake/Makefile Mon Sep 12 17:22:45 2016 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.121 2016/08/03 15:53:38 prlw1 Exp $ +# $NetBSD: Makefile,v 1.122 2016/09/12 17:22:45 adam Exp $ .include "Makefile.version" DISTNAME= cmake-${CMAKE_VERSION} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= https://cmake.org/files/v${CMAKE_API}/ Index: pkgsrc/devel/cmake/Makefile.version diff -u pkgsrc/devel/cmake/Makefile.version:1.1 pkgsrc/devel/cmake/Makefile.version:1.2 --- pkgsrc/devel/cmake/Makefile.version:1.1 Thu Jul 28 17:44:43 2016 +++ pkgsrc/devel/cmake/Makefile.version Mon Sep 12 17:22:45 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.1 2016/07/28 17:44:43 prlw1 Exp $ +# $NetBSD: Makefile.version,v 1.2 2016/09/12 17:22:45 adam Exp $ # # used by devel/cmake/Makefile # used by devel/cmake-fedora/Makefile -CMAKE_VERSION= 3.6.1 +CMAKE_VERSION= 3.6.2 CMAKE_API= ${CMAKE_VERSION:R} Index: pkgsrc/devel/cmake/distinfo diff -u pkgsrc/devel/cmake/distinfo:1.90 pkgsrc/devel/cmake/distinfo:1.91 --- pkgsrc/devel/cmake/distinfo:1.90 Wed Aug 3 15:53:38 2016 +++ pkgsrc/devel/cmake/distinfo Mon Sep 12 17:22:45 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.90 2016/08/03 15:53:38 prlw1 Exp $ +$NetBSD: distinfo,v 1.91 2016/09/12 17:22:45 adam Exp $ -SHA1 (cmake-3.6.1.tar.gz) = a37785b3f256a31ee21a047569bc74a8f57067bb -RMD160 (cmake-3.6.1.tar.gz) = 87a0bc724cd853177f5568d488c3b63ab9e46709 -SHA512 (cmake-3.6.1.tar.gz) = 69f20df70c58f7a09da7511a92a1e4492d89fecf30b11744aaf29a129f62384ff57ed7ed2d9dbb8b102abdc72d5722e744583161cb0ae71a01423473f36c8b1d -Size (cmake-3.6.1.tar.gz) = 6895262 bytes +SHA1 (cmake-3.6.2.tar.gz) = 22c4c222d98146bec986ba4406c0c3e2d764fa37 +RMD160 (cmake-3.6.2.tar.gz) = 2b9a04eec4964302ddb0e3b48060407cbdab8455 +SHA512 (cmake-3.6.2.tar.gz) = 50b217d3205cc65c2b55ece4ba050b1aa80dfa8a7e22ee0ec16c741cd99a639847d197a2e8448d7710c2a6ea7ba7bbcd6e3f12810f65dcc74bd27bcdb02f844a +Size (cmake-3.6.2.tar.gz) = 6920069 bytes SHA1 (patch-CMakeLists.txt) = a0b03f2fad5ea174095c4fe52cea67d94cf46e2d SHA1 (patch-Modules_FindX11.cmake) = 124a2d51155cb4455e8b829dc74598cbd50a4e1c SHA1 (patch-Modules_Platform_SCO__SV.cmake) = 3ed230b3a06ea693812db8f57bc73aebec12b99f --_----------=_1473700965204170--