Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2012 12:11:42 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bapt@FreeBSD.org
Subject:   ports/164524: [PATCH] editors/p5-Proc-InvokeEditor: add missing DEPENDS
Message-ID:  <201201261711.q0QHBgXr038775@meatwad.mouf.net>
Resent-Message-ID: <201201261720.q0QHK88T073649@freefall.freebsd.org>

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

>Number:         164524
>Category:       ports
>Synopsis:       [PATCH] editors/p5-Proc-InvokeEditor: 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 Jan 26 17:20:08 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 #8: Mon Dec 19 15:53:28 EST 2011
>Description:
This perl module is missing some depends, see attached patch

Port maintainer (bapt@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Proc-InvokeEditor-1.06_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/editors/p5-Proc-InvokeEditor/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	7 Oct 2011 11:22:40 -0000	1.3
+++ Makefile	26 Jan 2012 17:11:16 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Proc-InvokeEditor
 PORTVERSION=	1.06
+PORTREVISION=	1
 CATEGORIES=	editors perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MSTEVENS
@@ -18,6 +19,9 @@
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
+RUN_DEPENDS=	p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
+
 PERL_CONFIGURE=	yes
 
 MAN3=	Proc::InvokeEditor.3
--- p5-Proc-InvokeEditor-1.06_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?201201261711.q0QHBgXr038775>