ports/164524: [PATCH] editors/p5-Proc-InvokeEditor: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Thu Jan 26 17:20:09 UTC 2012


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



More information about the freebsd-ports-bugs mailing list