Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2012 17:40:03 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kurt.lidl@cello.com
Subject:   ports/166361: [PATCH] devel/p5-Test-Mini: add missing DEPENDS
Message-ID:  <201203232140.q2NLe3Jp072848@meatwad.mouf.net>
Resent-Message-ID: <201203232150.q2NLoCxW080564@freefall.freebsd.org>

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

>Number:         166361
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Mini: 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:   Fri Mar 23 21:50:12 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
- Bump PORTREVISION

Port maintainer (kurt.lidl@cello.com) is cc'd.

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

--- p5-Test-Mini-v1.1.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Mini/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	21 Jun 2011 06:58:12 -0000	1.3
+++ Makefile	23 Mar 2012 21:39:46 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Test-Mini
 PORTVERSION=	v1.1.3
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PVANDE
@@ -23,6 +24,7 @@
 		p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \
 		p5-aliased>=0.30:${PORTSDIR}/devel/p5-aliased \
 		p5-namespace-clean>=0.14:${PORTSDIR}/devel/p5-namespace-clean
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Test-Mini-v1.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?201203232140.q2NLe3Jp072848>