ports/135745: [PATCH] devel/p5-DateTime-Format-Natural: update to 0.77

Philip M. Gollucci pgollucci at FreeBSD.org
Thu Jun 18 23:30:26 UTC 2009


>Number:         135745
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Format-Natural: update to 0.77
>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:   Thu Jun 18 23:30:16 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun  4 00:22:57 EDT
>Description:
- Update to 0.77

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

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

--- p5-DateTime-Format-Natural-0.77.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-DateTime-Format-Natural/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	22 Feb 2009 02:05:12 -0000	1.2
+++ Makefile	18 Jun 2009 20:58:53 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DateTime-Format-Natural
-PORTVERSION=	0.75
+PORTVERSION=	0.77
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,19 +14,23 @@
 MAINTAINER=	timur at FreeBSD.org
 COMMENT=	Create machine readable date/time with natural parsing logic
 
-RUN_DEPENDS=	\
+BUILD_DEPENDS=	\
 		${SITE_PERL}/boolean.pm:${PORTSDIR}/devel/p5-boolean \
 		${SITE_PERL}/${PERL_ARCH}/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 \
 		${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 
 MAN1=		dateparse.1
 
-MAN3=		DateTime::Format::Natural.3 DateTime::Format::Natural::Base.3 \
-		DateTime::Format::Natural::Lang::Base.3 DateTime::Format::Natural::Lang::EN.3
+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
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-DateTime-Format-Natural/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	22 Feb 2009 02:05:12 -0000	1.2
+++ distinfo	18 Jun 2009 03:49:50 -0000
@@ -1,3 +1,3 @@
-MD5 (DateTime-Format-Natural-0.75.tar.gz) = d1027697f84e0fea42533c4ba709f728
-SHA256 (DateTime-Format-Natural-0.75.tar.gz) = 728448628be1c401695e59b78c9d842a16222f8f058b1bb4b0ae1f3d01bce228
-SIZE (DateTime-Format-Natural-0.75.tar.gz) = 27633
+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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-DateTime-Format-Natural/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	22 Jul 2008 20:49:56 -0000	1.1
+++ pkg-plist	18 Jun 2009 22:19:42 -0000
@@ -1,5 +1,7 @@
 bin/dateparse
 %%SITE_PERL%%/DateTime/Format/Natural.pm
+%%SITE_PERL%%/DateTime/Format/Natural/Compat.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
--- p5-DateTime-Format-Natural-0.77.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list