Received: by mail.netbsd.org (Postfix, from userid 605) id 078B284D99; Fri, 6 Oct 2017 04:35:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D2E584D7E for ; Fri, 6 Oct 2017 04:35:24 +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 I7IUuo4X6jvb for ; Fri, 6 Oct 2017 04:35:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1444F84CDD for ; Fri, 6 Oct 2017 04:35:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06BE9FBC7; Fri, 6 Oct 2017 04:35:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507264524186300" MIME-Version: 1.0 Date: Fri, 6 Oct 2017 04:35:24 +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: <20171006043524.06BE9FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507264524186300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 6 04:35:23 UTC 2017 Modified Files: pkgsrc/devel/cmake: Makefile.version distinfo Log Message: cmake: update to 3.9.4 Changes in 3.9.4: FindBoost: Finish reverting "Simplify search in lists" for 3.9 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/cmake/Makefile.version cvs rdiff -u -r1.106 -r1.107 pkgsrc/devel/cmake/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507264524186300 Content-Disposition: inline Content-Length: 1883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cmake/Makefile.version diff -u pkgsrc/devel/cmake/Makefile.version:1.15 pkgsrc/devel/cmake/Makefile.version:1.16 --- pkgsrc/devel/cmake/Makefile.version:1.15 Tue Sep 26 04:50:50 2017 +++ pkgsrc/devel/cmake/Makefile.version Fri Oct 6 04:35:23 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.15 2017/09/26 04:50:50 adam Exp $ +# $NetBSD: Makefile.version,v 1.16 2017/10/06 04:35:23 adam Exp $ # # used by devel/cmake/Makefile # used by devel/cmake-fedora/Makefile -CMAKE_VERSION= 3.9.3 +CMAKE_VERSION= 3.9.4 CMAKE_API= ${CMAKE_VERSION:R} Index: pkgsrc/devel/cmake/distinfo diff -u pkgsrc/devel/cmake/distinfo:1.106 pkgsrc/devel/cmake/distinfo:1.107 --- pkgsrc/devel/cmake/distinfo:1.106 Tue Sep 26 04:50:50 2017 +++ pkgsrc/devel/cmake/distinfo Fri Oct 6 04:35:23 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.106 2017/09/26 04:50:50 adam Exp $ +$NetBSD: distinfo,v 1.107 2017/10/06 04:35:23 adam Exp $ -SHA1 (cmake-3.9.3.tar.gz) = a373d7b7c5020b1287efcd5a26a701a920e87d9a -RMD160 (cmake-3.9.3.tar.gz) = c1396d63aa32d43891dac04133fb477997c39c35 -SHA512 (cmake-3.9.3.tar.gz) = 30058cf4c154221846d1cd22eaf44a297d2a2d020a443f3e6f40384dfb86ee9a639a1299aa9f187f230505b2a6ee0fe69fbf5e80410711a6ac3d7a07b37f8dfc -Size (cmake-3.9.3.tar.gz) = 7705238 bytes +SHA1 (cmake-3.9.4.tar.gz) = f232fe4e360638bcb370ffac9107b01c52fdcdea +RMD160 (cmake-3.9.4.tar.gz) = bb9c30f2726413f0d7d7b92e0294b61438151d62 +SHA512 (cmake-3.9.4.tar.gz) = d9172f86df7ddefd0ecf1cd271add8b8af2d712a47ded530e9ff2c26e39087bc11a099125f17add6b563d176f27a68f4998bb53ae390b3f12894d658dfc8eee5 +Size (cmake-3.9.4.tar.gz) = 7705052 bytes SHA1 (patch-CMakeLists.txt) = a0b03f2fad5ea174095c4fe52cea67d94cf46e2d SHA1 (patch-Modules_FindCurses.cmake) = 09fcd7adfbc2dfc2cd8af4e047d870a5243d77dc SHA1 (patch-Modules_FindPythonInterp.cmake) = d1b39bdcd654f2a4fc63463cd20de656cce3cf8f --_----------=_1507264524186300--