Date: Thu, 13 Oct 2011 09:20:17 +0100 (BST) From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: FreeBSD-gnats-submit@FreeBSD.org Cc: brix@FreeBSD.org Subject: ports/161538: devel/p5-Module-Runtime -- add missing dependency Message-ID: <201110130820.p9D8KHDX059946@lucid-nonsense.infracaninophile.co.uk> Resent-Message-ID: <201110130830.p9D8U95L096626@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161538 >Category: ports >Synopsis: devel/p5-Module-Runtime -- add missing dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 13 08:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 8.2-STABLE amd64 >Organization: Infracaninophile >Environment: System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #3 r226035: Wed Oct 5 14:26:52 BST 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64 >Description: * Add missing BUILD/RUN dependency on devel/p5-Params-Classify * pet portlint Credit to pointyhat: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.9.20111011110419/rt-4.0.2.log >How-To-Repeat: >Fix: --- p5-Module-Runtime.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Module-Runtime/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 9 Oct 2011 17:16:10 -0000 1.5 +++ Makefile 13 Oct 2011 08:13:52 -0000 @@ -7,6 +7,7 @@ PORTNAME= Module-Runtime PORTVERSION= 0.010 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +15,13 @@ MAINTAINER= brix@FreeBSD.org COMMENT= Perl module for runtime module handling -BUILD_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent - -LICENSE_COMB= dual LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent \ + ${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify +RUN_DEPENDS:= BUILD_DEPENDS + PERL_MODBUILD= yes MAN3= Module::Runtime.3 --- p5-Module-Runtime.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110130820.p9D8KHDX059946>