diff options
author | heinz <heinz@pkgsrc.org> | 2005-10-15 20:56:03 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-10-15 20:56:03 +0000 |
commit | b9ccab992985b37517e4c15d3afd1613f1c43dce (patch) | |
tree | 0eb385d5bd47c59136690b18818d0eefa993a8dd /archivers/p5-Archive-Tar/Makefile | |
parent | 668d04258d0d5e9780770bb0574ed6ee680907ac (diff) | |
download | pkgsrc-b9ccab992985b37517e4c15d3afd1613f1c43dce.tar.gz |
Updated to version 1.26.
Pkgsrc changes:
- Require version 1.01 of p5-IO-Zlib, as Makefile.PL suggests.
- New prerequisite p5-Text-Diff, due to new program 'ptardiff'
Changes since version 1.22:
===========================
* important changes in version 1.26 22/8/2005:
- the 'ptardiff' was not included in the exe_files section
of the makefile.pl, meaning it didn't get installed by default.
* important changes in version 1.25 20/8/2005:
- Move the changes into it's own file
- Add patch from abeltje to make tests pass on VMS. This is *just*
the tests -- code may need some extra work to be reliable (#12678)
- Add faq about accessing 'tar.Z' files, as provided by Paul Marquess
- Add a warning if the read() call from new() fails to return data
- Address #13636, where heuristics were 'upgrading' a file to a
directory if the file had an @LongLink entry, and the shortened
filename ended in a '/'.
- Add ptardiff program as suggested by KWILLIAMS (#13658)
* important changes in version 1.24 3/5/2005:
- Fix a bug where alternate absolute extract paths would add an
extra directory upon extract (bug #11342)
- Added support for 'perlio' (available for perl5.8 and up).
See the Archive::Tar documentation for details
* important changes in version 1.23 3/12/2004:
- 03_file.t wasn't present in the MANIFEST
Diffstat (limited to 'archivers/p5-Archive-Tar/Makefile')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index e86eabd8445..ec1868ea021 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2005/09/02 23:11:50 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2005/10/15 20:56:03 heinz Exp $ -DISTNAME= Archive-Tar-1.22 +DISTNAME= Archive-Tar-1.26 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} @@ -11,11 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/ COMMENT= Perl5 module interface to manipulate tar files -DEPENDS+= p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib +DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String +DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff PKG_INSTALLATION_TYPES= overwrite pkgviews +MAKE_PARAMS+= "-d" # Text::Diff is a prerequisite USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Archive/Tar/.packlist |