Received: by mail.netbsd.org (Postfix, from userid 605) id C3BC0856C4; Wed, 15 Nov 2017 10:05:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E72784DB9 for ; Wed, 15 Nov 2017 10:05:35 +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 5t2HiAWqZR7J for ; Wed, 15 Nov 2017 10:05:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D173F84D78 for ; Wed, 15 Nov 2017 10:05:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC93DFB3E; Wed, 15 Nov 2017 10:05:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151074032862190" MIME-Version: 1.0 Date: Wed, 15 Nov 2017 10:05:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/p5-Sereal To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171115100528.EC93DFB3E@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. --_----------=_151074032862190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 15 10:05:28 UTC 2017 Modified Files: pkgsrc/converters/p5-Sereal: Makefile distinfo Log Message: p5-Sereal: update to 4.004. 4.004 Sun Nov 12 * Fix build issues from C++ style comments * Fixup build_requires 4.003 Sun Nov 12 * Fixup Devel::CheckLib usage * Do not compress using Snappy if the buffer is larger 2**32 * Build fixes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/p5-Sereal/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/p5-Sereal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151074032862190 Content-Disposition: inline Content-Length: 1683 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/p5-Sereal/Makefile diff -u pkgsrc/converters/p5-Sereal/Makefile:1.4 pkgsrc/converters/p5-Sereal/Makefile:1.5 --- pkgsrc/converters/p5-Sereal/Makefile:1.4 Mon Nov 13 13:45:52 2017 +++ pkgsrc/converters/p5-Sereal/Makefile Wed Nov 15 10:05:28 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/11/13 13:45:52 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/11/15 10:05:28 wiz Exp $ -DISTNAME= Sereal-4.002 +DISTNAME= Sereal-4.004 PKGNAME= p5-${DISTNAME} CATEGORIES= converters perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/ Index: pkgsrc/converters/p5-Sereal/distinfo diff -u pkgsrc/converters/p5-Sereal/distinfo:1.3 pkgsrc/converters/p5-Sereal/distinfo:1.4 --- pkgsrc/converters/p5-Sereal/distinfo:1.3 Mon Nov 13 13:45:52 2017 +++ pkgsrc/converters/p5-Sereal/distinfo Wed Nov 15 10:05:28 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/11/13 13:45:52 wiz Exp $ +$NetBSD: distinfo,v 1.4 2017/11/15 10:05:28 wiz Exp $ -SHA1 (Sereal-4.002.tar.gz) = 7fe2bf45d571e547db48319bd5541f21a51874b6 -RMD160 (Sereal-4.002.tar.gz) = 9a9458ec9dfa73386d55a645131f04d022ad5e55 -SHA512 (Sereal-4.002.tar.gz) = 81bd2006e62cd636cb9137bf5cc0909eb885dcb7ef12ab8fd43687e1184e2b80fd6d8c68583a5f74b825bbce366b745df5c39fd495bb369fdc1adb29cc198a25 -Size (Sereal-4.002.tar.gz) = 193252 bytes +SHA1 (Sereal-4.004.tar.gz) = b63d721e110e9746a642be5ec5ba9e1488f57598 +RMD160 (Sereal-4.004.tar.gz) = a97df2f47caf43d2b49eaa182d285032b689c616 +SHA512 (Sereal-4.004.tar.gz) = c4fed38af587a852c294bdbe4bc17fc2b5cc55592d0d63deb5c155c974e45befad141d6e655fdb72bf88a50a26cdeb500e0e717b1cf6d936778de49825664f1e +Size (Sereal-4.004.tar.gz) = 193361 bytes --_----------=_151074032862190--