Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2010 12:08:46 GMT
From:      Eugene Mychlo <myc@barev.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142746: devel/p5-Mixin-Linewise missing dependency
Message-ID:  <201001121208.o0CC8kf1002013@www.freebsd.org>
Resent-Message-ID: <201001121210.o0CCA3iq079684@freefall.freebsd.org>

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

>Number:         142746
>Category:       ports
>Synopsis:       devel/p5-Mixin-Linewise missing 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:   Tue Jan 12 12:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Mychlo
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
Rekomendata, JSC
>Environment:
FreeBSD mycws.local 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 16:02:27 UTC 2010     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
This port is missing devel/p5-Sub-Exporter as dependency.
>How-To-Repeat:
Install devel/p5-Mixin-Linewise
Try to run perl -MMixin::Linewise::Readers -e 'Mixin::Linewise::Readers->read_file("test")'
>Fix:


Patch attached with submission follows:

--- devel/p5-Mixin-Linewise/Makefile.orig	2010-01-12 14:16:53.000000000 +0300
+++ devel/p5-Mixin-Linewise/Makefile	2010-01-12 15:04:11.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	Mixin-Linewise
 PORTVERSION=	0.002
+PORTREVISION= 	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/R/RJ/RJBS/
@@ -15,6 +16,10 @@
 MAINTAINER=	baptiste.daroussin@gmail.com
 COMMENT=	Write your linewise code for handles; this does the rest
 
+BUILD_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter
+
+RUN_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Mixin::Linewise::Readers.3 \


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



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