From steve@mouf.net  Fri Feb 24 17:24:46 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 72674106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Feb 2012 17:24:46 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 2C9648FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Feb 2012 17:24:46 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q1OHOcmk023230
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 24 Feb 2012 12:24:39 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1OHOY6i030378;
	Fri, 24 Feb 2012 12:24:34 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202241724.q1OHOY6i030378@meatwad.mouf.net>
Date: Fri, 24 Feb 2012 12:24:34 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Olivier.Girard@univ-angers.fr
Subject: [PATCH] textproc/p5-Unicode-LineBreak: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: Olivier.Girard@univ-angers.fr

>Number:         165453
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Unicode-LineBreak: add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 24 17:30:13 UTC 2012
>Closed-Date:    Mon Feb 27 14:34:56 UTC 2012
>Last-Modified:  Mon Feb 27 14:40:05 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
Module is missing dependencies, see patch

Port maintainer (Olivier.Girard@univ-angers.fr) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Unicode-LineBreak-1.008.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Unicode-LineBreak/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	4 Mar 2011 13:59:59 -0000	1.1
+++ Makefile	24 Feb 2012 17:24:06 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Unicode-LineBreak
 PORTVERSION=	1.008.2
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,6 +16,9 @@
 MAINTAINER=	Olivier.Girard@univ-angers.fr
 COMMENT=	Unicode-LineBreak package
 
+BUILD_DEPENDS=	p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 USE_PERL5=	5.8.0+
 
--- p5-Unicode-LineBreak-1.008.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 24 17:30:26 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165453 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Feb 24 17:30:34 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Olivier.Girard@univ-angers.fr
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165453: [PATCH] textproc/p5-Unicode-LineBreak: add missing DEPENDS
Date: Fri, 24 Feb 2012 17:30:30 UT

 Maintainer of textproc/p5-Unicode-LineBreak,
 
 Please note that PR ports/165453 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/165453
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sat Feb 25 21:02:03 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Olivier Girard <Olivier.Girard@univ-angers.fr>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165453: [PATCH] textproc/p5-Unicode-LineBreak: add missing
 DEPENDS
Date: Mon, 27 Feb 2012 13:36:39 +0100

 Le 24/02/2012 18:30, Edwin Groothuis a crit :
 > Maintainer of textproc/p5-Unicode-LineBreak,
 >
 > Please note that PR ports/165453 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/165453
 >
 Feel free to modify, patch, ... as you need.
 
 -- 
 Olivier Girard
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Mon Feb 27 14:34:53 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165453: commit references a PR
Date: Mon, 27 Feb 2012 14:34:55 +0000 (UTC)

 swills      2012-02-27 14:34:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-Unicode-LineBreak Makefile 
   Log:
   - Add missing BUILD_DEPENDS and RUN_DEPENDS
   
   PR:             ports/165453
   Approved by:    Olivier Girard <Olivier.Girard@univ-angers.fr> (maintainer)
   
   Revision  Changes    Path
   1.2       +4 -0      ports/textproc/p5-Unicode-LineBreak/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:
