From bofh@tb.s.ubze.ro  Wed Oct 17 12:54:49 2012
Return-Path: <bofh@tb.s.ubze.ro>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 11B5A321;
	Wed, 17 Oct 2012 12:54:49 +0000 (UTC)
	(envelope-from bofh@tb.s.ubze.ro)
Received: from tb.s.ubze.ro (tb.s.ubze.ro [103.3.225.250])
	by mx1.freebsd.org (Postfix) with ESMTP id 638DE8FC0C;
	Wed, 17 Oct 2012 12:54:47 +0000 (UTC)
Received: from tb.s.ubze.ro (localhost [127.0.0.1])
	by tb.s.ubze.ro (8.14.5/8.14.5) with ESMTP id q9HCsjxK069595;
	Wed, 17 Oct 2012 18:54:45 +0600 (BDT)
	(envelope-from bofh@tb.s.ubze.ro)
Received: (from root@localhost)
	by tb.s.ubze.ro (8.14.5/8.14.5/Submit) id q9HCsjxK069594;
	Wed, 17 Oct 2012 18:54:45 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201210171254.q9HCsjxK069594@tb.s.ubze.ro>
Date: Wed, 17 Oct 2012 18:54:45 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: timur@freebsd.org
Subject: [PATCH] devel/p5-DateTime-Format-Natural: update to 1.01, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         172825
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Format-Natural: update to 1.01, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jhale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 17 13:00:00 UTC 2012
>Closed-Date:    Fri Oct 19 08:52:03 UTC 2012
>Last-Modified:  Fri Oct 19 08:52:03 UTC 2012
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD tb.s.ubze.ro 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Mon Oct 15 03:30:02 BDT 2012
>Description:
- Update to 1.01
- Take maintainership as current maintainer no longer wishes to maintain them and has requested to take over.

For Committer's reference:
https://redports.org/~subzero/20121017115625-10163-88818/p5-DateTime-Format-Natural-1.01.log
https://redports.org/~subzero/20121017115625-10163-88817/p5-DateTime-Format-Natural-1.01.log
https://redports.org/~subzero/20121017115625-10163-88820/p5-DateTime-Format-Natural-1.01.log
https://redports.org/~subzero/20121017115625-10163-88821/p5-DateTime-Format-Natural-1.01.log
https://redports.org/~subzero/20121017115625-10163-88819/p5-DateTime-Format-Natural-1.01.log
https://redports.org/~subzero/20121017115625-10163-88814/p5-DateTime-Format-Natural-1.01.log
https://redports.org/~subzero/20121017115625-10163-88816/p5-DateTime-Format-Natural-1.01.log
https://redports.org/~subzero/20121017115625-10163-88815/p5-DateTime-Format-Natural-1.01.log

