Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id EE2FD63C70B for ; Sat, 6 Aug 2011 10:02:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B60E614A116; Sat, 6 Aug 2011 10:02:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8159514A0C6 for ; Sat, 6 Aug 2011 10:02: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 Jp6+LDokskfD for ; Sat, 6 Aug 2011 10:02:35 +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 F146A14A0B0 for ; Sat, 6 Aug 2011 10:02:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D8D67175DD; Sat, 6 Aug 2011 10:02:34 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 6 Aug 2011 10:02:34 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/devel/p5-Devel-PPPort To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20110806100234.D8D67175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Sat Aug 6 10:02:34 UTC 2011 Modified Files: pkgsrc/devel/p5-Devel-PPPort: Makefile distinfo Log Message: Update p5-Devel-PPPort to version 3.19.03. Chance since version 3.19.03: - fix CPAN #50763: mistaken use of $[ (thanks to Zefram for spotting this) - remove spurious PUSHMARK from Perl_ppaddr_t (thanks to Gerard Goossen for providing a patch) - improved support for newer compilers in buildperl.pl (thanks to Philippe Bruhat (BooK) for providing a patch) - added support for the following API memEQs memNEs - lots of small toolchain updates - fix a warning emitted by the test suite with older perls - added support for the following API newSVpvs_share get_cvn_flags get_cvs (thanks to Goro Fuji for providing a patch to implement all of these, fixes CPAN #47174) - keep up with latest core changes To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Devel-PPPort/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Devel-PPPort/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.