Date: Mon, 5 Mar 2012 12:39:38 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sunpoet@FreeBSD.org Subject: ports/165726: [PATCH] math/p5-Math-Prime-XS: add missing DEPENDS Message-ID: <201203051739.q25HdcvW086192@meatwad.mouf.net> Resent-Message-ID: <201203051740.q25HeEvf005916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165726 >Category: ports >Synopsis: [PATCH] math/p5-Math-Prime-XS: 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 17:40:14 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 Note: Passes tests now Port maintainer (sunpoet@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Math-Prime-XS-0.26_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/p5-Math-Prime-XS/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 24 Nov 2011 16:41:47 -0000 1.3 +++ Makefile 5 Mar 2012 17:38:11 -0000 @@ -7,6 +7,7 @@ PORTNAME= Math-Prime-XS PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,10 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Detect and calculate prime numbers with deterministic tests -BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-boolean>=0:${PORTSDIR}/devel/p5-boolean +RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-boolean>=0:${PORTSDIR}/devel/p5-boolean TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage --- p5-Math-Prime-XS-0.26_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?201203051739.q25HdcvW086192>