Date: Wed, 15 Apr 2009 08:50:55 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/133754: [PATCH] devel/p5-DateTime: update dependencies Message-ID: <200904151550.n3FFot7O038151@cn1.leeym.com> Resent-Message-ID: <200904151600.n3FG08sC041577@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904151550.n3FFot7O038151>