Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2011 00:27:17 GMT
From:      Kan Sasaki <sasaki@fcc.ad.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161531: [PATCH] devel/p5-Module-Runtime: fix dependency
Message-ID:  <201110130027.p9D0RHKA091565@red.freebsd.org>
Resent-Message-ID: <201110130030.p9D0U9t3019776@freefall.freebsd.org>

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

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



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