From steve@mouf.net  Mon Feb 13 18:56:14 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 3DEBF1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Feb 2012 18:56:14 +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 D5E6F8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Feb 2012 18:56:13 +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 q1DIu7qj015122
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Mon, 13 Feb 2012 13:56:10 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1DItxFY068630;
	Mon, 13 Feb 2012 13:55:59 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202131855.q1DItxFY068630@meatwad.mouf.net>
Date: Mon, 13 Feb 2012 13:55:59 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: markun@onohara.to
Subject: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: markun@onohara.to

>Number:         165107
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Util-Calc: 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:   Mon Feb 13 19:00:22 UTC 2012
>Closed-Date:    Sun Feb 19 14:37:34 UTC 2012
>Last-Modified:  Sun Feb 19 14:40:01 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:
see patch

Port maintainer (markun@onohara.to) is cc'd.

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

--- p5-DateTime-Util-Calc-0.13002_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-DateTime-Util-Calc/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	21 Jan 2012 17:37:56 -0000	1.4
+++ Makefile	13 Feb 2012 18:55:46 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	DateTime-Util-Calc
 PORTVERSION=	0.13002
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +15,8 @@
 MAINTAINER=	markun@onohara.to
 COMMENT=	DateTime Calculation Utilities
 
-BUILD_DEPENDS=	p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt
+BUILD_DEPENDS=	p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \
+		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-DateTime-Util-Calc-0.13002_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Feb 13 19:00:33 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=165107 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Feb 13 19:00:39 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: markun@onohara.to
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165107: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS
Date: Mon, 13 Feb 2012 19:00:36 UT

 Maintainer of devel/p5-DateTime-Util-Calc,
 
 Please note that PR ports/165107 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/165107
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Tue Feb 14 13:43:04 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: TERAMOTO Masahiro <markun@onohara.to>
To: bug-followup@FreeBSD.org,
 swills@freebsd.org
Cc:  
Subject: Re: ports/165107: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS
Date: Sun, 19 Feb 2012 09:59:34 +0900

 Dear all,
 
 I approve this patch.
 Please commit.
 
 Best Regards,
 
 -- 
 TERAMOTO Masahiro <markun@onohara.to>
 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sun Feb 19 14:37:33 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165107: commit references a PR
Date: Sun, 19 Feb 2012 14:37:31 +0000 (UTC)

 swills      2012-02-19 14:37:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-DateTime-Util-Calc Makefile 
   Log:
   - Add missing BUILD_DEPENDS/RUN_DEPENDS
   - Bump PORTREVISION
   
   PR:             ports/165107
   Submitted by:   swills (myself)
   Approved by:    TERAMOTO Masahiro <markun@onohara.to> (maintainer)
   
   Revision  Changes    Path
   1.5       +3 -2      ports/devel/p5-DateTime-Util-Calc/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:
