Date: Thu, 15 Mar 2012 21:29:50 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/166169: [PATCH] textproc/p5-XML-Canonical: add missing DEPENDS Message-ID: <201203160129.q2G1ToqW066437@meatwad.mouf.net> Resent-Message-ID: <201203160140.q2G1e1a6059276@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166169 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-Canonical: add missing 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 - Bump PORTREVISION Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-XML-Canonical-0.10_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-Canonical/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 6 Jun 2008 14:04:54 -0000 1.3 +++ Makefile 16 Mar 2012 01:29:32 -0000 @@ -7,7 +7,7 @@ PORTNAME= XML-Canonical PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= XML @@ -16,6 +16,8 @@ MAINTAINER= gslin@gslin.org COMMENT= Perl Implementation of Canonical XML +BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDIR}/textproc/p5-XML-GDOME +RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2 PERL_CONFIGURE= yes --- p5-XML-Canonical-0.10_2.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?201203160129.q2G1ToqW066437>