Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 51A2163D735 for ; Wed, 16 Nov 2011 08:41:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 30A6F14A3A3; Wed, 16 Nov 2011 08:41:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 832D514A3A1 for ; Wed, 16 Nov 2011 08:41:45 +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 TpkL30mzBLoA for ; Wed, 16 Nov 2011 08:41:44 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 769D514A39F for ; Wed, 16 Nov 2011 08:41:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5BC7F175DD; Wed, 16 Nov 2011 08:41:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 16 Nov 2011 08:41:44 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/textproc/p5-YAML-Syck To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20111116084144.5BC7F175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Wed Nov 16 08:41:44 UTC 2011 Modified Files: pkgsrc/textproc/p5-YAML-Syck: Makefile distinfo Log Message: Updating YAML::Syck Perl module in textproc/p5-YAML-Syck from 1.15nb1 to 1.19. Upstream changes (since 1.15): [Changes for 1.19 (JSON::Syck 0.42 ) - 2011-11-08] * Do not run t/leak.t on perls prior to 5.8.9 as 5.8.8 and Devel::Leak apparently do not mix (perl RT #102606). [Changes for 1.18 (JSON::Syck 0.41 ) - 2011-11-05] * Promote to stable release. [Changes for 1.17_02 (JSON::Syck 0.40_02 ) - 2011-11-03] * perl RT #102606 - Only lvalue subroutines are supposed to return the argument to "return" without copying it. Stop relying on a pre-5.15 bug. [Father Chrysostomos] [Changes for 1.17_01 (JSON::Syck 0.40_01 ) - 2011-02-28] * Break YAML::Syck dependency on Scalar::Util [Changes for 1.17 (JSON::Syck 0.40 ) - 2010-11-21] * Change a C99 comment to a C89 comment * Upgrade ppport.h from 3.13 to 3.19 * Remove inc/Test/Builder/IO/Scalar.pm from MANIFEST [Changes for 1.16 (JSON::Syck 0.39 ) - 2010-11-21] * POD formatting fixes contributed by Justin Hunter To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/p5-YAML-Syck/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/p5-YAML-Syck/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.