Subject: ports/165393: [PATCH] devel/p5-Oogly: add missing DEPENDS >Number: 165393 >Category: ports >Synopsis: [PATCH] devel/p5-Oogly: 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: Wed Feb 22 15:50:02 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: - Add missing BUILD_DEPENDS and RUN_DEPENDS which the module needs - Bump PORTREVISION due to new RUN_DEPENDS, which changes the package Port maintainer (magik@xxxxxxxxxxxx) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Oogly-0.31_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Oogly/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 20 Jun 2011 08:36:12 -0000 1.2 +++ Makefile 22 Feb 2012 15:45:16 -0000 @@ -7,6 +7,7 @@ PORTNAME= Oogly PORTVERSION= 0.31 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AWNCORP @@ -15,6 +16,11 @@ MAINTAINER= magik@xxxxxxxxxxxx COMMENT= A Data validation idea that just might be ideal +BUILD_DEPENDS= p5-Array-Unique>0:${PORTSDIR}/devel/p5-Array-Unique \ + p5-Data-Dumper-Concise>0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \ + p5-Hash-Merge>=0.11:${PORTSDIR}/textproc/p5-Hash-Merge +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Oogly.3 --- p5-Oogly-0.31_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-ports-bugs@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@xxxxxxxxxxx" |