Date: Thu, 4 Dec 2008 11:43:13 -0800 (PST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/129423: [PATCH] devel/p5-DateTime-Format-Builder: simplify dependency Message-ID: <200812041943.mB4JhDIT090009@cn1.leeym.com> Resent-Message-ID: <200812041950.mB4Jo138008597@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129423 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime-Format-Builder: simplify dependency >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: Thu Dec 04 19:50:01 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: - simplify dependency - update URL in pkg-descr - replace PORTDOCS with PORTEXAMPLES and fix DISTVERSION to make it portlint clean - bump PORTREVISION Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DateTime-Format-Builder-0.79.01_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime-Format-Builder/Makefile,v retrieving revision 1.15 diff -u -d -b -w -u -r1.15 Makefile --- Makefile 26 Oct 2007 19:40:00 -0000 1.15 +++ Makefile 4 Dec 2008 19:41:02 -0000 @@ -7,20 +7,20 @@ PORTNAME= DateTime-Format-Builder PORTVERSION= 0.79.01 -DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= mat@FreeBSD.org COMMENT= Create DateTime parser classes and objects +RUN_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ + p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Strptime>=1.04:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ + p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime PERL_MODBUILD= yes Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime-Format-Builder/pkg-descr,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 pkg-descr --- pkg-descr 6 Jul 2003 12:59:25 -0000 1.1 +++ pkg-descr 4 Dec 2008 19:41:02 -0000 @@ -8,4 +8,4 @@ to any subclasses, or for when you need to do something slightly beyond what I expected. -WWW: http://datetime.perl.org/ +WWW: http://search.cpan.org/dist/DateTime-Format-Builder/ Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime-Format-Builder/pkg-plist,v retrieving revision 1.5 diff -u -d -b -w -u -r1.5 pkg-plist --- pkg-plist 22 Jan 2006 01:47:23 -0000 1.5 +++ pkg-plist 4 Dec 2008 19:41:02 -0000 @@ -7,14 +7,14 @@ %%SITE_PERL%%/DateTime/Format/Builder/Parser/Strptime.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/generic.pm %%SITE_PERL%%/DateTime/Format/Builder/Tutorial.pod -%%PORTDOCS%%%%EXAMPLESDIR%%/Apache.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/Fall.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/ICal.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/MySQL.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/Simple.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/Tivoli.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/W3CDTF.pm -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Apache.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Fall.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ICal.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MySQL.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Simple.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tivoli.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/W3CDTF.pm +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/DateTime/Format/Builder/Parser @dirrm %%SITE_PERL%%/DateTime/Format/Builder @dirrmtry %%SITE_PERL%%/DateTime/Format --- p5-DateTime-Format-Builder-0.79.01_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?200812041943.mB4JhDIT090009>