pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-ConfigFromFile Updating package for CP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0d5ebf447b6
branches:  trunk
changeset: 621012:e0d5ebf447b6
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 03 16:30:59 2013 +0000

description:
Updating package for CPAN distribution MooseX-ConfigFromFile in
devel/p5-MooseX-ConfigFromFile from 0.04nb2 to 0.11.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.11      2013-06-23 09:22:04 PDT-0700 (Karen Etheridge)
          - bump prereq version for MooseX::Types::Path::Tiny to ensure a
            broken version is not installed

0.10      2013-02-12 13:17:44 PST-0800 (Karen Etheridge)
          - allow clean composition into a role, without requiring an -exclude

0.09      2013-02-11 09:35:50 PST-0800 (Karen Etheridge)
          - removed prereqs which are only used for optional tests

0.08      2013-02-09 16:24:27 PST-0800 (Karen Etheridge)
          - allow configfiles called "0"
          - configfile value now passed through to new()
          - new _get_default_configfile method added, which consumers can
            override to provide a default value without having to redefine the
            attribute itself (via RT#79746) -- PLEASE READ THE DOCUMENTATION
            if you override the configfile attribute!

0.07      2013-02-04 (Karen Etheridge)
          - fixed tests to not load optional dependencies

0.06      2013-02-03 (Karen Etheridge)
          - the configfile attribute is now a Path::Tiny, not a Path::Class
            (coercions from strings are still supported, and now also from any
            other type that has a string coercion).

0.05      2013-02-03 (Karen Etheridge)
          - documentation corrected to demostrate how to properly override the
            configfile method to provide a default from the consuming class,
            without having to redefine the attribute itself
          - if MooseX::Getopt is installed, the configfile attribute has the
            Getopt trait applied

diffstat:

 devel/p5-MooseX-ConfigFromFile/Makefile |  12 ++++++++----
 devel/p5-MooseX-ConfigFromFile/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 15589384ec3d -r e0d5ebf447b6 devel/p5-MooseX-ConfigFromFile/Makefile
--- a/devel/p5-MooseX-ConfigFromFile/Makefile   Wed Jul 03 16:28:54 2013 +0000
+++ b/devel/p5-MooseX-ConfigFromFile/Makefile   Wed Jul 03 16:30:59 2013 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2013/05/31 12:40:32 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2013/07/03 16:30:59 sno Exp $
 
-DISTNAME=      MooseX-ConfigFromFile-0.04
+DISTNAME=      MooseX-ConfigFromFile-0.11
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
 
@@ -12,11 +11,16 @@
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Moose>=0.35:../../devel/p5-Moose
-DEPENDS+=      p5-MooseX-Types-Path-Class>=0.04:../../devel/p5-MooseX-Types-Path-Class
+DEPENDS+=      p5-MooseX-Types-Path-Tiny>=0.005:../../filesystems/p5-MooseX-Types-Path-Tiny
 DEPENDS+=      p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
 DEPENDS+=      p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
 
+BUILD_DEPENDS+=        p5-Test-CheckDeps>=0.002:../../devel/p5-Test-CheckDeps
+BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
 BUILD_DEPENDS+=        p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+BUILD_DEPENDS+=        p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module
 
 USE_LANGUAGES= # empty
 
diff -r 15589384ec3d -r e0d5ebf447b6 devel/p5-MooseX-ConfigFromFile/distinfo
--- a/devel/p5-MooseX-ConfigFromFile/distinfo   Wed Jul 03 16:28:54 2013 +0000
+++ b/devel/p5-MooseX-ConfigFromFile/distinfo   Wed Jul 03 16:30:59 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/09/10 10:08:04 sno Exp $
+$NetBSD: distinfo,v 1.4 2013/07/03 16:30:59 sno Exp $
 
-SHA1 (MooseX-ConfigFromFile-0.04.tar.gz) = 85f87f1dad4929bb1fdab5a8d6989261afbb7677
-RMD160 (MooseX-ConfigFromFile-0.04.tar.gz) = 3f192e9b5f19fee0e24fa2959740bd28f58ea39a
-Size (MooseX-ConfigFromFile-0.04.tar.gz) = 20370 bytes
+SHA1 (MooseX-ConfigFromFile-0.11.tar.gz) = 5439f9c198776b47e28475a03dae5f43080616fb
+RMD160 (MooseX-ConfigFromFile-0.11.tar.gz) = 9f627974cacf0e567dd3709c9b39e6ceb8c87b17
+Size (MooseX-ConfigFromFile-0.11.tar.gz) = 19997 bytes



Home | Main Index | Thread Index | Old Index