pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Readonly-XS Update from version 1.04nb2 to 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44725822c807
branches:  trunk
changeset: 554229:44725822c807
user:      he <he%pkgsrc.org@localhost>
date:      Tue Feb 10 19:46:51 2009 +0000

description:
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

diffstat:

 devel/p5-Readonly-XS/Makefile         |  4 ++--
 devel/p5-Readonly-XS/distinfo         |  4 ++--
 devel/p5-Readonly-XS/patches/patch-aa |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 4e2a3a7022b4 -r 44725822c807 devel/p5-Readonly-XS/Makefile
--- a/devel/p5-Readonly-XS/Makefile     Tue Feb 10 19:25:09 2009 +0000
+++ b/devel/p5-Readonly-XS/Makefile     Tue Feb 10 19:46:51 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2008/12/19 18:23:17 he Exp $
+# $NetBSD: Makefile,v 1.5 2009/02/10 19:46:51 he Exp $
 #
 
 DISTNAME=      Readonly-XS-1.04
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Readonly/}
 
diff -r 4e2a3a7022b4 -r 44725822c807 devel/p5-Readonly-XS/distinfo
--- a/devel/p5-Readonly-XS/distinfo     Tue Feb 10 19:25:09 2009 +0000
+++ b/devel/p5-Readonly-XS/distinfo     Tue Feb 10 19:46:51 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/12/19 18:23:17 he Exp $
+$NetBSD: distinfo,v 1.3 2009/02/10 19:46:51 he Exp $
 
 SHA1 (Readonly-XS-1.04.tar.gz) = 1cd1a97971384538bf5587e5f8e3f4e671a0ce38
 RMD160 (Readonly-XS-1.04.tar.gz) = aad55174f4731336d43f6c30178e0e216fdbac17
 Size (Readonly-XS-1.04.tar.gz) = 9092 bytes
-SHA1 (patch-aa) = f71d79aa2dd0fbbb2cbb46f69ce8dd87b8a3e962
+SHA1 (patch-aa) = d9e5700084073710c0212480e0ae720c27bd8fd1
diff -r 4e2a3a7022b4 -r 44725822c807 devel/p5-Readonly-XS/patches/patch-aa
--- a/devel/p5-Readonly-XS/patches/patch-aa     Tue Feb 10 19:25:09 2009 +0000
+++ b/devel/p5-Readonly-XS/patches/patch-aa     Tue Feb 10 19:46:51 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1 2008/12/19 18:23:17 he Exp $
+$NetBSD: patch-aa,v 1.2 2009/02/10 19:46:51 he Exp $
 
---- work/Readonly-XS-1.04/XS.pm.orig   2005-12-06 07:04:00.000000000 +0100
-+++ work/Readonly-XS-1.04/XS.pm
+--- XS.pm.orig 2005-12-06 07:04:00.000000000 +0100
++++ XS.pm
 @@ -17,6 +17,7 @@ package Readonly::XS;
  
  use strict;



Home | Main Index | Thread Index | Old Index