Date: Fri, 11 Aug 2006 05:41:45 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, lth@FreeBSD.org Subject: ports/101782: [PATCH] devel/p5-Test-Pod-Coverage: Fix build Message-ID: <20060810214145.CD7D1371@netnews.NCTU.edu.tw> Resent-Message-ID: <200608102150.k7ALoD7G095372@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101782 >Category: ports >Synopsis: [PATCH] devel/p5-Test-Pod-Coverage: Fix build >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: Thu Aug 10 21:50:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Fix build Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Test-Pod-Coverage-1.08.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Pod-Coverage/Makefile /home/staff/gslin/work/p5-Test-Pod-Coverage/Makefile --- /usr/ports/devel/p5-Test-Pod-Coverage/Makefile Sun Jan 29 01:08:41 2006 +++ /home/staff/gslin/work/p5-Test-Pod-Coverage/Makefile Fri Aug 11 05:41:18 2006 @@ -15,9 +15,9 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Check for pod coverage in your distribution -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ +RUN_DEPENDS= ${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= YES --- p5-Test-Pod-Coverage-1.08.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?20060810214145.CD7D1371>