Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2012 13:29:00 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        numisemis@yahoo.com
Subject:   ports/165831: [PATCH] net/p5-Net-SCP-Expect: add missing DEPENDS
Message-ID:  <201203071829.q27IT0W7031605@meatwad.mouf.net>
Resent-Message-ID: <201203071830.q27IUEWB062597@freefall.freebsd.org>

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

>Number:         165831
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-SCP-Expect: 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:   Wed Mar 07 18:30:14 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:
see patch

Port maintainer (numisemis@yahoo.com) is cc'd.

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

--- p5-Net-SCP-Expect-0.16_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-SCP-Expect/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	19 Jun 2009 16:26:59 -0000	1.4
+++ Makefile	7 Mar 2012 18:27:35 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-SCP-Expect
 PORTVERSION=	0.16
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +15,10 @@
 MAINTAINER=	numisemis@yahoo.com
 COMMENT=	Perl5 wrapper for scp that allows passwords via Expect
 
-RUN_DEPENDS=	p5-Expect>=1.14:${PORTSDIR}/lang/p5-Expect \
+BUILD_DEPENDS=	p5-Expect>=1.14:${PORTSDIR}/lang/p5-Expect \
+		p5-Net-IPv6Addr>=0:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr \
 		p5-Term-ReadPassword>=0.01:${PORTSDIR}/devel/p5-Term-ReadPassword
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Net-SCP-Expect-0.16_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?201203071829.q27IT0W7031605>