Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2002 14:03:13 +0000 (GMT)
From:      Dominic Mitchell <dom@happygiraffe.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33758: Incorrect dependency in www/p5-AxKit
Message-ID:  <20020110140313.C798762B7@cathbad.happygiraffe.net>

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

>Number:         33758
>Category:       ports
>Synopsis:       Incorrect dependency in www/p5-AxKit
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 10 06:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
The HappyGiraffe Institute for Happy Giraffes
>Environment:
System: FreeBSD cathbad.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #24: Thu Jan 10 12:20:35 GMT 2002 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386


	perl 5.6.0
	mod_perl 1.26
>Description:
	One of the dependencies for this port is incorrect.  Attached is
	a patch with the correct depends.
>How-To-Repeat:
	n/a
>Fix:

	Here's the patch:

diff -urN /usr/ports/www/p5-AxKit/Makefile p5-AxKit/Makefile
--- /usr/ports/www/p5-AxKit/Makefile	Wed Jan  9 13:39:24 2002
+++ p5-AxKit/Makefile	Thu Jan 10 14:00:29 2002
@@ -21,7 +21,7 @@
 		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
 		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
 		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
-		${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-XSLT \
+		${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \
 		${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
 		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
 		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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