From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 18 23:30:25 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C4DA10656E0 for ; Thu, 18 Jun 2009 23:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 450AD8FC1C for ; Thu, 18 Jun 2009 23:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5INUHV6002487 for ; Thu, 18 Jun 2009 23:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5INUHUc002479; Thu, 18 Jun 2009 23:30:17 GMT (envelope-from gnats) Resent-Date: Thu, 18 Jun 2009 23:30:17 GMT Resent-Message-Id: <200906182330.n5INUHUc002479@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6D031065679 for ; Thu, 18 Jun 2009 23:22:06 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34]) by mx1.freebsd.org (Postfix) with ESMTP id 84B4B8FC15 for ; Thu, 18 Jun 2009 23:22:06 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n5INLwt5015310; Thu, 18 Jun 2009 19:21:58 -0400 (EDT) (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n5INLwd7015309; Thu, 18 Jun 2009 19:21:58 -0400 (EDT) (envelope-from pgollucci) Message-Id: <200906182321.n5INLwd7015309@frieza.p6m7g8.net> Date: Thu, 18 Jun 2009 19:21:58 -0400 (EDT) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: timur@FreeBSD.org Subject: ports/135745: [PATCH] devel/p5-DateTime-Format-Natural: update to 0.77 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 23:30:26 -0000 >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@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@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 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: