ports/140307: [maintainer update] devel/p5-Devel-Size-Report fix RUN_DEPENDS

Alexey V.Degtyarev alexey at renatasystems.org
Thu Nov 5 12:20:03 UTC 2009


>Number:         140307
>Category:       ports
>Synopsis:       [maintainer update] devel/p5-Devel-Size-Report fix RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 05 12:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 8.0-RC1 amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Sep 17 18:50:57 UTC 2009 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
Accidentally I forgot to set correct RUN_DEPENDS so installed from package
module doesn't works. Blame me!
>How-To-Repeat:
	
>Fix:

	

--- p5-Devel-Size-Report.patch begins here ---
diff -u -r p5-Devel-Size-Report.orig/Makefile p5-Devel-Size-Report/Makefile
--- p5-Devel-Size-Report.orig/Makefile	2009-11-05 10:55:23.000000000 +0300
+++ p5-Devel-Size-Report/Makefile	2009-11-05 15:01:11.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	Devel-Size-Report
 PORTVERSION=	0.13
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,6 +19,7 @@
 		p5-Devel-Size>=0.69:${PORTSDIR}/devel/p5-Devel-Size \
 		p5-Scalar-List-Utils>=1.13:${PORTSDIR}/lang/p5-Scalar-List-Utils \
 		p5-Time-HiRes>=1.86:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Devel-Size-Report.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list