pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-INI Update to 0.025



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56723cabfd13
branches:  trunk
changeset: 645151:56723cabfd13
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jan 24 07:28:56 2015 +0000

description:
Update to 0.025
Update DEPENDS

Upstream changes:
0.025     2014-11-16 14:29:37-05:00 America/New_York
        - run preprocess_line before can_ignore
        - bump up required Mixin::Linewise to help out Win32 users

0.024     2014-04-05 21:31:54-04:00 America/New_York
        - MIGHT BREAK YOUR CODE (but probably won't):
          handle_unparsed_line now receives its arguments in reversed order
        - new methods exist and more methods now receive the filehandle to make
          subclassing more flexible

0.023     2014-03-13 10:21:15+01:00 Europe/Paris
        - specify minimum Mixin::Linewise requirement (thanks, Andreas Koenig
          and Smylers)

0.022     2014-01-30 16:57:43-05:00 America/New_York
        - remove the last few places IO::String was used (thanks, Graham Knop)

0.021     2013-10-20 11:33:59 America/New_York
        - throw an exception if line 1 appears to start with a UTF-8 BOM
        - typo fixes in docs (thanks, David Steinbrunner!)

diffstat:

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

diffs (36 lines):

diff -r e2df8126dcc8 -r 56723cabfd13 devel/p5-Config-INI/Makefile
--- a/devel/p5-Config-INI/Makefile      Sat Jan 24 07:27:46 2015 +0000
+++ b/devel/p5-Config-INI/Makefile      Sat Jan 24 07:28:56 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:35:46 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/01/24 07:28:56 wen Exp $
 
-DISTNAME=      Config-INI-0.020
+DISTNAME=      Config-INI-0.025
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Config/}
 
@@ -11,7 +10,7 @@
 COMMENT=       Perl 5 module to handle simple .ini-file format
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Mixin-Linewise-[0-9]*:../../devel/p5-Mixin-Linewise
+DEPENDS+=      p5-Mixin-Linewise>=0.105:../../devel/p5-Mixin-Linewise
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Config/INI/.packlist
diff -r e2df8126dcc8 -r 56723cabfd13 devel/p5-Config-INI/distinfo
--- a/devel/p5-Config-INI/distinfo      Sat Jan 24 07:27:46 2015 +0000
+++ b/devel/p5-Config-INI/distinfo      Sat Jan 24 07:28:56 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/10/15 15:10:48 wen Exp $
+$NetBSD: distinfo,v 1.7 2015/01/24 07:28:56 wen Exp $
 
-SHA1 (Config-INI-0.020.tar.gz) = 4f7ce5aed2a619a8d1cf9faa0e338983674dd1de
-RMD160 (Config-INI-0.020.tar.gz) = 4d34d94a9f1b2c2de1ada4859caeeed9d93b263f
-Size (Config-INI-0.020.tar.gz) = 21463 bytes
+SHA1 (Config-INI-0.025.tar.gz) = 06954cc4fb707cf44d710704b663d3e3c21a8817
+RMD160 (Config-INI-0.025.tar.gz) = b0d6a3cbbc418fdda92aa321e87b309b13e1cb22
+Size (Config-INI-0.025.tar.gz) = 25405 bytes



Home | Main Index | Thread Index | Old Index