pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-PPI Updating devel/p5-PPI from 1.206 to 1.208



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f888e0d9c429
branches:  trunk
changeset: 569549:f888e0d9c429
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 16:34:40 2010 +0000

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

 devel/p5-PPI/Makefile |  9 +++++----
 devel/p5-PPI/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 2df1eb90cba8 -r f888e0d9c429 devel/p5-PPI/Makefile
--- a/devel/p5-PPI/Makefile     Sat Jan 16 16:32:27 2010 +0000
+++ b/devel/p5-PPI/Makefile     Sat Jan 16 16:34:40 2010 +0000
@@ -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+=      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 -r 2df1eb90cba8 -r f888e0d9c429 devel/p5-PPI/distinfo
--- a/devel/p5-PPI/distinfo     Sat Jan 16 16:32:27 2010 +0000
+++ b/devel/p5-PPI/distinfo     Sat Jan 16 16:34:40 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index