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 9F5D37A21F for ; Tue, 23 May 2017 12:35:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1B0DD855A1; Tue, 23 May 2017 12:35:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0C0284D97 for ; Tue, 23 May 2017 12:35:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JW1hMs1RqZMM for ; Tue, 23 May 2017 12:35:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 32E4884C6C for ; Tue, 23 May 2017 12:35:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D7E0FBE4; Tue, 23 May 2017 12:35:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149554291181000" MIME-Version: 1.0 Date: Tue, 23 May 2017 12:35:11 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/jsoncpp To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170523123511.2D7E0FBE4@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. --_----------=_149554291181000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue May 23 12:35:11 UTC 2017 Modified Files: pkgsrc/textproc/jsoncpp: Makefile distinfo Log Message: Updated textproc/jsoncpp 1.7.7 to 1.8.0 --------------------------------------- - Require cmake>=3.1 - @cdunn2001 cdunn2001 released this on 15 Dec 2016 21 commits to master since this release - Plus some other build-related changes. I don't think there is anything functionally different from 1.7.7, or even any binary incompatibilities, but the cmake change is significant. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/jsoncpp/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/jsoncpp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149554291181000 Content-Disposition: inline Content-Length: 1616 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/jsoncpp/Makefile diff -u pkgsrc/textproc/jsoncpp/Makefile:1.6 pkgsrc/textproc/jsoncpp/Makefile:1.7 --- pkgsrc/textproc/jsoncpp/Makefile:1.6 Wed Nov 9 09:44:22 2016 +++ pkgsrc/textproc/jsoncpp/Makefile Tue May 23 12:35:11 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/11/09 09:44:22 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/05/23 12:35:11 mef Exp $ -DISTNAME= jsoncpp-1.7.7 +DISTNAME= jsoncpp-1.8.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=open-source-parsers/} Index: pkgsrc/textproc/jsoncpp/distinfo diff -u pkgsrc/textproc/jsoncpp/distinfo:1.5 pkgsrc/textproc/jsoncpp/distinfo:1.6 --- pkgsrc/textproc/jsoncpp/distinfo:1.5 Wed Nov 9 09:44:22 2016 +++ pkgsrc/textproc/jsoncpp/distinfo Tue May 23 12:35:11 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/11/09 09:44:22 wiz Exp $ +$NetBSD: distinfo,v 1.6 2017/05/23 12:35:11 mef Exp $ -SHA1 (jsoncpp-1.7.7.tar.gz) = 7bbb47e25b3aa7c4c8b579ca46b32d55f32cb46e -RMD160 (jsoncpp-1.7.7.tar.gz) = 0f549b6894cb9bf98907289d716a8aa125c548bf -SHA512 (jsoncpp-1.7.7.tar.gz) = 1b12cc497729ca447dae77f92c6a761494554021b306e8cedbea0ddf83f6569ca53380f8b53a0d4a62b5239c605328a419082e0610ca051a2957bcb7136ba644 -Size (jsoncpp-1.7.7.tar.gz) = 206072 bytes +SHA1 (jsoncpp-1.8.0.tar.gz) = 40f7f34551012f68e822664a0b179e7e6cac5a97 +RMD160 (jsoncpp-1.8.0.tar.gz) = 005a95ac9ab9c6752066eabfd751a220a9a9792f +SHA512 (jsoncpp-1.8.0.tar.gz) = bd0aa56827932e5b50231216c9f501da12053bf9eed6e83210b5c52afb9aff610e71995446a7e2f5f4580ff37762956a307867d3eaa1aebd6ca31e574c9e4d4c +Size (jsoncpp-1.8.0.tar.gz) = 206659 bytes --_----------=_149554291181000--