update to 1.02; from maintainer Jim Geovedi <jim@corebsd.or.id>
This commit is contained in:
parent
d7c6d8b782
commit
49fae918b5
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2002/11/30 12:40:48 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/04/30 19:10:52 wilfried Exp $
|
||||
|
||||
COMMENT= "perl cache interface"
|
||||
|
||||
DISTNAME= Cache-Cache-1.01
|
||||
DISTNAME= Cache-Cache-1.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
@ -16,10 +16,10 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Digest-SHA1->=2.01:security/p5-Digest-SHA1 \
|
||||
:p5-IPC-ShareLite->=0.08:devel/p5-IPC-ShareLite \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Digest-SHA1->=2.02:security/p5-Digest-SHA1 \
|
||||
:p5-IPC-ShareLite->=0.09:devel/p5-IPC-ShareLite \
|
||||
:p5-Error->=0.15:devel/p5-Error
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Cache-Cache-1.01.tar.gz) = 7f0c7f9132c72bdba9dd9a76041358df
|
||||
RMD160 (Cache-Cache-1.01.tar.gz) = 5f4e64886fbe337fdc7a47d7d1830f7f73d5146d
|
||||
SHA1 (Cache-Cache-1.01.tar.gz) = b854cee6ab9d6fb4f87bade742751a659ae3232b
|
||||
MD5 (Cache-Cache-1.02.tar.gz) = 9dfff47f2317a59a15546a972b2a67ba
|
||||
RMD160 (Cache-Cache-1.02.tar.gz) = a5b3a12f7034f26477204f367b403e869673f98b
|
||||
SHA1 (Cache-Cache-1.02.tar.gz) = ac62e1b706dd141d813378b27e0f140f133f98ee
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/10/16 12:43:03 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/04/30 19:10:52 wilfried Exp $
|
||||
${P5SITE}/Cache/BaseCache.pm
|
||||
${P5SITE}/Cache/BaseCacheTester.pm
|
||||
${P5SITE}/Cache/Cache.pm
|
||||
@ -19,6 +19,8 @@ ${P5SITE}/Cache/SizeAwareCacheTester.pm
|
||||
${P5SITE}/Cache/SizeAwareFileCache.pm
|
||||
${P5SITE}/Cache/SizeAwareMemoryCache.pm
|
||||
${P5SITE}/Cache/SizeAwareSharedMemoryCache.pm
|
||||
@comment ${P5ARCH}/auto/Cache/Cache/.packlist
|
||||
@comment ${P5ARCH}/perllocal.pod
|
||||
man/man3p/Cache::BaseCache.3p
|
||||
man/man3p/Cache::BaseCacheTester.3p
|
||||
man/man3p/Cache::Cache.3p
|
||||
@ -39,4 +41,9 @@ man/man3p/Cache::SizeAwareCacheTester.3p
|
||||
man/man3p/Cache::SizeAwareFileCache.3p
|
||||
man/man3p/Cache::SizeAwareMemoryCache.3p
|
||||
man/man3p/Cache::SizeAwareSharedMemoryCache.3p
|
||||
@dirrm ${P5SITE}/Cache
|
||||
@comment @dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Cache/Cache
|
||||
@comment @dirrm ${P5ARCH}/auto/Cache
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@comment @dirrm ${P5SITE}/Cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user