diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 08:33:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 08:33:50 +0000 |
commit | 054e4933864b48ad96834ddd9a8ac14fdf35997e (patch) | |
tree | a75197a94262529f5d82164e085b3772917542d8 /archivers/p5-Archive-Tar/Makefile | |
parent | f6e2cc7c30d1b8eea3ce4c2a04fa2e9de091054e (diff) | |
download | pkgsrc-054e4933864b48ad96834ddd9a8ac14fdf35997e.tar.gz |
Update to 1.30:
* important changes in version 1.30 8/2/2006:
- applied bleadperl patch: Subject: Change 27416:
Cleanup Archive-Tar temporary test files
- address #17985: INSTALLDIRS needs to be 'perl' for >= perl-5.9.3
- address #18296: Archive::Tar 1.29 PATCH for VMS to fix test case
failure in 99_pod.t
(it's actually a File::Find bug, but this patch works around that)
- address: #18720 ([PATCH] Archive::Tar creates POSIX style tar files
unnecessarily and by default, leading to compatibility problems
particularly with WinZip.)
patch rejected, docpatch added with FAQ and SEE ALSO
- apply performance patch from #20399 to enable the user to
avoid repeated calls to cwd() if desired.
Diffstat (limited to 'archivers/p5-Archive-Tar/Makefile')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index c355986a7a4..c2dccc037f7 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2006/11/05 17:10:43 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2007/06/08 08:33:50 wiz Exp $ -DISTNAME= Archive-Tar-1.29 +DISTNAME= Archive-Tar-1.30 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 |