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/b63260068843
branches: trunk
changeset: 572275:b63260068843
user: sno <sno%pkgsrc.org@localhost>
date: Tue Feb 23 10:41:36 2010 +0000
description:
Updating archivers/p5-Archive-Tar from 1.56 to 1.58
pkgsrc changes:
- "drop" explicit core dependency
Upstream changes:
* important changes in version 1.58 17/02/2010
- Apply a patch from toddr%null.net@localhost that addreses RT #54714
Subject: $@ not cleaned up after eval
This section of code seems to be trying to use future functionality
not yet present in IO::Zlib (tell). I was chasing another bug and
getting very confused by this population of $@. Could I request you
cleanup $@ if you expect and/or don't care about failure from this eval?
diffstat:
archivers/p5-Archive-Tar/Makefile | 6 +++---
archivers/p5-Archive-Tar/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r d9c0f62fdaae -r b63260068843 archivers/p5-Archive-Tar/Makefile
--- a/archivers/p5-Archive-Tar/Makefile Tue Feb 23 10:19:49 2010 +0000
+++ b/archivers/p5-Archive-Tar/Makefile Tue Feb 23 10:41:36 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2010/02/07 16:01:30 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2010/02/23 10:41:36 sno Exp $
-DISTNAME= Archive-Tar-1.56
+DISTNAME= Archive-Tar-1.58
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5
@@ -14,7 +14,7 @@
DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
-DEPENDS+= p5-Package-Constants-[0-9]*:../../devel/p5-Package-Constants
+DEPENDS+= {perl>=5.10.0,p5-Package-Constants-[0-9]*}:../../devel/p5-Package-Constants
DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff -r d9c0f62fdaae -r b63260068843 archivers/p5-Archive-Tar/distinfo
--- a/archivers/p5-Archive-Tar/distinfo Tue Feb 23 10:19:49 2010 +0000
+++ b/archivers/p5-Archive-Tar/distinfo Tue Feb 23 10:41:36 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2010/02/07 16:01:30 wiz Exp $
+$NetBSD: distinfo,v 1.23 2010/02/23 10:41:36 sno Exp $
-SHA1 (Archive-Tar-1.56.tar.gz) = 13a9f9946d64ae6cbf9737b60b6ff8d1addc2cbc
-RMD160 (Archive-Tar-1.56.tar.gz) = 0c96eda94e6ed21002ab8fa45b107e53e3ad8d5d
-Size (Archive-Tar-1.56.tar.gz) = 52340 bytes
+SHA1 (Archive-Tar-1.58.tar.gz) = cdb7fb9e638290b9737ec66779a754b276f9cdc0
+RMD160 (Archive-Tar-1.58.tar.gz) = a07304a0e314b8ed632f9c2e0ceb8f6cb46322ae
+Size (Archive-Tar-1.58.tar.gz) = 52545 bytes
Home |
Main Index |
Thread Index |
Old Index