ports/141229: [patch] shells/p5-Shell-Perl

Rick Elrod codeblock at eighthbit.net
Sun Dec 6 19:10:02 UTC 2009


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



More information about the freebsd-ports-bugs mailing list