ports/165112: [PATCH] devel/p5-Devel-KYTProf: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Mon Feb 13 20:10:12 UTC 2012


>Number:         165112
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Devel-KYTProf: 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 Feb 13 20:10: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 #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch

Port maintainer (kuriyama at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Devel-KYTProf-0.01_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Devel-KYTProf/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	20 Oct 2011 03:19:55 -0000	1.1
+++ Makefile	13 Feb 2012 20:05:47 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Devel-KYTProf
 PORTVERSION=	0.01
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +15,10 @@
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for simple profiler
 
+BUILD_DEPENDS=	p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
+		p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=	Devel::KYTProf.3 \
--- p5-Devel-KYTProf-0.01_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list