summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-05-05 17:50:49 +0000
committerabs <abs@pkgsrc.org>2006-05-05 17:50:49 +0000
commita2f50fa7dff5c4a36b0ed730142ac763684aaaf2 (patch)
tree8269aee905c6e6597fb8745e318b59fb99a9ccb3
parent0c3a52df863e28f0ccf6855adee8cc35310da15a (diff)
downloadpkgsrc-a2f50fa7dff5c4a36b0ed730142ac763684aaaf2.tar.gz
Updated devel/p5-File-Slurp to 9999.12
- Fixed bug on windows with classic slurping and File::Slurp not agreeing on newline conversion. - Added t/newline.t test to check for that fix. - When passing text data by scalar reference to write_file under windows, the buffer is copied so the newline conversion won't modify the caller's data. - Thanks to Johan Lodin <lodin@cpan.org> for a test script which I modified into t/newline.t
-rw-r--r--devel/p5-File-Slurp/Makefile4
-rw-r--r--devel/p5-File-Slurp/distinfo8
-rw-r--r--doc/CHANGES-20063
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-File-Slurp/Makefile b/devel/p5-File-Slurp/Makefile
index 36da8520fa3..317166fcafa 100644
--- a/devel/p5-File-Slurp/Makefile
+++ b/devel/p5-File-Slurp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2006/01/22 20:47:22 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/05/05 17:50:49 abs Exp $
-DISTNAME= File-Slurp-9999.11
+DISTNAME= File-Slurp-9999.12
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5fsl
CATEGORIES= devel perl5
diff --git a/devel/p5-File-Slurp/distinfo b/devel/p5-File-Slurp/distinfo
index 0d028debdf0..ededd561d63 100644
--- a/devel/p5-File-Slurp/distinfo
+++ b/devel/p5-File-Slurp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/01/22 20:47:22 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/05/05 17:50:49 abs Exp $
-SHA1 (File-Slurp-9999.11.tar.gz) = c04133689b2a2828fe998297a598da3cf7513424
-RMD160 (File-Slurp-9999.11.tar.gz) = 175b33699a47e9193b962622a427c720c2806812
-Size (File-Slurp-9999.11.tar.gz) = 25693 bytes
+SHA1 (File-Slurp-9999.12.tar.gz) = afa2f5c2a06b3da22f3aed5c922eea6e60c37871
+RMD160 (File-Slurp-9999.12.tar.gz) = 7a85bfb5e1f3335dd668fd97ce72c498b0a6b400
+Size (File-Slurp-9999.12.tar.gz) = 26533 bytes
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006
index bd7f768b719..a6688b24192 100644
--- a/doc/CHANGES-2006
+++ b/doc/CHANGES-2006
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2006,v 1.148 2006/05/05 17:47:06 abs Exp $
+$NetBSD: CHANGES-2006,v 1.149 2006/05/05 17:51:12 abs Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -2391,3 +2391,4 @@ Changes to the packages collection and infrastructure in 2006:
Updated sysutils/bacula-wx-console to 1.38.9 [ghen 2006-05-05]
Updated databases/rrdtool to 1.2.13 [adam 2006-05-05]
Updated net/autonet to 0.19 [abs 2006-05-05]
+ Updated devel/p5-File-Slurp to 9999.12 [abs 2006-05-05]