Date: Mon, 12 Jun 2006 14:49:32 -0400 (EDT) From: Christopher Boumenot <boumenot@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/98870: [PATCH] devel/p5-DateTime: update to 0.31 Message-ID: <20060612184933.0271AF1A5A@crash.divebomb.org> Resent-Message-ID: <200606121850.k5CIoMmY035560@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98870 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime: update to 0.31 >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: Mon Jun 12 18:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Christopher Boumenot >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006 >Description: - Update to 0.31 Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DateTime-0.31.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-DateTime/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 23 Dec 2005 16:27:43 -0000 1.25 +++ Makefile 12 Jun 2006 18:49:07 -0000 @@ -6,7 +6,7 @@ # PORTNAME= DateTime -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -25,7 +25,7 @@ PERL_CONFIGURE= yes MAN3= DateTime.3 DateTime::Duration.3 \ - DateTime::Infinite.3 DateTime::LeapSecond.3 + DateTime::Helpers.3 DateTime::Infinite.3 DateTime::LeapSecond.3 .if !defined(NOPORTDOCS) PORTDOCS= CREDITS Changes TODO Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-DateTime/distinfo,v retrieving revision 1.26 diff -u -r1.26 distinfo --- distinfo 23 Dec 2005 16:27:43 -0000 1.26 +++ distinfo 12 Jun 2006 18:49:07 -0000 @@ -1,3 +1,3 @@ -MD5 (DateTime-0.30.tar.gz) = 18cf4a7cece737e0a153c6585320730f -SHA256 (DateTime-0.30.tar.gz) = 06cb111609a9d579a4620e9540b34fdac6e3825d28e08e0b0ba43321582cd7a2 -SIZE (DateTime-0.30.tar.gz) = 88484 +MD5 (DateTime-0.31.tar.gz) = f5142045e7e68c02a310405e994f8233 +SHA256 (DateTime-0.31.tar.gz) = ee4752b9c7c55fec026990b09948b3fbca26a22592fff983aedd22058bf9588c +SIZE (DateTime-0.31.tar.gz) = 89129 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-DateTime/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 22 Jan 2006 01:47:20 -0000 1.7 +++ pkg-plist 12 Jun 2006 18:49:07 -0000 @@ -1,6 +1,7 @@ @comment $FreeBSD: ports/devel/p5-DateTime/pkg-plist,v 1.7 2006/01/22 01:47:20 edwin Exp $ %%SITE_PERL%%/%%PERL_ARCH%%/DateTime.pm %%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Duration.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Helpers.pm %%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Infinite.pm %%SITE_PERL%%/%%PERL_ARCH%%/DateTime/LeapSecond.pm %%SITE_PERL%%/%%PERL_ARCH%%/DateTimePP.pm --- p5-DateTime-0.31.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?20060612184933.0271AF1A5A>