pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/p5-Archive-Tar Updating archivers/p5-Archive...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d8d2ff4ca9a
branches: trunk
changeset: 399004:4d8d2ff4ca9a
user: sno <sno%pkgsrc.org@localhost>
date: Sat Sep 12 19:48:08 2009 +0000
description:
Updating archivers/p5-Archive-Tar from 1.52 to 1.54
Upstream changes:
* important changes in version 1.54 10/09/2009
- Apply a patch from Niko Tyni (ntyni%debian.org@localhost) that resolves RT #48879;
As seen in [rt.cpan.org #48879], although the recommended way of
retrieving the last error is to use an instance method ($tar->error),
the returned value is effectively global: an error in one Archive::Tar
instance changes the error string of another instance.
This change separates the error strings from each other while keeping
the (deprecated) global value of $Archive::Tar::error pointing to the
last error regardless of its instance.
We also support calling error() as a class method (Archive::Tar->error).
In this case it returns the global value, which matches the old behaviour.
diffstat:
archivers/p5-Archive-Tar/Makefile | 4 ++--
archivers/p5-Archive-Tar/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r e53a6ab20d15 -r 4d8d2ff4ca9a archivers/p5-Archive-Tar/Makefile
--- a/archivers/p5-Archive-Tar/Makefile Sat Sep 12 19:46:23 2009 +0000
+++ b/archivers/p5-Archive-Tar/Makefile Sat Sep 12 19:48:08 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2009/06/15 19:06:07 sno Exp $
+# $NetBSD: Makefile,v 1.38 2009/09/12 19:48:08 sno Exp $
-DISTNAME= Archive-Tar-1.52
+DISTNAME= Archive-Tar-1.54
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5
diff -r e53a6ab20d15 -r 4d8d2ff4ca9a archivers/p5-Archive-Tar/distinfo
--- a/archivers/p5-Archive-Tar/distinfo Sat Sep 12 19:46:23 2009 +0000
+++ b/archivers/p5-Archive-Tar/distinfo Sat Sep 12 19:48:08 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2009/06/15 19:06:07 sno Exp $
+$NetBSD: distinfo,v 1.21 2009/09/12 19:48:08 sno Exp $
-SHA1 (Archive-Tar-1.52.tar.gz) = 559d198a6044ba6cd7e0ae23934a40c46f140140
-RMD160 (Archive-Tar-1.52.tar.gz) = d45ef7058903f3de23bb2c8786d1b636489cf17f
-Size (Archive-Tar-1.52.tar.gz) = 50778 bytes
+SHA1 (Archive-Tar-1.54.tar.gz) = 4db781118b65efa0459e4be1c7bb0130663b0172
+RMD160 (Archive-Tar-1.54.tar.gz) = 04bb44a18238603fa4c6ca44130622c820c1bdf9
+Size (Archive-Tar-1.54.tar.gz) = 51966 bytes
Home |
Main Index |
Thread Index |
Old Index