summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-09-12 19:48:08 +0000
committersno <sno>2009-09-12 19:48:08 +0000
commit1712abca0766c4b29a49f212c4e9a30e2c685f81 (patch)
tree0d33fddaa67e1ab18cff1778d948fd1d8a3dc46b /archivers/p5-Archive-Tar/Makefile
parent132e390a625d30de0066627bb67486c9f52364fc (diff)
downloadpkgsrc-1712abca0766c4b29a49f212c4e9a30e2c685f81.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/p5-Archive-Tar/Makefile')
-rw-r--r--archivers/p5-Archive-Tar/Makefile4
1 files changed, 2 insertions, 2 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