ports/142746: devel/p5-Mixin-Linewise missing dependency

Eugene Mychlo myc at barev.net
Tue Jan 12 12:10:04 UTC 2010


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



More information about the freebsd-ports-bugs mailing list