head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.1.0.2 pkgsrc-2008Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2009.03.10.17.32.01; author sno; state dead; branches; next 1.2; 1.2 date 2009.02.10.19.46.51; author he; state Exp; branches; next 1.1; 1.1 date 2008.12.19.18.23.17; author he; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2009.02.10.22.28.52; author tron; state Exp; branches; next ; desc @@ 1.3 log @PkgSrc changes: - Updated to 1.05 - removed obsoleted patches/patch-aa Upstream changes: 1.05 2009 February 24 - Fix minor syntax error that had been plaguing many people. Thanks to Chris Dolan for shaming me into fixing this. Oked by rhaen@@ @ text @$NetBSD: patch-aa,v 1.2 2009/02/10 19:46:51 he Exp $ --- XS.pm.orig 2005-12-06 07:04:00.000000000 +0100 +++ XS.pm @@@@ -17,6 +17,7 @@@@ package Readonly::XS; use strict; use warnings; +use Carp; use vars qw($VERSION $MAGIC_COOKIE %PL_COMPAT); $VERSION = '1.04'; @ 1.2 log @Update from version 1.04nb2 to 1.04nb3. Pkgsrc changes: o Fix the broken patch-aa patch, which should have fixed PR#39740 but didn't, and instead left the package in an unbuildable state. With this in place, "make test" completes, fixing the problem in the CPAN report at http://rt.cpan.org/Public/Bug/Display.html?id=29778 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2008/12/19 18:23:17 he Exp $ @ 1.1 log @Update from version 1.04nb1 to 1.04nb2. This should fix PR#39740. Pkgsrc changes: o Add a patch to "use Carp;" to fix the problem described in the PR @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- work/Readonly-XS-1.04/XS.pm.orig 2005-12-06 07:04:00.000000000 +0100 +++ work/Readonly-XS-1.04/XS.pm @ 1.1.2.1 log @Pullup ticket #2695 - requested by he p5-Readonly-XS: build fix Revisions pulled up: - devel/p5-Readonly-XS/Makefile 1.5 - devel/p5-Readonly-XS/distinfo 1.3 - devel/p5-Readonly-XS/patches/patch-aa 1.2 --- Module Name: pkgsrc Committed By: he Date: Tue Feb 10 19:46:51 UTC 2009 Modified Files: pkgsrc/devel/p5-Readonly-XS: Makefile distinfo pkgsrc/devel/p5-Readonly-XS/patches: patch-aa Log Message: Update from version 1.04nb2 to 1.04nb3. Pkgsrc changes: o Fix the broken patch-aa patch, which should have fixed PR#39740 but didn't, and instead left the package in an unbuildable state. With this in place, "make test" completes, fixing the problem in the CPAN report at http://rt.cpan.org/Public/Bug/Display.html?id=29778 @ text @d3 2 a4 2 --- XS.pm.orig 2005-12-06 07:04:00.000000000 +0100 +++ XS.pm @