diff options
author | sno <sno@pkgsrc.org> | 2010-01-16 16:34:40 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-16 16:34:40 +0000 |
commit | d46e4f7db8ae78e4fdc967428906b9d4dadabdc0 (patch) | |
tree | e9524dce6091ad04465a58caee3446779e8f3e0e /devel | |
parent | 61369a7b1bd05c3a600a09adaccfb98fe483b2ed (diff) | |
download | pkgsrc-d46e4f7db8ae78e4fdc967428906b9d4dadabdc0.tar.gz |
Updating devel/p5-PPI from 1.206 to 1.208
pkgsrc changes:
- Adjusting dependencies according to META.yml (special handling for
modules in Perl core)
Upstream changes:
1.208 Thu 14 Jan 2010
Summary:
- THIS IS THE 100TH RELEASE OF PPI!
- Fixes some tiny issues, otherwise unchanged from 1.207_01
Details:
- Don't assign '' to $^W, it generates a warning on Gentoo
- Added missing PPI::Token::Regexp fix to Changes file
- Updating Copyright to the new year (yet again)
1.207_01 Thu 10 Dec 2009
Summary:
- This is a general bug fix and accuracy release
Details:
- Fixed #50309: literal() wrong result on "qw (a b c)"
- PPI::Dumper no longer causes Elements to flush location data.
Also it no longer disables location information for non-Documents.
- +{ package => 1 } doesn't create a PPI::Statement::Package
- PPI::Token::Regexp and PPI::Token::QuoteLike::Regexp how have methods
for getting at the various components (delimiters, modifiers, match &
substitution strings).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-PPI/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-PPI/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile index 823bf53349f..b0367c71b2b 100644 --- a/devel/p5-PPI/Makefile +++ b/devel/p5-PPI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/08/09 07:55:42 sno Exp $ +# $NetBSD: Makefile,v 1.8 2010/01/16 16:34:40 sno Exp $ # -DISTNAME= PPI-1.206 +DISTNAME= PPI-1.208 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/} @@ -20,13 +20,14 @@ DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.35}:../../security/p5-Digest-MD5 DEPENDS+= p5-IO-String>=1.07:../../devel/p5-IO-String DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util -DEPENDS+= p5-Scalar-List-Utils>=1.20:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken +DEPENDS+= {perl>=5.8,p5-Storable>=2.17}:../../devel/p5-Storable BUILD_DEPENDS+= p5-Test-ClassAPI>=1.04:../../devel/p5-Test-ClassAPI BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings BUILD_DEPENDS+= p5-Test-Object>=0.07:../../devel/p5-Test-Object -BUILD_DEPENDS+= p5-Test-Simple>=0.86:../../devel/p5-Test-Simple +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-SubCalls>=1.07:../../devel/p5-Test-SubCalls USE_LANGUAGES= # empty diff --git a/devel/p5-PPI/distinfo b/devel/p5-PPI/distinfo index 39711ce4fd2..13f47003a28 100644 --- a/devel/p5-PPI/distinfo +++ b/devel/p5-PPI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/08/09 07:55:42 sno Exp $ +$NetBSD: distinfo,v 1.5 2010/01/16 16:34:40 sno Exp $ -SHA1 (PPI-1.206.tar.gz) = d2b675276113851c1c2010a67770cf4002e8e9c8 -RMD160 (PPI-1.206.tar.gz) = 3f5e57b41d307f409846e41e98561c3424fb7606 -Size (PPI-1.206.tar.gz) = 217320 bytes +SHA1 (PPI-1.208.tar.gz) = 6eef3e5a6219defbbd6a876d289b05588a24415f +RMD160 (PPI-1.208.tar.gz) = 8b7d655f4076e6a8d0a929bc4b6f6d7fd513a532 +Size (PPI-1.208.tar.gz) = 222582 bytes |