Date: Thu, 9 Feb 2012 11:34:50 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/164934: [PATCH] devel/p5-Class-Accessor-Complex: add missing DEPENDS Message-ID: <201202091634.q19GYoOi096995@meatwad.mouf.net> Resent-Message-ID: <201202091640.q19Ge99q043521@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164934 >Category: ports >Synopsis: [PATCH] devel/p5-Class-Accessor-Complex: 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: Thu Feb 09 16:40: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 (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Class-Accessor-Complex-1.100880_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Class-Accessor-Complex/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 7 Dec 2010 04:09:03 -0000 1.1 +++ Makefile 9 Feb 2012 16:34:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= Class-Accessor-Complex PORTVERSION= 1.100880 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,11 @@ MAINTAINER= gslin@gslin.org COMMENT= Arrays, hashes, booleans, integers, sets and more -RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Data-Miscellany>=0:${PORTSDIR}/devel/p5-Data-Miscellany \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Class-Accessor-Installer>=0:${PORTSDIR}/devel/p5-Class-Accessor-Installer +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes USE_PERL5_RUN= 5.8.1+ --- p5-Class-Accessor-Complex-1.100880_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?201202091634.q19GYoOi096995>