pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Perl-MinimumVersion Update to 1.32



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14de533d5176
branches:  trunk
changeset: 626063:14de533d5176
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Oct 31 03:22:47 2013 +0000

description:
Update to 1.32
Update DEPENDS

Upstream changes:
1.32 Tue 16 Jan 2013
    - require new version of PPIx::Regexp
    - skip sub named keys/each/values in _each_argument() (Pedro Melo, RT#82718)
    - detect open with reference to scalar (Alexandr Ciornii)

1.31 Tue  4 Dec 2012
    - sort $subref requires perl 5.6 (Alexandr Ciornii)

1.30 Wed 28 Nov 2012
    - 'each % { $foo }' incorrectly required perl 5.14 (RT#81505)
    - 02_main.t fails in rare cases (RT#81487)

1.29 Tue 27 Nov 2012
        - "Use of uninitialized value in null operation" fix.
        - Adding test for "utf8::is_utf" 5.8.1 special case
        - Recognize all versions in "use feature" bundle (Alexandr Ciornii)
        - Support regexes (Alexandr Ciornii)
        - detect changes in each/keys/values in 5.12 and 5.14 (Yasutaka ATARASHI, Alexandr Ciornii)
        - 2-arg binmode (Alexandr Ciornii)
        - postfix when (Alexandr Ciornii)
        - exists(&sub) (Kevin Ryde, Alexandr Ciornii)
        - _bugfix_magic_errno will return element (Alexandr Ciornii)
        - add 'encoding' to 5.8 pragmas (Alexandr Ciornii)
        - private methods _set_checks2skip and _set_collect_all_reasons for
          Perl::Critic::Policy::Compatibility::PerlMinimumVersionAndWhy (Alexandr Ciornii)
        - temp file with open requires 5.8 (Alexandr Ciornii)

diffstat:

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

diffs (40 lines):

diff -r 447b87658c79 -r 14de533d5176 devel/p5-Perl-MinimumVersion/Makefile
--- a/devel/p5-Perl-MinimumVersion/Makefile     Thu Oct 31 03:17:59 2013 +0000
+++ b/devel/p5-Perl-MinimumVersion/Makefile     Thu Oct 31 03:22:47 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:39 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2013/10/31 03:22:47 wen Exp $
 #
 
-DISTNAME=              Perl-MinimumVersion-1.28
+DISTNAME=              Perl-MinimumVersion-1.32
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Perl/}
 
@@ -15,9 +14,10 @@
 DEPENDS+=              p5-File-Find-Rule>=0.32:../../devel/p5-File-Find-Rule
 DEPENDS+=              p5-File-Find-Rule-Perl>=1.04:../../devel/p5-File-Find-Rule-Perl
 DEPENDS+=              {perl>=5.10.0,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
-DEPENDS+=              p5-PPI>=1.205:../../devel/p5-PPI
+DEPENDS+=              p5-PPI>=1.215:../../devel/p5-PPI
 DEPENDS+=              p5-Params-Util>=0.25:../../devel/p5-Params-Util
 DEPENDS+=              p5-Perl-Critic>=1.104:../../devel/p5-Perl-Critic
+DEPENDS+=              p5-PPIx-Regexp>=0.029:../../devel/p5-PPIx-Regexp
 DEPENDS+=              {perl>=5.10.1,p5-version>=0.76}:../../devel/p5-version
 
 BUILD_DEPENDS+=                p5-Test-Script>=1.03:../../devel/p5-Test-Script
diff -r 447b87658c79 -r 14de533d5176 devel/p5-Perl-MinimumVersion/distinfo
--- a/devel/p5-Perl-MinimumVersion/distinfo     Thu Oct 31 03:17:59 2013 +0000
+++ b/devel/p5-Perl-MinimumVersion/distinfo     Thu Oct 31 03:22:47 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/08/16 23:03:03 wiz Exp $
+$NetBSD: distinfo,v 1.5 2013/10/31 03:22:47 wen Exp $
 
-SHA1 (Perl-MinimumVersion-1.28.tar.gz) = d7024cfe00177972ecefa4e818b53f1278f9a28e
-RMD160 (Perl-MinimumVersion-1.28.tar.gz) = 61e4174d7447ae1eb02a4c0e107ee756c38c15e1
-Size (Perl-MinimumVersion-1.28.tar.gz) = 43520 bytes
+SHA1 (Perl-MinimumVersion-1.32.tar.gz) = 5863b5d7f97c9d0727d80d12fbd9ac34217a2d75
+RMD160 (Perl-MinimumVersion-1.32.tar.gz) = 7e7f64bbb5040863ec5afef74d455da6ba588d23
+Size (Perl-MinimumVersion-1.32.tar.gz) = 48329 bytes



Home | Main Index | Thread Index | Old Index