diff options
author | sno <sno> | 2012-07-06 09:02:30 +0000 |
---|---|---|
committer | sno <sno> | 2012-07-06 09:02:30 +0000 |
commit | 63b8f0bceda53b44384bb6a4339e4d38e2d4c8d5 (patch) | |
tree | a3ac7744e178a16af7352af3caa4a03f0f40bb08 /devel/p5-Config-IniFiles | |
parent | b8cc155d32ecb6dd5ece599f296ebe94df0bd372 (diff) | |
download | pkgsrc-63b8f0bceda53b44384bb6a4339e4d38e2d4c8d5.tar.gz |
Updating package for Perl 5 module Config::IniFiles in
devel/p5-Config-IniFiles from 2.71 to 2.77.
pkgsrc changes:
- bump required version of p5-List-MoreUtils to 0.33
Upstream changes:
Version 2.77 ( Thu Jun 21 19:35:23 IDT 2012 )
------------------------------------------------
* Bump the List::MoreUtils dependency to '0.33'.
- https://rt.cpan.org/Ticket/Display.html?id=77930
- Thanks to TJENNESS for the report.
Version 2.76 ( Fri Jun 15 17:44:31 IDT 2012 )
------------------------------------------------
* Correct the documentation regarding the syntax of calling ->WriteConfig(),
which always accepts a mandatory filename and not just
"->WriteConfig(-delta => 1)".
- Thanks to the Mageia Linux QA team at:
- https://bugs.mageia.org/show_bug.cgi?id=6024#c17
Version 2.75 ( Fri May 25 15:25:29 IDT 2012 )
------------------------------------------------
* Add "=encoding utf8" to the POD of lib/Config/IniFiles.pm
- The POD contained wide characters and it is now an error in
with recent Test::Pod and Pod::Simple.
- See for example: http://www.cpantesters.org/cpan/report/89000ebe-a5bc-11e1-a439-fa78ab6c2661
Version 2.74 ( Thu May 24 00:46:37 IDT 2012 )
------------------------------------------------
* Made sure .ini files are output on Win32 with CR-LF pairs.
- Thanks to Ben Johnson for reporting the bug and for a preliminary
test script.
- Add t/32mswin-outputs-contain-crs.t
Version 2.73 ( Mon May 14 10:46:38 IDT 2012 )
------------------------------------------------
* Regression bug fix: temporary file creation error should generate a warning
and return undef() instead of throwing an exception.
- https://rt.cpan.org/Ticket/Display.html?id=77039
- Thanks to Adam D. Barrat for noticing that, and Gregor Herrmann
from Debian for reporting this issue.
Version 2.72 ( Sat May 5 19:19:09 IDT 2012 )
------------------------------------------------
* More refactoring.
* Now requiring Fcntl (which is a core module) for SEEK_SET() and SEEK_CUR().
* Update the contact information on the POD.
* Maintainer's special birthday (5-May) release.
Diffstat (limited to 'devel/p5-Config-IniFiles')
-rw-r--r-- | devel/p5-Config-IniFiles/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile index 03761c20cf3..089eafb436b 100644 --- a/devel/p5-Config-IniFiles/Makefile +++ b/devel/p5-Config-IniFiles/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2012/05/05 13:40:48 gls Exp $ +# $NetBSD: Makefile,v 1.31 2012/07/06 09:02:30 sno Exp $ -DISTNAME= Config-IniFiles-2.71 +DISTNAME= Config-IniFiles-2.77 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cif CATEGORIES= devel perl5 @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= p5-List-MoreUtils>=0.33:../../devel/p5-List-MoreUtils PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Config/IniFiles/.packlist diff --git a/devel/p5-Config-IniFiles/distinfo b/devel/p5-Config-IniFiles/distinfo index 31127bace06..883cb3b8896 100644 --- a/devel/p5-Config-IniFiles/distinfo +++ b/devel/p5-Config-IniFiles/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2012/05/05 13:40:48 gls Exp $ +$NetBSD: distinfo,v 1.18 2012/07/06 09:02:30 sno Exp $ -SHA1 (Config-IniFiles-2.71.tar.gz) = 37cbca2241178b1343b1bc13bfb959080986d450 -RMD160 (Config-IniFiles-2.71.tar.gz) = 14cded2ce91786e5383bd355fdce0b57c8db4bdb -Size (Config-IniFiles-2.71.tar.gz) = 60175 bytes +SHA1 (Config-IniFiles-2.77.tar.gz) = 6fa31d484a7bc56e2269d1fc1da350e4b8597b48 +RMD160 (Config-IniFiles-2.77.tar.gz) = b902bab6a46e351f0ddfd3edbabef493b63c6d2b +Size (Config-IniFiles-2.77.tar.gz) = 63193 bytes |