FreeBSD Bugzilla – Attachment 88519 Details for
Bug 125328
[PATCH] devel/p5-Cache: simplify dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Cache-2.04_1.patch
p5-Cache-2.04_1.patch (text/plain), 1.61 KB, created by
Yen-Ming Lee
on 2008-07-06 07:50:01 UTC
(
hide
)
Description:
p5-Cache-2.04_1.patch
Filename:
MIME Type:
Creator:
Yen-Ming Lee
Created:
2008-07-06 07:50:01 UTC
Size:
1.61 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/p5-Cache/Makefile,v >retrieving revision 1.5 >diff -u -d -b -w -u -r1.5 Makefile >--- Makefile 17 Apr 2008 14:24:45 -0000 1.5 >+++ Makefile 6 Jul 2008 06:45:37 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= Cache > PORTVERSION= 2.04 >+PORTREVISION= 1 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -14,14 +15,11 @@ > MAINTAINER= lth@FreeBSD.org > COMMENT= A Perl Cache interface > >-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ >- ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ >- ${SITE_PERL}/Heap/Fibonacci.pm:${PORTSDIR}/devel/p5-Heap \ >- ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ >- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ >- ${SITE_PERL}/File/NFSLock.pm:${PORTSDIR}/devel/p5-File-NFSLock \ >- ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate >-RUN_DEPENDS= ${BUILD_DEPENDS} >+RUN_DEPENDS= p5-Digest-SHA1>=2.01:${PORTSDIR}/security/p5-Digest-SHA1 \ >+ p5-File-NFSLock>=1.2:${PORTSDIR}/devel/p5-File-NFSLock \ >+ p5-Heap>=0.01:${PORTSDIR}/devel/p5-Heap \ >+ p5-IO-String>=1.02:${PORTSDIR}/devel/p5-IO-String \ >+ p5-TimeDate>=2.24:${PORTSDIR}/devel/p5-TimeDate > > PERL_CONFIGURE= yes > >@@ -42,4 +40,11 @@ > Cache::RemovalStrategy::LRU.3 \ > Cache::Tester.3 > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 500703 >+BUILD_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes >+RUN_DEPENDS+= p5-Storable>=1:${PORTSDIR}/devel/p5-Storable >+.endif >+ >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 125328
: 88519