Date: Fri, 23 Mar 2012 14:53:01 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hcoyote@ghostar.org Subject: ports/166348: [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DEPENDS Message-ID: <201203231853.q2NIr1WG064617@meatwad.mouf.net> Resent-Message-ID: <201203231900.q2NJ0LfX020434@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166348 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Plugin-Textile: 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: Fri Mar 23 19:00:21 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 (undocumented) DEPENDS - Bump PORTREVISION Port maintainer (hcoyote@ghostar.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-Textile-0.01_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Textile/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 21 Jan 2012 17:37:38 -0000 1.6 +++ Makefile 23 Mar 2012 18:52:36 -0000 @@ -8,6 +8,7 @@ PORTNAME= Catalyst-Plugin-Textile PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI @@ -16,8 +17,9 @@ MAINTAINER= hcoyote@ghostar.org COMMENT= Textile for Catalyst -BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \ - ${SITE_PERL}/Text/Textile.pm:${PORTSDIR}/textproc/p5-Text-Textile +BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Text-Textile>=0:${PORTSDIR}/textproc/p5-Text-Textile RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Catalyst-Plugin-Textile-0.01_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?201203231853.q2NIr1WG064617>