diff options
author | sno <sno@pkgsrc.org> | 2009-09-12 19:48:08 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-12 19:48:08 +0000 |
commit | 05ab2ac12054f3168521a134a6f2c330f369a585 (patch) | |
tree | 0d33fddaa67e1ab18cff1778d948fd1d8a3dc46b /archivers | |
parent | f36a7385805c8f6faa5c0b7d76ec1909df9e977e (diff) | |
download | pkgsrc-05ab2ac12054f3168521a134a6f2c330f369a585.tar.gz |
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) 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 (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 4 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index e6272a1d93f..04708206319 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -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 --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo index 006a6d3d16a..6f3ef2a05ac 100644 --- a/archivers/p5-Archive-Tar/distinfo +++ b/archivers/p5-Archive-Tar/distinfo @@ -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 |