FreeBSD Bugzilla – Attachment 85437 Details for
Bug 121634
[PATCH] ftp/p5-File-Fetch: fix dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-File-Fetch-0.14_1.patch
p5-File-Fetch-0.14_1.patch (text/plain), 1.59 KB, created by
Yen-Ming Lee
on 2008-03-12 05:30:01 UTC
(
hide
)
Description:
p5-File-Fetch-0.14_1.patch
Filename:
MIME Type:
Creator:
Yen-Ming Lee
Created:
2008-03-12 05:30:01 UTC
Size:
1.59 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/ftp/p5-File-Fetch/Makefile,v >retrieving revision 1.5 >diff -u -u -r1.5 Makefile >--- Makefile 23 Feb 2008 19:12:32 -0000 1.5 >+++ Makefile 12 Mar 2008 05:28:19 -0000 >@@ -7,23 +7,33 @@ > > PORTNAME= File-Fetch > PORTVERSION= 0.14 >+PORTREVISION= 1 > CATEGORIES= ftp www perl5 >-MASTER_SITES= ${MASTER_SITE_PERL_CPAN} >-MASTER_SITE_SUBDIR= File >+MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > > MAINTAINER= aaron@FreeBSD.org > COMMENT= A generic file fetching mechanism > >-RUN_DEPENDS= ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \ >- ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ >- ${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \ >- ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ >- ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check >+RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ >+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww > BUILD_DEPENDS= ${RUN_DEPENDS} > >-MAN3= File::Fetch.3 >+MAN3= File::Fetch.3 > > PERL_CONFIGURE= yes > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 500703 >+RUN_DEPENDS+= p5-Net>=0:${PORTSDIR}/net/p5-Net >+.endif >+ >+.if ${PERL_LEVEL} < 500905 >+RUN_DEPENDS+= p5-IPC-Cmd>=0.36:${PORTSDIR}/devel/p5-IPC-Cmd \ >+ p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ >+ p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \ >+ p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check >+.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 121634
: 85437