FreeBSD Bugzilla – Attachment 125399 Details for
Bug 169011
[PATCH] devel/p5-local-lib: fix *_DEPENDS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-local-lib-1.008004_1.patch
p5-local-lib-1.008004_1.patch (text/plain), 1.24 KB, created by
Po-Chuan Hsieh
on 2012-06-12 20:00:24 UTC
(
hide
)
Description:
p5-local-lib-1.008004_1.patch
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2012-06-12 20:00:24 UTC
Size:
1.24 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/p5-local-lib/Makefile,v >retrieving revision 1.19 >diff -u -u -r1.19 Makefile >--- Makefile 10 Jun 2012 18:41:54 -0000 1.19 >+++ Makefile 12 Jun 2012 18:57:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= local-lib > PORTVERSION= 1.008004 >+PORTREVISION= 1 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > MASTER_SITE_SUBDIR= CPAN:APEIRON >@@ -15,10 +16,7 @@ > MAINTAINER= kuriyama@FreeBSD.org > COMMENT= Perl extension to create and use a local lib/ with PERL5LIB > >-RUN_DEPENDS= \ >- p5-Module-Build>=0.36:${PORTSDIR}/devel/p5-Module-Build \ >- p5-ExtUtils-Install>=1.43:${PORTSDIR}/devel/p5-ExtUtils-Install >-BUILD_DEPENDS:= ${RUN_DEPENDS} >+TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny > > PERL_CONFIGURE= yes > >@@ -27,4 +25,15 @@ > lib::core::only.3 \ > local::lib.3 > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 501000 >+RUN_DEPENDS+= p5-ExtUtils-Install>=1.43:${PORTSDIR}/devel/p5-ExtUtils-Install >+.endif >+ >+.if ${PERL_LEVEL} < 501200 >+BUILD_DEPENDS+= p5-Module-Build>=0.36:${PORTSDIR}/devel/p5-Module-Build >+RUN_DEPENDS+= p5-Module-Build>=0.36:${PORTSDIR}/devel/p5-Module-Build >+.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 169011
: 125399