diff options
author | abs <abs> | 2006-02-02 21:27:12 +0000 |
---|---|---|
committer | abs <abs> | 2006-02-02 21:27:12 +0000 |
commit | 594650a0867fa775d3a8889a9326cf9973e1a927 (patch) | |
tree | 7b81bd0949597eddce4262534125ed15cd502cfe /archivers | |
parent | c3dccd762187a3ba242860de42b57e897f479b02 (diff) | |
download | pkgsrc-594650a0867fa775d3a8889a9326cf9973e1a927.tar.gz |
Update p5-Archive-Tar to 1.28
Changes since 1.26:
* important changes in version 1.28 19/1/2006:
- add pod to ptar and ptardiff so they have manpages generated
- integrate change 25333 by rgs@oregon on 2005/08/27 16:28:27
which fixes a failure in Archive::Tar tests when perl is built
with -Dmksymlinks
- integrate Change 26870 by craigb@craigb-brianor on
2006/01/17 04:03:01 holding vms specific patches
- mention 'full_name' as property type to list_archive
- address #14922 -- unable to reproduce, but add a test
case to make sure the issue doesn't occur
- apply the docpatch provided by:
#15935: File type constants are not documented
- document our lack of support for stringified archives and
compressed archives opened to a non-io-zlib fh
- 1.27 was skipped due to PAUSE issues
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 ec1868ea021..176268dd350 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2005/10/15 20:56:03 heinz Exp $ +# $NetBSD: Makefile,v 1.20 2006/02/02 21:27:12 abs Exp $ -DISTNAME= Archive-Tar-1.26 +DISTNAME= Archive-Tar-1.28 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 diff --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo index b86d6622177..fd2e06c140e 100644 --- a/archivers/p5-Archive-Tar/distinfo +++ b/archivers/p5-Archive-Tar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2005/10/15 20:56:03 heinz Exp $ +$NetBSD: distinfo,v 1.8 2006/02/02 21:27:12 abs Exp $ -SHA1 (Archive-Tar-1.26.tar.gz) = d7e172d983fc9ce3ddce1c665b54fab4501db461 -RMD160 (Archive-Tar-1.26.tar.gz) = daecc9874af6d457e1644443a5b26dbd02725fb7 -Size (Archive-Tar-1.26.tar.gz) = 35070 bytes +SHA1 (Archive-Tar-1.28.tar.gz) = c2f161b6a4158c8b280138db0fbb9d9ed8120af0 +RMD160 (Archive-Tar-1.28.tar.gz) = 3bc4fe1a095a5ab67ab8526bcbadc7a8d912d93e +Size (Archive-Tar-1.28.tar.gz) = 36150 bytes |