Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2009 19:06:08 GMT
From:      Rick Elrod <codeblock@eighthbit.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141229: [patch] shells/p5-Shell-Perl
Message-ID:  <200912061906.nB6J68Yg029234@www.freebsd.org>
Resent-Message-ID: <200912061910.nB6JA1CJ099754@freefall.freebsd.org>

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

>Number:         141229
>Category:       ports
>Synopsis:       [patch] shells/p5-Shell-Perl
>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:   Sun Dec 06 19:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Rick Elrod
>Release:        8-RELEASE
>Organization:
>Environment:
FreeBSD lightning.local. 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This patch fixes two missing dependencies for shells/p5-Shell-Perl.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN p5-Shell-Perl/Makefile /usr/ports/shells/p5-Shell-Perl/Makefile
--- p5-Shell-Perl/Makefile	2009-12-06 13:49:02.000000000 -0500
+++ /usr/ports/shells/p5-Shell-Perl/Makefile	2009-12-06 13:59:24.000000000 -0500
@@ -17,7 +17,10 @@
 RUN_DEPENDS=	${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
 		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
 		${SITE_PERL}/Data/Dump.pm:${PORTSDIR}/devel/p5-Data-Dump \
-		${SITE_PERL}/${PERL_ARCH}/Data/Dump/Streamer.pm:${PORTSDIR}/devel/p5-Data-Dump-Streamer
+		${SITE_PERL}/${PERL_ARCH}/Data/Dump/Streamer.pm:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
+		${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
+		${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir
+
 BUILD_DEPENDS=	${SITE_PERL}/Test/Script.pm:${PORTSDIR}/devel/p5-Test-Script \
 		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
 		${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \


>Release-Note:
>Audit-Trail:
>Unformatted:



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