diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-09-12 09:34:58 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-09-12 09:34:58 +0000 |
commit | edb68e77eaaeebbafc4acd7de5a164b58d865fdd (patch) | |
tree | e3ff9354a48d89c112531f14c8648d5a5d0a0555 /archivers | |
parent | The bloodshed continues. KDE2 dependent ports with no apparent upgrade path. (diff) |
Update to 1.05.
Submitted by: maintainer
PR: 42669
Notes
Notes:
svn path=/head/; revision=66186
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 2 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/distinfo | 2 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/pkg-descr | 1 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/pkg-plist | 4 |
4 files changed, 5 insertions, 4 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 7119774d5d7d..4f6fce1df8fe 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Archive-Zip -PORTVERSION= 1.03 +PORTVERSION= 1.05 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archive diff --git a/archivers/p5-Archive-Zip/distinfo b/archivers/p5-Archive-Zip/distinfo index d874bcb99fe5..e1e93e59c391 100644 --- a/archivers/p5-Archive-Zip/distinfo +++ b/archivers/p5-Archive-Zip/distinfo @@ -1 +1 @@ -MD5 (Archive-Zip-1.03.tar.gz) = 8e07a692e32f8087a02002cfd4663db9 +MD5 (Archive-Zip-1.05.tar.gz) = 33ee624c7be5b35c635b9e6831d076bd diff --git a/archivers/p5-Archive-Zip/pkg-descr b/archivers/p5-Archive-Zip/pkg-descr index 5d84ed8d1175..63f4e3a913a6 100644 --- a/archivers/p5-Archive-Zip/pkg-descr +++ b/archivers/p5-Archive-Zip/pkg-descr @@ -2,5 +2,6 @@ The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Author: Ned Konz +WWW: http://search.cpan.org/search?dist=Archive-Zip --will diff --git a/archivers/p5-Archive-Zip/pkg-plist b/archivers/p5-Archive-Zip/pkg-plist index 8b82b6bfa8a2..d192b3d98baf 100644 --- a/archivers/p5-Archive-Zip/pkg-plist +++ b/archivers/p5-Archive-Zip/pkg-plist @@ -8,6 +8,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip/MockFileHandle.pm lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip/Tree.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive/Zip/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive/Zip -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive 2>/dev/null || true @dirrm lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Archive +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Archive 2>/dev/null || true |