diff options
author | sno <sno@pkgsrc.org> | 2010-08-04 18:01:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-04 18:01:14 +0000 |
commit | 8dc9bc295ff77fd2e5fb293da6592cf894fa6cc6 (patch) | |
tree | a38c352db7ad8bb394d9d2389532bf3ed807a3f9 /archivers | |
parent | 890cce4cf107087d068c35d7e81d13d290fb11f3 (diff) | |
download | pkgsrc-8dc9bc295ff77fd2e5fb293da6592cf894fa6cc6.tar.gz |
Updating archivers/p5-Archive-Tar from 1.58 to 1.66
pkgsrc changes:
- mark package included in Perl5 CORE
Upstream changes:
* important changes in version 1.66 26/07/2010
- Applied a patch from Alexandr Ciornii [RT#59699] to Makefile.PL which
produces better META.yml
- Apply a patch from Alexandr Ciornii to ptar [RT#59700]:
Adds option -C to allow archives created with ptar to be uploaded to
PAUSE in case of Windows or world +w permissions on unix.
* important changes in version 1.64 09/07/2010
- Removed the PERL_CORE specific chdir from all the tests
- Apply a patch from David Muir Sharnoff RT #58916,
"skip files via a callback and limit memory use when skipping files"
- Apply a patch from Daphne Pfister RT #59150
"Assumes all references filename are IO::Handle's instead of trying
to stringify."
* important changes in version 1.62 28/06/2010
- Apply part of patch from
https://bugzilla.redhat.com/attachment.cgi?id=426194
reported by Martin Cermak in RT #58636 relating to a Redhat ticket
https://bugzilla.redhat.com/show_bug.cgi?id=606813
* important changes in version 1.60 23/04/2010
- Apply patch from Darrell K. [RT #54850] that makes write() and
create_archive() close only handles they opened.
When you pass a filehandle to Archive::Tar::write() or create_archive(),
it closes the filehandle after writing to it. I think it makes more
sense not to close a handle that A::T didn't open, since the application
may need to write additional data to it. (Consider sockets, package
files containing encapsulated tar archives, etc.)
Example:
$ perl -e 'use Archive::Tar; open(PKG, ">mypkg") or die "open: $!"; my
$tar = Archive::Tar->new; $tar->add_data("foo.txt","hello");
$tar->write(\*PKG); print PKG "more data" or die "print: $!";'
print: Bad file descriptor at -e line 1.
- Fool the installer into replacing our scripts that were installed by
core with versiononly set.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 6 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 1b7c5f160b6..2e1c68e1428 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2010/02/23 10:41:36 sno Exp $ +# $NetBSD: Makefile,v 1.42 2010/08/04 18:01:14 sno Exp $ -DISTNAME= Archive-Tar-1.58 +DISTNAME= Archive-Tar-1.66 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 @@ -12,7 +12,7 @@ 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 +DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= {perl>=5.10.0,p5-Package-Constants-[0-9]*}:../../devel/p5-Package-Constants DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff diff --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo index 5859db8df73..4b94139dc1c 100644 --- a/archivers/p5-Archive-Tar/distinfo +++ b/archivers/p5-Archive-Tar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2010/02/23 10:41:36 sno Exp $ +$NetBSD: distinfo,v 1.24 2010/08/04 18:01:14 sno Exp $ -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 +SHA1 (Archive-Tar-1.66.tar.gz) = 69f918c5d4a1dee6fa95f666f97ceccfc912f0f3 +RMD160 (Archive-Tar-1.66.tar.gz) = e3459147f30f759f4bb1765c2d96e98a9860e080 +Size (Archive-Tar-1.66.tar.gz) = 54332 bytes |