Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2009 04:44:09 +0400 (MSD)
From:      Alex Kapranoff <alex@kapranoff.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/139244: Fix dependency in devel/p5-CHI
Message-ID:  <20090930004409.6D677E09D05@j3.duo.voffka.com>
Resent-Message-ID: <200909300110.n8U1A2d8056345@freefall.freebsd.org>

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

>Number:         139244
>Category:       ports
>Synopsis:       Fix dependency in devel/p5-CHI
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 30 01:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kapranoff
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
Inner Mongolia
>Environment:
System: FreeBSD j3.duo.voffka.com 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Sun Sep 6 12:42:56 MSD 2009 root@s05.voffka.com:/usr/src/sys/i386/compile/VOFFKADUO i386


	
>Description:
	

CHI basic driver "file" requires this module. It's also required in
Makefile.PL.

>How-To-Repeat:
	
>Fix:

	


===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/devel/p5-CHI/Makefile /usr/home/kappa/work/ports/p5-CHI/Makefile
--- /usr/ports/devel/p5-CHI/Makefile	2009-09-03 05:03:05.000000000 +0400
+++ /usr/home/kappa/work/ports/p5-CHI/Makefile	2009-09-30 04:40:53.000000000 +0400
@@ -7,6 +7,7 @@
 
 PORTNAME=	CHI
 PORTVERSION=	0.280
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/J/JS/JSWARTZ
@@ -27,7 +28,8 @@
 	p5-Moose>=0.66:${PORTSDIR}/devel/p5-Moose \
 	p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken \
 	p5-Time-Duration>=1.06:${PORTSDIR}/devel/p5-Time-Duration \
-	p5-Time-Duration-Parse>=0.03:${PORTSDIR}/devel/p5-Time-Duration-Parse
+	p5-Time-Duration-Parse>=0.03:${PORTSDIR}/devel/p5-Time-Duration-Parse \
+	p5-Module-Load-Conditional>0:${PORTSDIR}/devel/p5-Module-Load-Conditional
 
 PERL_CONFIGURE=	yes
 
===> Done
>Release-Note:
>Audit-Trail:
>Unformatted:



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