Date: Wed, 15 Feb 2012 13:18:24 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org Subject: ports/165184: [PATCH] devel/p5-Git-PurePerl: add misisng DEPENDS Message-ID: <201202151818.q1FIIOKd080254@meatwad.mouf.net> Resent-Message-ID: <201202151820.q1FIK9WW061117@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165184 >Category: ports >Synopsis: [PATCH] devel/p5-Git-PurePerl: add misisng 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: Wed Feb 15 18:20: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: see patch 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-Git-PurePerl-0.41_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Git-PurePerl/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 20 Jun 2011 08:36:07 -0000 1.8 +++ Makefile 15 Feb 2012 18:18:09 -0000 @@ -16,12 +16,16 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A Pure Perl interface to Git repositories -RUN_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \ +BUILD_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \ p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ - p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \ + p5-IO-Digest>0:${PORTSDIR}/devel/p5-IO-Digest +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Git-PurePerl-0.41_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?201202151818.q1FIIOKd080254>