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 9C4E17A273 for ; Sun, 2 Oct 2016 09:31:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0B3F585E46; Sun, 2 Oct 2016 09:31:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CB2C85E46 for ; Sun, 2 Oct 2016 09:31:06 +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 VNKG6hvh7Nng for ; Sun, 2 Oct 2016 09:31:06 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2200B84CE5 for ; Sun, 2 Oct 2016 09:31:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18C46FBD2; Sun, 2 Oct 2016 09:31:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147540066624010" MIME-Version: 1.0 Date: Sun, 2 Oct 2016 09:31:06 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/devel/libbson To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20161002093106.18C46FBD2@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. --_----------=_147540066624010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Sun Oct 2 09:31:06 UTC 2016 Modified Files: pkgsrc/devel/libbson: Makefile distinfo Log Message: Update devel/libbson to 1.4.2. libbson 1.4.2 - No change since 1.4.1; released to keep pace with libmongoc's version. libbson 1.4.1 - This release improves the HTML documentation's Makefile. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libbson/Makefile \ pkgsrc/devel/libbson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147540066624010 Content-Disposition: inline Content-Length: 1663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libbson/Makefile diff -u pkgsrc/devel/libbson/Makefile:1.19 pkgsrc/devel/libbson/Makefile:1.20 --- pkgsrc/devel/libbson/Makefile:1.19 Wed Aug 17 14:07:08 2016 +++ pkgsrc/devel/libbson/Makefile Sun Oct 2 09:31:05 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2016/08/17 14:07:08 fhajny Exp $ +# $NetBSD: Makefile,v 1.20 2016/10/02 09:31:05 fhajny Exp $ -DISTNAME= libbson-1.4.0 +DISTNAME= libbson-1.4.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} Index: pkgsrc/devel/libbson/distinfo diff -u pkgsrc/devel/libbson/distinfo:1.19 pkgsrc/devel/libbson/distinfo:1.20 --- pkgsrc/devel/libbson/distinfo:1.19 Wed Aug 17 14:07:08 2016 +++ pkgsrc/devel/libbson/distinfo Sun Oct 2 09:31:05 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2016/08/17 14:07:08 fhajny Exp $ +$NetBSD: distinfo,v 1.20 2016/10/02 09:31:05 fhajny Exp $ -SHA1 (libbson-1.4.0.tar.gz) = b65bb26bef8d0e0838cb70bf7aad560ec616654f -RMD160 (libbson-1.4.0.tar.gz) = 37c8d25965a9f43d74399f37e16579c8d94d49af -SHA512 (libbson-1.4.0.tar.gz) = 5345c0b91d4e0428b6b6f6d6562094fd9d899de4f42d53649b22df51cc766953f2aa764576e7e4cd37ad91357ad7b788bd6a810d6f994d9df51dc0d1311e2406 -Size (libbson-1.4.0.tar.gz) = 4592567 bytes +SHA1 (libbson-1.4.2.tar.gz) = 28e65ae2dc7130e1de2e5fc2bc2793571ff4f4d1 +RMD160 (libbson-1.4.2.tar.gz) = 7b0c5640e002e5d40f58985be0e471419096b024 +SHA512 (libbson-1.4.2.tar.gz) = 4cc8f833978483af3dcbc30bede33f2a9b448930fabf7be2d5581c8368e875dc1707d31eae209c747e69be1f82fa525c7362c5ac9c4e0b6b3f3346dd5147860e +Size (libbson-1.4.2.tar.gz) = 4597816 bytes SHA1 (patch-Makefile.in) = 0e63f88b7f6e9df5bbbdd7ee294afa93f23335b0 --_----------=_147540066624010--