Date: Sat, 6 Dec 2008 19:14:02 -0800 (PST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/129473: [PATCH] devel/p5-DateTime: update to 0.45.01 Message-ID: <200812070314.mB73E2Bl032350@cn1.leeym.com> Resent-Message-ID: <200812070320.mB73K30Z079290@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129473 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime: update to 0.45.01 >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 Dec 07 03:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.45.01 Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DateTime-0.45.01.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime/Makefile,v retrieving revision 1.36 diff -u -d -b -w -u -r1.36 Makefile --- Makefile 22 May 2008 14:04:25 -0000 1.36 +++ Makefile 7 Dec 2008 03:13:47 -0000 @@ -6,20 +6,18 @@ # PORTNAME= DateTime -PORTVERSION= 0.43.02 -DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} +PORTVERSION= 0.45.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= mat@FreeBSD.org COMMENT= A date and time object -RUN_DEPENDS= ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - ${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \ - ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local +RUN_DEPENDS= p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \ + p5-DateTime-TimeZone>=0.59:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -38,8 +36,9 @@ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Time-Local>=1.04:${PORTSDIR}/devel/p5-Time-Local .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime/distinfo,v retrieving revision 1.37 diff -u -d -b -w -u -r1.37 distinfo --- distinfo 22 May 2008 14:04:25 -0000 1.37 +++ distinfo 7 Dec 2008 03:13:47 -0000 @@ -1,3 +1,3 @@ -MD5 (DateTime-0.4302.tar.gz) = 419405573f3a01cf621e692e65dc9fbe -SHA256 (DateTime-0.4302.tar.gz) = 050aa0f97cc14a93558e5dbc7d4a3e160e6083aff39fb6b770617a60533346d9 -SIZE (DateTime-0.4302.tar.gz) = 100707 +MD5 (DateTime-0.4501.tar.gz) = 890270f12eb4eb07dc1ddf8b26794ffe +SHA256 (DateTime-0.4501.tar.gz) = fa94cd5ac302607a8031842ee555ec77688e12894b3e84480e8c3de93a6110c3 +SIZE (DateTime-0.4501.tar.gz) = 135817 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime/pkg-descr,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 pkg-descr --- pkg-descr 7 Jun 2003 10:08:40 -0000 1.1 +++ pkg-descr 7 Dec 2008 03:13:47 -0000 @@ -1,4 +1,4 @@ DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please see -WWW: http://datetime.perl.org/ +WWW: http://search.cpan.org/dist/DateTime/ --- p5-DateTime-0.45.01.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?200812070314.mB73E2Bl032350>