From nobody@FreeBSD.org  Tue Jan 12 12:08:47 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 250F81065672
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Jan 2010 12:08:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 145C28FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Jan 2010 12:08:47 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0CC8kIk002020
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Jan 2010 12:08:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o0CC8kf1002013;
	Tue, 12 Jan 2010 12:08:46 GMT
	(envelope-from nobody)
Message-Id: <201001121208.o0CC8kf1002013@www.freebsd.org>
Date: Tue, 12 Jan 2010 12:08:46 GMT
From: Eugene Mychlo <myc@barev.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/p5-Mixin-Linewise missing dependency
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: baptiste.daroussin@gmail.com

>Number:         142746
>Category:       ports
>Synopsis:       devel/p5-Mixin-Linewise missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 12 12:10:03 UTC 2010
>Closed-Date:    Mon Feb 01 07:22:33 UTC 2010
>Last-Modified:  Mon Feb  1 07:30:02 UTC 2010
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jan 12 12:10:18 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142746 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: baptiste.daroussin@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/142746: devel/p5-Mixin-Linewise missing dependency
Date: Tue, 12 Jan 2010 12:10:16 UT

 Maintainer of devel/p5-Mixin-Linewise,
 
 Please note that PR ports/142746 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142746
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Wed Jan 13 00:22:44 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142746 
State-Changed-From-To: feedback->closed 
State-Changed-By: wen 
State-Changed-When: Mon Feb 1 07:22:32 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142746 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142746: commit references a PR
Date: Mon,  1 Feb 2010 07:21:26 +0000 (UTC)

 wen         2010-02-01 07:21:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Mixin-Linewise Makefile 
   Log:
   - Add missing DEPENDS
   
   PR:             ports/142746
   Submitted by:   Eugene Mychlo <myc@barev.net>
   Approved by:    maintainer(timeout, > 2 weeks)
   
   Revision  Changes    Path
   1.2       +4 -0      ports/devel/p5-Mixin-Linewise/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
