ports/166149: [PATCH] textproc/p5-Text-Capitalize: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Thu Mar 15 19:00:24 UTC 2012


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list