Skip site navigation (1)Skip section navigation (2)
Date:      5 Nov 2009 15:12:34 +0300
From:      "Alexey V.Degtyarev" <alexey@renatasystems.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140307: [maintainer update] devel/p5-Devel-Size-Report fix RUN_DEPENDS
Message-ID:  <20091105121234.21260.qmail@hs-9.renatasystems.org>
Resent-Message-ID: <200911051220.nA5CK2SP048735@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091105121234.21260.qmail>