Date: Thu, 15 Mar 2012 21:30:51 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: demon@FreeBSD.org Subject: ports/166170: [PATCH] textproc/p5-XML-Validate: add missing DEPENDS, add TEST_DEPENDS Message-ID: <201203160130.q2G1UpIN068075@meatwad.mouf.net> Resent-Message-ID: <201203160140.q2G1e265059285@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166170 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-Validate: add missing DEPENDS, add 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 Mar 16 01:40:01 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 #14 r232426: Fri Mar 2 21:54:42 >Description: - Add missing DEPENDS - Add TEST_DEPENDS to enable testing - Bump PORTREVISION Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-XML-Validate-1.025_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-Validate/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 10 Nov 2009 12:51:39 -0000 1.2 +++ Makefile 16 Mar 2012 01:30:26 -0000 @@ -7,6 +7,7 @@ PORTNAME= XML-Validate PORTVERSION= 1.025 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,10 @@ MAINTAINER= demon@FreeBSD.org COMMENT= An XML validator factory -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-Log-TraceMessages>=0:${PORTSDIR}/devel/p5-Log-TraceMessages +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions PERL_CONFIGURE= yes --- p5-XML-Validate-1.025_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?201203160130.q2G1UpIN068075>