ports/161531: [PATCH] devel/p5-Module-Runtime: fix dependency

Kan Sasaki sasaki at fcc.ad.jp
Thu Oct 13 00:30:09 UTC 2011


>Number:         161531
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Runtime: fix dependency
>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 Oct 13 00:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kan Sasaki
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
>Description:
Module::Runtime requires Params::Classify.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-10-13 09:13:01.000000000 +0900
+++ Makefile	2011-10-13 09:09:57.000000000 +0900
@@ -14,8 +14,10 @@
 MAINTAINER=	brix at FreeBSD.org
 COMMENT=	Perl module for runtime module handling
 
-BUILD_DEPENDS=	${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS=	${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
+BUILD_DEPENDS=	${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent \
+		${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
+RUN_DEPENDS=	${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent \
+		${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
 
 LICENSE_COMB=	dual
 LICENSE=	ART10 GPLv1


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



More information about the freebsd-ports-bugs mailing list