Port maintainer (timur@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-DateTime-Format-Natural-1.01.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-DateTime-Format-Natural/Makefile ./Makefile
--- /usr/ports/devel/p5-DateTime-Format-Natural/Makefile	2012-10-12 12:48:48.000000000 +0600
+++ ./Makefile	2012-10-17 17:55:32.000000000 +0600
@@ -2,12 +2,12 @@
 # $FreeBSD: ports/devel/p5-DateTime-Format-Natural/Makefile,v 1.11 2012/10/12 06:48:48 jhale Exp $
 
 PORTNAME=	DateTime-Format-Natural
-PORTVERSION=	0.99
+PORTVERSION=	1.01
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	timur@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Create machine readable date/time with natural parsing logic
 
 BUILD_DEPENDS=	p5-boolean>=0:${PORTSDIR}/devel/p5-boolean \
@@ -35,6 +35,7 @@
 		DateTime::Format::Natural::Rewrite.3 \
 		DateTime::Format::Natural::Test.3 \
 		DateTime::Format::Natural::Utils.3 \
-		DateTime::Format::Natural::Wrappers.3
+		DateTime::Format::Natural::Wrappers.3 \
+		DateTime::Format::Natural::Expand.3
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-DateTime-Format-Natural/distinfo ./distinfo
--- /usr/ports/devel/p5-DateTime-Format-Natural/distinfo	2012-10-12 12:48:48.000000000 +0600
+++ ./distinfo	2012-10-17 17:25:17.000000000 +0600
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Format-Natural-0.99.tar.gz) = f732a29cc95629a1c360d36aaebfe688d9f83f8c02843906e46a90914b8a962f
-SIZE (DateTime-Format-Natural-0.99.tar.gz) = 68483
+SHA256 (DateTime-Format-Natural-1.01.tar.gz) = 2962b96ab42069ca04a299c8b62c774ae7117d096dbff4d45a9b5c2bd0ca7551
+SIZE (DateTime-Format-Natural-1.01.tar.gz) = 72617
diff -ruN --exclude=CVS /usr/ports/devel/p5-DateTime-Format-Natural/pkg-plist ./pkg-plist
--- /usr/ports/devel/p5-DateTime-Format-Natural/pkg-plist	2012-04-10 08:15:42.000000000 +0600
+++ ./pkg-plist	2012-10-17 17:56:08.000000000 +0600
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/DateTime/Format/Natural/Calc.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Compat.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Duration.pm
+%%SITE_PERL%%/DateTime/Format/Natural/Expand.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Extract.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Formatted.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Helpers.pm
--- p5-DateTime-Format-Natural-1.01.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->timur 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 17 13:00:08 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172825 
State-Changed-From-To: open->closed 
State-Changed-By: jhale 
State-Changed-When: Wed Oct 17 13:41:51 UTC 2012 
State-Changed-Why:  
Pass maintainership to submitter. Approved by timur@ via private email. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172825 
Responsible-Changed-From-To: timur->jhale 
Responsible-Changed-By: jhale 
Responsible-Changed-When: Fri Oct 19 02:40:58 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172825 
State-Changed-From-To: closed->open 
State-Changed-By: jhale 
State-Changed-When: Fri Oct 19 02:41:34 UTC 2012 
State-Changed-Why:  
Re-open this since update was not applied. 

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

From: "Jason E. Hale" <jhale@freebsd.org>
To: bug-followup@freebsd.org, 5u623l20@gmail.com
Cc:  
Subject: Re: ports/172825: [PATCH] devel/p5-DateTime-Format-Natural: update to 1.01, take maintainership
Date: Thu, 18 Oct 2012 23:13:43 -0400

 --nextPart2164033.n5EdxPpeDi
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/plain; charset="us-ascii"
 
 Seems like devel/p5-Clone is required too.  There wasn't a regression-test 
 target either even though TEST_DEPENDS was defined.  Do you agree?
 
 ===>  Configuring for p5-DateTime-Format-Natural-1.01
 Checking prerequisites...
   requires:
     !  Clone is not installed
   build_requires:
     !  Test::MockTime is not installed
 
 ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
 of the modules indicated above before proceeding with this installation
 
 Run 'Build installdeps' to install missing prerequisites.
 --nextPart2164033.n5EdxPpeDi
 Content-Disposition: attachment; filename="p5-DateTime-Format-Natural.diff"
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/x-patch; charset="ISO-8859-1"; name="p5-DateTime-Format-Natural.diff"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 306010)
 +++ Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	DateTime-Format-Natural
 -PORTVERSION=	0.99
 +PORTVERSION=	1.01
  CATEGORIES=	devel perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -11,6 +11,7 @@
  COMMENT=	Create machine readable date/time with natural parsing logic
  
  BUILD_DEPENDS=	p5-boolean>=0:${PORTSDIR}/devel/p5-boolean \
 +		p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
  		p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
  		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
  		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
 @@ -27,6 +28,7 @@
  		DateTime::Format::Natural::Calc.3 \
  		DateTime::Format::Natural::Compat.3 \
  		DateTime::Format::Natural::Duration.3 \
 +		DateTime::Format::Natural::Expand.3 \
  		DateTime::Format::Natural::Extract.3 \
  		DateTime::Format::Natural::Formatted.3 \
  		DateTime::Format::Natural::Helpers.3 \
 @@ -37,4 +39,7 @@
  		DateTime::Format::Natural::Utils.3 \
  		DateTime::Format::Natural::Wrappers.3
  
 +regression-test: build
 +	@cd ${WRKSRC} && ./Build test
 +
  .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 305942)
 +++ distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (DateTime-Format-Natural-0.99.tar.gz) = f732a29cc95629a1c360d36aaebfe688d9f83f8c02843906e46a90914b8a962f
 -SIZE (DateTime-Format-Natural-0.99.tar.gz) = 68483
 +SHA256 (DateTime-Format-Natural-1.01.tar.gz) = 2962b96ab42069ca04a299c8b62c774ae7117d096dbff4d45a9b5c2bd0ca7551
 +SIZE (DateTime-Format-Natural-1.01.tar.gz) = 72617
 Index: pkg-plist
 ===================================================================
 --- pkg-plist	(revision 305942)
 +++ pkg-plist	(working copy)
 @@ -1,3 +1,4 @@
 +bin/dateparse
  %%SITE_PERL%%/DateTime/Format/Natural.pm
  %%SITE_PERL%%/DateTime/Format/Natural/Calc.pm
  %%SITE_PERL%%/DateTime/Format/Natural/Compat.pm
 @@ -2,2 +3,3 @@
  %%SITE_PERL%%/DateTime/Format/Natural/Duration.pm
 +%%SITE_PERL%%/DateTime/Format/Natural/Expand.pm
  %%SITE_PERL%%/DateTime/Format/Natural/Extract.pm
 @@ -12,7 +14,6 @@
  %%SITE_PERL%%/DateTime/Format/Natural/Utils.pm
  %%SITE_PERL%%/DateTime/Format/Natural/Wrappers.pm
  %%SITE_PERL%%/DateTime/Format/Natural/Duration/Checks.pm
 -bin/dateparse
  @dirrmtry %%SITE_PERL%%/DateTime/Format/Natural/Duration
  @dirrmtry %%SITE_PERL%%/DateTime/Format/Natural/Lang
  @dirrmtry %%SITE_PERL%%/DateTime/Format/Natural
 
 --nextPart2164033.n5EdxPpeDi--
 

From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: "Jason E. Hale" <jhale@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/172825: [PATCH] devel/p5-DateTime-Format-Natural: update to
 1.01, take maintainership
Date: Fri, 19 Oct 2012 13:52:55 +0600

 --f46d043c81a6a8442904cc64ca9b
 Content-Type: text/plain; charset=UTF-8
 
 Yeap, I do agree.
 
 On Fri, Oct 19, 2012 at 9:13 AM, Jason E. Hale <jhale@freebsd.org> wrote:
 
 > Seems like devel/p5-Clone is required too.  There wasn't a regression-test
 > target either even though TEST_DEPENDS was defined.  Do you agree?
 >
 > ===>  Configuring for p5-DateTime-Format-Natural-1.01
 > Checking prerequisites...
 >   requires:
 >     !  Clone is not installed
 >   build_requires:
 >     !  Test::MockTime is not installed
 >
 > ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the
 > versions
 > of the modules indicated above before proceeding with this installation
 >
 > Run 'Build installdeps' to install missing prerequisites.
 
 --f46d043c81a6a8442904cc64ca9b
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 <font color=3D"#000000"><font><font face=3D"courier new,monospace">Yeap, I =
 do agree.<br></font></font></font><br><div class=3D"gmail_quote">On Fri, Oc=
 t 19, 2012 at 9:13 AM, Jason E. Hale <span dir=3D"ltr">&lt;<a href=3D"mailt=
 o:jhale@freebsd.org" target=3D"_blank">jhale@freebsd.org</a>&gt;</span> wro=
 te:<br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex">Seems like devel/p5-Clone is required too. =
 =C2=A0There wasn&#39;t a regression-test<br>
 target either even though TEST_DEPENDS was defined. =C2=A0Do you agree?<br>
 <br>
 =3D=3D=3D&gt; =C2=A0Configuring for p5-DateTime-Format-Natural-1.01<br>
 Checking prerequisites...<br>
 =C2=A0 requires:<br>
 =C2=A0 =C2=A0 ! =C2=A0Clone is not installed<br>
 =C2=A0 build_requires:<br>
 =C2=A0 =C2=A0 ! =C2=A0Test::MockTime is not installed<br>
 <br>
 ERRORS/WARNINGS FOUND IN PREREQUISITES. =C2=A0You may wish to install the v=
 ersions<br>
 of the modules indicated above before proceeding with this installation<br>
 <br>
 Run &#39;Build installdeps&#39; to install missing prerequisites.</blockquo=
 te></div><br>
 
 --f46d043c81a6a8442904cc64ca9b--
State-Changed-From-To: open->closed 
State-Changed-By: jhale 
State-Changed-When: Fri Oct 19 08:52:03 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172825 
>Unformatted:
