Date: Fri, 28 Apr 2006 13:48:38 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: apeiron@comcast.net Subject: ports/96446: [PATCH] devel/p5-Module-Pluggable-Ordered: update dependency Message-ID: <20060428054838.671D3B29CE8@utopia.leeym.com> Resent-Message-ID: <200604280550.k3S5oH3O019173@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96446 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Pluggable-Ordered: 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: Fri Apr 28 05:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-RC i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006 >Description: - replace p5-UNIVERSAL-exports with p5-UNIVERSAL-require - update dependency Port maintainer (apeiron@comcast.net) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Module-Pluggable-Ordered-1.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Pluggable-Ordered/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 1 Nov 2004 19:24:12 -0000 1.4 +++ Makefile 28 Apr 2006 05:48:07 -0000 @@ -15,12 +15,21 @@ MAINTAINER= apeiron@comcast.net COMMENT= Call module plugins in a specified order -BUILD_DEPENDS= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \ - ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \ + ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes MAN3= Module::Pluggable::Ordered.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +post-configure: + ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile +.endif + +.include <bsd.port.post.mk> --- p5-Module-Pluggable-Ordered-1.4.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?20060428054838.671D3B29CE8>