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.38



details:   https://anonhg.NetBSD.org/pkgsrc/rev/025d2c43be21
branches:  trunk
changeset: 646269:025d2c43be21
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Feb 06 09:56:59 2015 +0000

description:
Update to 1.38
Update DEPENDS

Upstream changes:
1.38 2014-08-22
    - The doc for Perl::MinimumVersion now mentions perlver in both
      the DESCRIPTION and SEE ALSO sections. RT#98262 from pagenyon++.
    - Added mention of Perl::MinimumVersion::Fast to SEE ALSO.

1.37 2014-05-11
    - Removed the check for "stacked labels" that I added in 1.36, as it appears
      that I misinterpreted what the 5.14 change was, and broke at least one dist.
      Commented out the check in MinimumVersion.pm, and the specific subtests.
      Apologies to HMBRAND and all others affected
    - The way I was comparing versions in one of the new tests in 1.36 wasn't portable
      across old versions of Perl. Thanks to Paul Howarth for RT#95528.

1.36 2014-05-09
    - CHECK block requires 5.6.2
    - UNITCHECK block requires 5.10.0
    - Stacked labels on the same statement requires 5.14.0

1.35 2014-05-02
    - 'state' requires perl 5.10.0, even if you don't also see
      "use feature 'state'", because you can also write "use 5.010" to
      enable 'state'. RT#67626
    - Dropped the rule that said "use base 'Exporter'" should make a
      dependency on Perl 5.008+ RT#89173
    - Improved the fix for RT#95023. Thanks again to Paul Howarth.

1.34 2014-04-24
    - The perlver script wasn't getting installed, because it's in
      a script/ directory. RT#95023, fix from ETHER.
    - t/02_main.t was failing on older versions of perl, because
      a min version is getting reported as '5.01301' on Perl 5.010 and later,
      but as '5.013010' on earlier Perls. RT#95023. I need to understand this
      better, but want to get a passing release out.

1.33 2014-04-24
    - Internals::SvREADONLY requires perl 5.8.0
    - handle features upto lexical_subs, which requires 5.18.0
      state, switch, unicode_strings, unicode_eval, evalbytes,
      current_sub, array_base, fc, lexical_subs
    - deprecate.pm requires perl 5.12 (Alexandr Ciornii)
    - require new version of PPIx::Regexp
    - detect while(readdir $dh) (Alexandr Ciornii)
    - Switched to Dist::Zilla
    - Added required versions of modules when use'ing them
    - Reformatted Changes as per CPAN::Changes::Spec

diffstat:

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

diffs (37 lines):

diff -r b0c5e93786e0 -r 025d2c43be21 devel/p5-Perl-MinimumVersion/Makefile
--- a/devel/p5-Perl-MinimumVersion/Makefile     Fri Feb 06 09:33:39 2015 +0000
+++ b/devel/p5-Perl-MinimumVersion/Makefile     Fri Feb 06 09:56:59 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:12 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/02/06 09:56:59 wen Exp $
 #
 
-DISTNAME=              Perl-MinimumVersion-1.32
+DISTNAME=              Perl-MinimumVersion-1.38
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Perl/}
 
@@ -18,7 +17,7 @@
 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+=              p5-PPIx-Regexp>=0.033:../../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 b0c5e93786e0 -r 025d2c43be21 devel/p5-Perl-MinimumVersion/distinfo
--- a/devel/p5-Perl-MinimumVersion/distinfo     Fri Feb 06 09:33:39 2015 +0000
+++ b/devel/p5-Perl-MinimumVersion/distinfo     Fri Feb 06 09:56:59 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/10/31 03:22:47 wen Exp $
+$NetBSD: distinfo,v 1.6 2015/02/06 09:56:59 wen Exp $
 
-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
+SHA1 (Perl-MinimumVersion-1.38.tar.gz) = dda8f17a35a73622bb57fd2bef393bdd0c74e7c5
+RMD160 (Perl-MinimumVersion-1.38.tar.gz) = 402f34d854b9e901ff154cfbb1a9a4cbaf1d0d66
+Size (Perl-MinimumVersion-1.38.tar.gz) = 30629 bytes



Home | Main Index | Thread Index | Old Index