Date: Fri, 10 Feb 2012 16:41:18 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org Subject: ports/164968: [PATCH] mail/p5-Email-MIME-CreateHTML: add missing DEPENDS and move one depend to TEST_DEPENDS Message-ID: <201202102141.q1ALfIgC057207@meatwad.mouf.net> Resent-Message-ID: <201202102150.q1ALo9UO019452@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164968 >Category: ports >Synopsis: [PATCH] mail/p5-Email-MIME-CreateHTML: add missing DEPENDS and move one depend to TEST_DEPENDS >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 Feb 10 21:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: This module fails to declare some of it's dependencies. See: https://rt.cpan.org/Public/Bug/Display.html?id=61245 We can at least include them in the port. Moved on module to TEST_DEPENDS since it's only needed for testing. Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Email-MIME-CreateHTML-1.030_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/p5-Email-MIME-CreateHTML/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 21 Jan 2012 17:37:59 -0000 1.4 +++ Makefile 10 Feb 2012 21:38:08 -0000 @@ -7,6 +7,7 @@ PORTNAME= Email-MIME-CreateHTML PORTVERSION= 1.030 +PORTREVISION= 1 CATEGORIES= mail www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,8 +22,10 @@ p5-HTML-TokeParser-Simple>0:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions PERL_CONFIGURE= yes --- p5-Email-MIME-CreateHTML-1.030_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?201202102141.q1ALfIgC057207>