diff options
author | sno <sno> | 2009-06-15 19:06:07 +0000 |
---|---|---|
committer | sno <sno> | 2009-06-15 19:06:07 +0000 |
commit | b5a403f8adc8780948a34af3f799a543ed520123 (patch) | |
tree | eebd5b1cf58f404096ef1f901496cce0a17eca7e /archivers | |
parent | 04ceb4a24d3ecafe4249634e95b215911f64a47d (diff) | |
download | pkgsrc-b5a403f8adc8780948a34af3f799a543ed520123.tar.gz |
pkgsrc changes:
- Updating package of p5 module Archive::Tar from 1.48 to 1.52
- Setting LICENSE to ${PERL5_LICENSE} according to module documentation
Upstream changes:
* important changes in version 1.52 13/06/2009:
- Apply documentation patch to describe IBM APAR issue IZ50240; AIX tar
does not always end a Tar archive with a 0x00 null block, which can
cause warnings from Archive::Tar.
This is a documentation patch only, and users of 1.50 need not upgrade.
* important changes in version 1.50 12/06/2009:
- Apply patch in #46450: Support for --no-same-permissions style behavior
This facilitates leaving the +x bit, while still applying your umask on
the extracted file.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 5 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index cca4b404d74..e6272a1d93f 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2009/04/23 07:08:19 sno Exp $ +# $NetBSD: Makefile,v 1.37 2009/06/15 19:06:07 sno Exp $ -DISTNAME= Archive-Tar-1.48 +DISTNAME= Archive-Tar-1.52 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/ COMMENT= Perl5 module interface to manipulate tar files +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress diff --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo index 02d09d844c6..006a6d3d16a 100644 --- a/archivers/p5-Archive-Tar/distinfo +++ b/archivers/p5-Archive-Tar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2009/04/23 07:08:19 sno Exp $ +$NetBSD: distinfo,v 1.20 2009/06/15 19:06:07 sno Exp $ -SHA1 (Archive-Tar-1.48.tar.gz) = c41b1f187e1c27560857a9b85a1e57009b9841a9 -RMD160 (Archive-Tar-1.48.tar.gz) = fb15199751b3873e930b32d6132897f7eb35983c -Size (Archive-Tar-1.48.tar.gz) = 50094 bytes +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 |