summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2009-02-10 19:46:51 +0000
committerhe <he@pkgsrc.org>2009-02-10 19:46:51 +0000
commit871628572c422463720c0ee79a47267ecc5aec50 (patch)
tree253a467047e5066a94adb76afb58fe6676cf1795 /devel
parent1f5cd4138a08d5cd6441fa4f895ba72639bca5b2 (diff)
downloadpkgsrc-871628572c422463720c0ee79a47267ecc5aec50.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/p5-Readonly-XS/Makefile4
-rw-r--r--devel/p5-Readonly-XS/distinfo4
-rw-r--r--devel/p5-Readonly-XS/patches/patch-aa6
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Readonly-XS/Makefile b/devel/p5-Readonly-XS/Makefile
index cc87c129947..b5cf5227a10 100644
--- a/devel/p5-Readonly-XS/Makefile
+++ b/devel/p5-Readonly-XS/Makefile
@@ -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 --git a/devel/p5-Readonly-XS/distinfo b/devel/p5-Readonly-XS/distinfo
index 99e506ed734..916b6afe668 100644
--- a/devel/p5-Readonly-XS/distinfo
+++ b/devel/p5-Readonly-XS/distinfo
@@ -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 --git a/devel/p5-Readonly-XS/patches/patch-aa b/devel/p5-Readonly-XS/patches/patch-aa
index 218ba8403bb..eec063bf408 100644
--- a/devel/p5-Readonly-XS/patches/patch-aa
+++ b/devel/p5-Readonly-XS/patches/patch-aa
@@ -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;