pkgsrc-Bugs archive

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

pkg/40184: [UPDATE] www/p5-libwww 5.820 -> 5.822



>Number:         40184
>Category:       pkg
>Synopsis:       [UPDATE] www/p5-libwww 5.820 -> 5.822
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 15 23:00:00 +0000 2008
>Originator:     Jens Rehsack
>Release:        none
>Organization:
Bayer Business Services
>Environment:
FreeBSD waldorf.muppets.liwing.de 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sun 
Nov 30 16:24:55 UTC 2008     
root%waldorf.muppets.liwing.de@localhost:/usr/obj/usr/src/sys/WALDORF  amd64
>Description:
As all tests with perl 5.10 fails - here is the patch to correct the typo 
(http://rt.cpan.org/Public/Bug/Display.html?id=40958)
>How-To-Repeat:

>Fix:
--- /dev/null   2008-12-15 22:48:16.000000000 +0000
+++ patches/patch-aa    2008-11-14 20:43:15.000000000 +0000
@@ -0,0 +1,11 @@
+--- lib/Tie/File.pm.orig       2008-11-14 21:42:37.000000000 +0100
++++ lib/Tie/File.pm    2008-11-14 21:42:46.000000000 +0100
+@@ -89,7 +89,7 @@
+     unless (seek $file, 1, SEEK_SET) {
+       croak "$pack: your filehandle does not appear to be seekable";
+     }
+-    seek $file, 0, SEEK_SET     # put it back
++    seek $file, 0, SEEK_SET;    # put it back
+     $fh = $file;                # setting binmode is the user's problem
+   } elsif (ref $file) {
+     croak "usage: tie \@array, $pack, filename, [option => value]...";
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/p5-Tie-File/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    9 Aug 2008 06:15:34 -0000       1.1.1.1
+++ distinfo    15 Dec 2008 22:53:27 -0000
@@ -3,3 +3,4 @@
 SHA1 (Tie-File-0.96.tar.gz) = 61e90791422424b13797adfbda7b7eb8f08dd38a
 RMD160 (Tie-File-0.96.tar.gz) = d81ff7d8bcb78832c473293a123cebcd1847b634
 Size (Tie-File-0.96.tar.gz) = 67992 bytes
+SHA1 (patch-aa) = 38280a84dea730aabf76db89292709a83a815c27



Home | Main Index | Thread Index | Old Index