Date: Mon, 19 Mar 2012 17:14:22 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hartzell@alerce.com Subject: ports/166258: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add missing DEPENDS Message-ID: <201203192114.q2JLEMbg043569@meatwad.mouf.net> Resent-Message-ID: <201203192120.q2JLKCwo003561@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166258 >Category: ports >Synopsis: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: 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 19 21:20:11 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 DEPENDS - Bump PORTREVISION Port maintainer (hartzell@alerce.com) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-CGI-Application-Plugin-DevPopup-1.06_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI-Application-Plugin-DevPopup/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 21 Jan 2012 17:37:28 -0000 1.10 +++ Makefile 19 Mar 2012 21:14:06 -0000 @@ -7,6 +7,7 @@ PORTNAME= CGI-Application-Plugin-DevPopup PORTVERSION= 1.06 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,8 @@ MAINTAINER= hartzell@alerce.com COMMENT= Runtime cgiapp info in a popup window -BUILD_DEPENDS= p5-CGI-Application>=4.01:${PORTSDIR}/www/p5-CGI-Application +BUILD_DEPENDS= p5-CGI-Application>=4.01:${PORTSDIR}/www/p5-CGI-Application \ + p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-CGI-Application-Plugin-DevPopup-1.06_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?201203192114.q2JLEMbg043569>