Date: Thu, 15 Mar 2012 14:52:29 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: amdmi3@FreeBSD.org Subject: ports/166149: [PATCH] textproc/p5-Text-Capitalize: add missing DEPENDS Message-ID: <201203151852.q2FIqT3x052078@meatwad.mouf.net> Resent-Message-ID: <201203151900.q2FJ0Al4084685@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166149 >Category: ports >Synopsis: [PATCH] textproc/p5-Text-Capitalize: 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: Thu Mar 15 19:00:09 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 Port maintainer (amdmi3@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Text-Capitalize-1.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Text-Capitalize/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 1 Feb 2010 09:20:49 -0000 1.9 +++ Makefile 15 Mar 2012 18:52:14 -0000 @@ -7,6 +7,7 @@ PORTNAME= Text-Capitalize PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,9 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Capitalize strings ("to WORK AS titles" becomes "To Work as Titles") +BUILD_DEPENDS= p5-PerlIO-locale>=0:${PORTSDIR}/devel/p5-PerlIO-locale +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Text::Capitalize.3 --- p5-Text-Capitalize-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?201203151852.q2FIqT3x052078>