Tue Aug 17 06:48:37 2010 UTC ()
Updating devel/p5-PPIx-Regexp from 0.008 to 0.010

Upstream changes:
0.010		T. R. Wyant	06-Aug-2010
  Fix fatal error in PPIx::Regexp::Token::Code->ppi().
  Move author tests from xt/ to xt/author/.

0.009		T. R. Wyant	03-Aug-2010
  Recognize s/.../.../ee as being different from s/.../.../e. In
    particular, the replacement portion of the former is _not_ a Perl
    expression: it's an interpolatble string, which later gets
    eval{}'ed.


(sno)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-PPIx-Regexp/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-PPIx-Regexp/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-PPIx-Regexp/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-PPIx-Regexp/Makefile 2010/07/31 10:52:20 1.1.1.1
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile 2010/08/17 06:48:37 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 10:52:20 sno Exp $ 1# $NetBSD: Makefile,v 1.2 2010/08/17 06:48:37 sno Exp $
2# 2#
3 3
4DISTNAME= PPIx-Regexp-0.008 4DISTNAME= PPIx-Regexp-0.010
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/PPIx-Regexp/ 10HOMEPAGE= http://search.cpan.org/dist/PPIx-Regexp/
11COMMENT= Represent a regular expression of some sort 11COMMENT= Represent a regular expression of some sort
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
17DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI 17DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-PPIx-Regexp/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-PPIx-Regexp/distinfo 2010/07/31 10:52:20 1.1.1.1
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo 2010/08/17 06:48:37 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2010/07/31 10:52:20 sno Exp $ 1$NetBSD: distinfo,v 1.2 2010/08/17 06:48:37 sno Exp $
2 2
3SHA1 (PPIx-Regexp-0.008.tar.gz) = 00d230090515c61c16cbc19594487e6bc9accd8f 3SHA1 (PPIx-Regexp-0.010.tar.gz) = 30acfccc8e36f2c20ed0bbe44f62ec5a5a08195b
4RMD160 (PPIx-Regexp-0.008.tar.gz) = 0b49bd98fc050f7e65346ed7adefa2dd90107340 4RMD160 (PPIx-Regexp-0.010.tar.gz) = 75fc259ee5422e557f458a9f9390fe39bc2362ba
5Size (PPIx-Regexp-0.008.tar.gz) = 119187 bytes 5Size (PPIx-Regexp-0.010.tar.gz) = 119812 bytes