From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 15 16:00:08 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 9E1091065678 for ; Wed, 15 Apr 2009 16:00:08 +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 668C08FC22 for ; Wed, 15 Apr 2009 16:00:08 +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 n3FG08v9041578 for ; Wed, 15 Apr 2009 16:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3FG08sC041577; Wed, 15 Apr 2009 16:00:08 GMT (envelope-from gnats) Resent-Date: Wed, 15 Apr 2009 16:00:08 GMT Resent-Message-Id: <200904151600.n3FG08sC041577@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 25D4F106564A for ; Wed, 15 Apr 2009 15:50:57 +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 CF0F68FC0C for ; Wed, 15 Apr 2009 15:50:55 +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 n3FFotKa038152; Wed, 15 Apr 2009 08:50:55 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id n3FFot7O038151; Wed, 15 Apr 2009 08:50:55 -0700 (PDT) (envelope-from leeym) Message-Id: <200904151550.n3FFot7O038151@cn1.leeym.com> Date: Wed, 15 Apr 2009 08:50:55 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mat@FreeBSD.org Subject: ports/133754: [PATCH] devel/p5-DateTime: update dependencies 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: Wed, 15 Apr 2009 16:00:09 -0000 >Number: 133754 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime: update dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 15 16:00:08 UTC 2009 >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 dependencies (remove p5-Class-Factory-Util, relocate p5-Time-Local) - update WWW link in pkg-descr - bump PORTREVISION Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DateTime-0.47_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime/Makefile,v retrieving revision 1.38 diff -u -d -b -w -u -r1.38 Makefile --- Makefile 4 Mar 2009 14:26:35 -0000 1.38 +++ Makefile 15 Apr 2009 15:49:22 -0000 @@ -7,6 +7,7 @@ PORTNAME= DateTime PORTVERSION= 0.47 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +15,9 @@ 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 @@ -37,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: 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 15 Apr 2009 15:49:22 -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.47_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: