Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2012 14:43:11 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        timur@FreeBSD.org
Subject:   ports/166228: [PATCH] devel/p5-DateTime-Format-Natural: update to 0.98
Message-ID:  <201203181843.q2IIhBO2095348@meatwad.mouf.net>
Resent-Message-ID: <201203181850.q2IIo9qT093521@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166228
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Format-Natural: update to 0.98
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 18 18:50:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Update to 0.98

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

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

--- p5-DateTime-Format-Natural-0.98.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-DateTime-Format-Natural/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	13 Feb 2012 18:37:17 -0000	1.9
+++ Makefile	18 Mar 2012 18:42:03 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DateTime-Format-Natural
-PORTVERSION=	0.82
+PORTVERSION=	0.98
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,11 +15,12 @@
 COMMENT=	Create machine readable date/time with natural parsing logic
 
 BUILD_DEPENDS=	\
-		${SITE_PERL}/boolean.pm:${PORTSDIR}/devel/p5-boolean \
-		${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
-		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
-		${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
-		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
+		p5-boolean>=0:${PORTSDIR}/devel/p5-boolean \
+		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 \
+		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
+		p5-Module-Util>=0:${PORTSDIR}/devel/p5-Module-Util
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime
 
@@ -28,12 +29,15 @@
 MAN1=		dateparse.1
 
 MAN3=		DateTime::Format::Natural.3 \
-		DateTime::Format::Natural::Base.3 \
+		DateTime::Format::Natural::Calc.3 \
 		DateTime::Format::Natural::Compat.3 \
 		DateTime::Format::Natural::Duration.3 \
+		DateTime::Format::Natural::Extract.3 \
+		DateTime::Format::Natural::Formatted.3 \
 		DateTime::Format::Natural::Helpers.3 \
 		DateTime::Format::Natural::Lang::Base.3 \
 		DateTime::Format::Natural::Lang::EN.3 \
+		DateTime::Format::Natural::Rewrite.3 \
 		DateTime::Format::Natural::Test.3 \
 		DateTime::Format::Natural::Utils.3 \
 		DateTime::Format::Natural::Wrappers.3
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-DateTime-Format-Natural/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	3 Jul 2011 14:57:03 -0000	1.6
+++ distinfo	18 Mar 2012 18:42:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Format-Natural-0.82.tar.gz) = 036cf8b0c6dd9e9028f615fdf2ee7c55690dbc241eacac263c983991b7c830e9
-SIZE (DateTime-Format-Natural-0.82.tar.gz) = 43933
+SHA256 (DateTime-Format-Natural-0.98.tar.gz) = 8a277322b1d093a8af9fa019e37c7606fa7286a9b0fe38e96808e3de309e5d7c
+SIZE (DateTime-Format-Natural-0.98.tar.gz) = 67632
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-DateTime-Format-Natural/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	24 Dec 2009 06:25:59 -0000	1.3
+++ pkg-plist	18 Mar 2012 18:42:03 -0000
@@ -1,14 +1,19 @@
 %%SITE_PERL%%/DateTime/Format/Natural.pm
-%%SITE_PERL%%/DateTime/Format/Natural/Base.pm
+%%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/Extract.pm
+%%SITE_PERL%%/DateTime/Format/Natural/Formatted.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Helpers.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Lang/Base.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Lang/EN.pm
+%%SITE_PERL%%/DateTime/Format/Natural/Rewrite.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Test.pm
 %%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
 @dirrmtry %%SITE_PERL%%/DateTime/Format
--- p5-DateTime-Format-Natural-0.98.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203181843.q2IIhBO2095348>