Date: Mon, 5 Mar 2012 15:37:29 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: wenheping@gmail.com Subject: ports/165751: [PATCH] math/p5-Math-Geometry-Voronoi: Add missing DEPENDS Message-ID: <201203052037.q25KbTPB003233@meatwad.mouf.net> Resent-Message-ID: <201203052040.q25KeAjN083357@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165751 >Category: ports >Synopsis: [PATCH] math/p5-Math-Geometry-Voronoi: 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: Mon Mar 05 20:40:10 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 BUILD_DEPENDS and RUN_DEPENDS - Bump PORTREVISION Port maintainer (wenheping@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Math-Geometry-Voronoi-1.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/p5-Math-Geometry-Voronoi/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 13 Jul 2009 22:20:03 -0000 1.1 +++ Makefile 5 Mar 2012 20:36:50 -0000 @@ -7,6 +7,7 @@ PORTNAME= Math-Geometry-Voronoi PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,10 @@ MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to compute Voronoi diagrams from sets of points +BUILD_DEPENDS= p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Math::Geometry::Voronoi.3 --- p5-Math-Geometry-Voronoi-1.3_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?201203052037.q25KbTPB003233>