Update to 1.05; from Peter Galbavy <peter.galbavy@knowtion.net>.
This commit is contained in:
parent
f322c8ece8
commit
41ff5070a2
@ -1,11 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2002/06/09 05:24:27 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2002/11/21 16:51:22 naddy Exp $
|
||||
|
||||
COMMENT= "perl interface to ZIP files"
|
||||
VERSION= 1.01
|
||||
DISTNAME= Archive-Zip-${VERSION}
|
||||
DISTNAME= Archive-Zip-1.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= archivers perl5
|
||||
NEED_VERSION= 1.502
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
|
||||
|
||||
@ -17,7 +15,8 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Compress-Zlib-*:archivers/p5-Compress-Zlib
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS} \
|
||||
:zip-*:archivers/zip
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Archive-Zip-1.01.tar.gz) = 00a692a50c16187da4593ce129296550
|
||||
RMD160 (Archive-Zip-1.01.tar.gz) = e4e1082b7a85efe02225d61512641898a8a0f3af
|
||||
SHA1 (Archive-Zip-1.01.tar.gz) = d3bf5699a714115b984ca3383abcba17f31d758f
|
||||
MD5 (Archive-Zip-1.05.tar.gz) = 33ee624c7be5b35c635b9e6831d076bd
|
||||
RMD160 (Archive-Zip-1.05.tar.gz) = 3393a37a85c226d41ab88307aabeab0bdd440274
|
||||
SHA1 (Archive-Zip-1.05.tar.gz) = 9bffce9f6d5a597e2d075d6f890abe1766d8d8eb
|
||||
|
@ -1,10 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/22 11:00:41 peter Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/11/21 16:51:22 naddy Exp $
|
||||
bin/crc32
|
||||
${P5SITE}/Archive/Zip.pm
|
||||
${P5SITE}/Archive/Zip/BufferedFileHandle.pm
|
||||
${P5SITE}/Archive/Zip/MemberRead.pm
|
||||
${P5SITE}/Archive/Zip/MockFileHandle.pm
|
||||
${P5SITE}/Archive/Zip/Tree.pm
|
||||
man/man3p/Archive::Zip.3p
|
||||
man/man3p/Archive::Zip::FAQ.3p
|
||||
man/man3p/Archive::Zip::MemberRead.3p
|
||||
man/man3p/Archive::Zip::Tree.3p
|
||||
@dirrm man/man3p
|
||||
@dirrm ${P5SITE}/Archive/Zip
|
||||
|
Loading…
Reference in New Issue
Block a user