From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 7 03:20:03 2008 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 CF51310656D8 for ; Sun, 7 Dec 2008 03:20:03 +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 AD6488FC12 for ; Sun, 7 Dec 2008 03:20:03 +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 mB73K3tT079291 for ; Sun, 7 Dec 2008 03:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mB73K30Z079290; Sun, 7 Dec 2008 03:20:03 GMT (envelope-from gnats) Resent-Date: Sun, 7 Dec 2008 03:20:03 GMT Resent-Message-Id: <200812070320.mB73K30Z079290@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, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EF231065672; Sun, 7 Dec 2008 03:14:03 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 305F08FC14; Sun, 7 Dec 2008 03:14:02 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id mB73E2Vb032351; Sat, 6 Dec 2008 19:14:02 -0800 (PST) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id mB73E2Bl032350; Sat, 6 Dec 2008 19:14:02 -0800 (PST) (envelope-from leeym) Message-Id: <200812070314.mB73E2Bl032350@cn1.leeym.com> Date: Sat, 6 Dec 2008 19:14:02 -0800 (PST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mat@FreeBSD.org Subject: ports/129473: [PATCH] devel/p5-DateTime: update to 0.45.01 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: Sun, 07 Dec 2008 03:20:03 -0000 >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 -.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 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: