Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 07:49:12 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        timur@FreeBSD.org
Subject:   ports/141607: [PATCH] devel/p5-DateTime-Format-Natural: update to 0.81
Message-ID:  <200912150749.nBF7nCad085464@frieza.p6m7g8.net>
Resent-Message-ID: <200912150750.nBF7o0f0034812@freefall.freebsd.org>

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

>Number:         141607
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Format-Natural: update to 0.81
>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:   Tue Dec 15 07:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec  8 02:25:55 UTC
>Description:
- Update to 0.81

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-DateTime-Format-Natural-0.81.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-DateTime-Format-Natural/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	26 Oct 2009 07:55:35 -0000	1.5
+++ Makefile	15 Dec 2009 02:59:14 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DateTime-Format-Natural
-PORTVERSION=	0.77
+PORTVERSION=	0.81
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -27,10 +27,14 @@
 MAN1=		dateparse.1
 
 MAN3=		DateTime::Format::Natural.3 \
-  			DateTime::Format::Natural::Base.3 \
-  			DateTime::Format::Natural::Compat.3 \
-  			DateTime::Format::Natural::Helpers.3 \
-			DateTime::Format::Natural::Lang::Base.3 \
-			DateTime::Format::Natural::Lang::EN.3
+		DateTime::Format::Natural::Base.3 \
+		DateTime::Format::Natural::Compat.3 \
+		DateTime::Format::Natural::Duration.3 \
+		DateTime::Format::Natural::Helpers.3 \
+		DateTime::Format::Natural::Lang::Base.3 \
+		DateTime::Format::Natural::Lang::EN.3 \
+		DateTime::Format::Natural::Test.3 \
+		DateTime::Format::Natural::Utils.3 \
+		DateTime::Format::Natural::Wrappers.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-DateTime-Format-Natural/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	3 Jul 2009 20:02:46 -0000	1.3
+++ distinfo	14 Dec 2009 06:45:59 -0000
@@ -1,3 +1,3 @@
-MD5 (DateTime-Format-Natural-0.77.tar.gz) = 38b8e8dce0c36b783e9843b5a1f15405
-SHA256 (DateTime-Format-Natural-0.77.tar.gz) = 33ca5444b10591ed52a8fbbf41d905232f4f045504de74e4524aaf3137608670
-SIZE (DateTime-Format-Natural-0.77.tar.gz) = 33041
+MD5 (DateTime-Format-Natural-0.81.tar.gz) = 2bc46e8c84ed5d44c53682f92b199ad9
+SHA256 (DateTime-Format-Natural-0.81.tar.gz) = 08a88d5111804409a9f2cf9a4c59761e5b7e71c679607d464c61d6dfef2c66c3
+SIZE (DateTime-Format-Natural-0.81.tar.gz) = 43429
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-DateTime-Format-Natural/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	3 Jul 2009 20:02:46 -0000	1.2
+++ pkg-plist	15 Dec 2009 07:47:29 -0000
@@ -1,11 +1,14 @@
-bin/dateparse
 %%SITE_PERL%%/DateTime/Format/Natural.pm
+%%SITE_PERL%%/DateTime/Format/Natural/Base.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Compat.pm
+%%SITE_PERL%%/DateTime/Format/Natural/Duration.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Helpers.pm
-%%SITE_PERL%%/DateTime/Format/Natural/Base.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Lang/Base.pm
 %%SITE_PERL%%/DateTime/Format/Natural/Lang/EN.pm
+%%SITE_PERL%%/DateTime/Format/Natural/Test.pm
+%%SITE_PERL%%/DateTime/Format/Natural/Utils.pm
+%%SITE_PERL%%/DateTime/Format/Natural/Wrappers.pm
+bin/dateparse
 @dirrmtry %%SITE_PERL%%/DateTime/Format/Natural/Lang
 @dirrmtry %%SITE_PERL%%/DateTime/Format/Natural
 @dirrmtry %%SITE_PERL%%/DateTime/Format
-@dirrmtry %%SITE_PERL%%/DateTime
--- p5-DateTime-Format-Natural-0.81.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?200912150749.nBF7nCad085464>