From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 24 06:40:03 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 48D7E1065670 for ; Sat, 24 Oct 2009 06:40: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 1029E8FC15 for ; Sat, 24 Oct 2009 06:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9O6e24o089692 for ; Sat, 24 Oct 2009 06:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9O6e2C9089691; Sat, 24 Oct 2009 06:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 24 Oct 2009 06:40:02 GMT Resent-Message-Id: <200910240640.n9O6e2C9089691@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, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FB7C106568F for ; Sat, 24 Oct 2009 06:33:11 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145]) by mx1.freebsd.org (Postfix) with ESMTP id F32238FC24 for ; Sat, 24 Oct 2009 06:33:10 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 44B0D7E81B; Sat, 24 Oct 2009 14:33:09 +0800 (CST) Message-Id: <20091024063309.44B0D7E81B@colo-p.gslin.org> Date: Sat, 24 Oct 2009 14:33:09 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org, timur@FreeBSD.org Subject: ports/139881: [PATCH] devel/p5-DateTime-Format-Natural: Fix build because of p5-Date-Calc 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: Sat, 24 Oct 2009 06:40:03 -0000 >Number: 139881 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime-Format-Natural: Fix build because of p5-Date-Calc >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: Sat Oct 24 06:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 22 10:48:39 CST 2009 >Description: - Fix build because of p5-Date-Calc. - Use p5-...>=0 instead of ${SITE_PERL}/... to avoid further similiar problem. Port maintainer (timur@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DateTime-Format-Natural-0.77.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-DateTime-Format-Natural/Makefile /home/staff/gslin/work/ports/p5-DateTime-Format-Natural/Makefile --- /usr/ports/devel/p5-DateTime-Format-Natural/Makefile 2009-10-23 08:30:03.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-DateTime-Format-Natural/Makefile 2009-10-24 14:31:26.000000000 +0800 @@ -14,23 +14,21 @@ MAINTAINER= timur@FreeBSD.org COMMENT= Create machine readable date/time with natural parsing logic -BUILD_DEPENDS= \ - ${SITE_PERL}/boolean.pm:${PORTSDIR}/devel/p5-boolean \ - ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-boolean>=0:${PORTSDIR}/devel/p5-boolean +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes MAN1= dateparse.1 - MAN3= DateTime::Format::Natural.3 \ - DateTime::Format::Natural::Base.3 \ - DateTime::Format::Natural::Compat.3 \ - DateTime::Format::Natural::Helpers.3 \ - DateTime::Format::Natural::Lang::Base.3 \ - DateTime::Format::Natural::Lang::EN.3 + DateTime::Format::Natural::Base.3 \ + DateTime::Format::Natural::Compat.3 \ + DateTime::Format::Natural::Helpers.3 \ + DateTime::Format::Natural::Lang::Base.3 \ + DateTime::Format::Natural::Lang::EN.3 .include --- p5-DateTime-Format-Natural-0.77.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: