Tue Feb 2 17:37:40 2010 UTC ()
Updating devel/p5-Config-IniFiles from 2.54 to 2.56

Upstream changes:
Version 2.56:   ( Thu Dec 31 06:55:01 IST 2009 )
------------------------------------------------

* Hopefully fixed the skip() in t/07misc.t
    - https://rt.cpan.org/Public/Bug/Display.html?id=53238
    - It was skip($num, $label) instead of skip($label, $num) and it
    lacked a "SKIP:" label.

Version 2.55:   ( Tue Dec 22 17:42:59 IST 2009 )
------------------------------------------------

* Refactoring the tests:
    - Converted t/05hash.t to Test::More and modernised it.
    - Converted t/06oo.t to Test::More and modernised it.
    - Testing: extracted t/lib/Config/IniFiles/TestPaths.pm.
    - Converted t/10delta.t to Test::More and modernised it.
    - Add the t_unlink method.


(sno)
diff -r1.24 -r1.25 pkgsrc/devel/p5-Config-IniFiles/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/p5-Config-IniFiles/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/devel/p5-Config-IniFiles/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Config-IniFiles/Makefile 2009/11/22 12:19:45 1.24
+++ pkgsrc/devel/p5-Config-IniFiles/Makefile 2010/02/02 17:37:39 1.25
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.24 2009/11/22 12:19:45 seb Exp $ 1# $NetBSD: Makefile,v 1.25 2010/02/02 17:37:39 sno Exp $
2# 2#
3 3
4DISTNAME= Config-IniFiles-2.54 4DISTNAME= Config-IniFiles-2.56
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5cif 6SVR4_PKGNAME= p5cif
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://sourceforge.net/projects/config-inifiles/ 11HOMEPAGE= http://sourceforge.net/projects/config-inifiles/
12#HOMEPAGE= http://search.cpan.org/dist/Config-IniFiles/ 12#HOMEPAGE= http://search.cpan.org/dist/Config-IniFiles/
13COMMENT= Perl module for reading .ini-style configuration files 13COMMENT= Perl module for reading .ini-style configuration files
14LICENSE= ${PERL5_LICENSE} 14LICENSE= ${PERL5_LICENSE}
15 15
16PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Config-IniFiles/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Config-IniFiles/distinfo 2009/11/22 12:19:45 1.12
+++ pkgsrc/devel/p5-Config-IniFiles/distinfo 2010/02/02 17:37:39 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2009/11/22 12:19:45 seb Exp $ 1$NetBSD: distinfo,v 1.13 2010/02/02 17:37:39 sno Exp $
2 2
3SHA1 (Config-IniFiles-2.54.tar.gz) = 62435de8ec698ca43f9f8e1485f797150573a0b8 3SHA1 (Config-IniFiles-2.56.tar.gz) = 5f717351086fcedcfe99ff79151dc33ac63e7c7a
4RMD160 (Config-IniFiles-2.54.tar.gz) = 13b5f39819eebd97369d338b1c8730bb982f4628 4RMD160 (Config-IniFiles-2.56.tar.gz) = c349d89342aedffbe12385f226c7243e9cb1fee3
5Size (Config-IniFiles-2.54.tar.gz) = 50702 bytes 5Size (Config-IniFiles-2.56.tar.gz) = 51802 bytes