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 5C2187A27D for ; Fri, 30 Dec 2016 11:21:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0C1B4855FC; Fri, 30 Dec 2016 11:21:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8FF238559F for ; Fri, 30 Dec 2016 11:21:48 +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 ruDkRukTM4II for ; Fri, 30 Dec 2016 11:21:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2262E85597 for ; Fri, 30 Dec 2016 11:21:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20611FBA6; Fri, 30 Dec 2016 11:21:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483096908266490" MIME-Version: 1.0 Date: Fri, 30 Dec 2016 11:21:48 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-batteries To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20161230112148.20611FBA6@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. --_----------=_1483096908266490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Fri Dec 30 11:21:48 UTC 2016 Modified Files: pkgsrc/devel/ocaml-batteries: Makefile distinfo Log Message: Updated package to latest version, 2.5.3. Changes include: Batteries 2.5.3 synchronizes library functions with OCaml 4.04+beta2, and will hopefully be an extension of the upcoming OCaml 4.04 release. - Compatibility with OCaml 4.04. 5e63a9a756f (Gabriel Scherer) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ocaml-batteries/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-batteries/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483096908266490 Content-Disposition: inline Content-Length: 1753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-batteries/Makefile diff -u pkgsrc/devel/ocaml-batteries/Makefile:1.10 pkgsrc/devel/ocaml-batteries/Makefile:1.11 --- pkgsrc/devel/ocaml-batteries/Makefile:1.10 Thu Aug 18 10:07:41 2016 +++ pkgsrc/devel/ocaml-batteries/Makefile Fri Dec 30 11:21:47 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/08/18 10:07:41 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2016/12/30 11:21:47 jaapb Exp $ -VERSION= 2.5.2 +VERSION= 2.5.3 GITHUB_PROJECT= batteries-included GITHUB_TAG= v${VERSION} DISTNAME= batteries-${VERSION} Index: pkgsrc/devel/ocaml-batteries/distinfo diff -u pkgsrc/devel/ocaml-batteries/distinfo:1.6 pkgsrc/devel/ocaml-batteries/distinfo:1.7 --- pkgsrc/devel/ocaml-batteries/distinfo:1.6 Thu Aug 18 10:07:41 2016 +++ pkgsrc/devel/ocaml-batteries/distinfo Fri Dec 30 11:21:47 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2016/08/18 10:07:41 jaapb Exp $ +$NetBSD: distinfo,v 1.7 2016/12/30 11:21:47 jaapb Exp $ -SHA1 (batteries-2.5.2.tar.gz) = 348d9dccfe9a64f9e5897c31824a8388896975bb -RMD160 (batteries-2.5.2.tar.gz) = 2efd4f323f1b29e292cc9630c5a96d0d399c7d77 -SHA512 (batteries-2.5.2.tar.gz) = 310a2c88986cefe06424d428579203a5e147515fcd839a19daaedeca25803ef593d8eeb68027f26509fd820794b7928bf5ae56ff1aef852523ee91a4ce0d4d0d -Size (batteries-2.5.2.tar.gz) = 750624 bytes +SHA1 (batteries-2.5.3.tar.gz) = 0a208161b402ba5584a26ebea030db0ac0744412 +RMD160 (batteries-2.5.3.tar.gz) = 43cbceb0b3fb543e1ab9c8dd272c607d844ac2ba +SHA512 (batteries-2.5.3.tar.gz) = d1b776c82a8a79c2908da5f5c7b7ee335ea8520e05b725910c03f4eb3c6e653619e1ff9fab8811d94a613620a84ec016651d13773e1ceea8830bb8c1ce7b46ba +Size (batteries-2.5.3.tar.gz) = 756020 bytes SHA1 (patch-Makefile) = 916f5bb2eeffca3830865e0a63dfdb9a48e1e40f --_----------=_1483096908266490--