Date: Sat, 18 Apr 2009 14:13:37 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/133845: [PATCH] devel/p5-Inline: update dependency Message-ID: <200904182113.n3ILDbcM097307@cn1.leeym.com> Resent-Message-ID: <200904182120.n3ILK3g9088161@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133845 >Category: ports >Synopsis: [PATCH] devel/p5-Inline: update dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 18 21:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - update dependency - bump PORTREVISION Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Inline-0.44_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Inline/Makefile,v retrieving revision 1.5 diff -u -d -b -w -u -r1.5 Makefile --- Makefile 17 Apr 2008 14:25:37 -0000 1.5 +++ Makefile 18 Apr 2009 21:13:16 -0000 @@ -7,6 +7,7 @@ PORTNAME= Inline PORTVERSION= 0.44 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,8 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Write Perl subroutines in other programming languages -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Parse-RecDescent>=1.8:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -24,4 +24,10 @@ Inline::C-Cookbook.3 Inline::C.3 \ Inline::C::ParseRecDescent.3 Inline::C::ParseRegExp.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Digest-MD5>=2.09:${PORTSDIR}/security/p5-Digest-MD5 +.endif + +.include <bsd.port.post.mk> --- p5-Inline-0.44_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904182113.n3ILDbcM097307>