From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 18 02:30:02 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 718A21065695 for ; Sat, 18 Oct 2008 02:30:02 +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 4FBFC8FC1A for ; Sat, 18 Oct 2008 02:30:02 +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 m9I2U2rF070768 for ; Sat, 18 Oct 2008 02:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9I2U22m070762; Sat, 18 Oct 2008 02:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 18 Oct 2008 02:30:02 GMT Resent-Message-Id: <200810180230.m9I2U22m070762@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 4CA0710656A8; Sat, 18 Oct 2008 02:20:46 +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 17C0E8FC20; Sat, 18 Oct 2008 02:20:46 +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 m9I2Kj8A036313; Fri, 17 Oct 2008 19:20:45 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m9I2Kj80036312; Fri, 17 Oct 2008 19:20:45 -0700 (PDT) (envelope-from leeym) Message-Id: <200810180220.m9I2Kj80036312@cn1.leeym.com> Date: Fri, 17 Oct 2008 19:20:45 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tobez@FreeBSD.org Subject: ports/128187: [PATCH] devel/p5-Parse-RecDescent: simplfy dependency 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, 18 Oct 2008 02:30:02 -0000 >Number: 128187 >Category: ports >Synopsis: [PATCH] devel/p5-Parse-RecDescent: simplfy 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: Sat Oct 18 02:30: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: - simplfy dependency - bump PORTREVISION Port maintainer (tobez@FreeBSD.Org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Parse-RecDescent-1.96.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Parse-RecDescent/Makefile,v retrieving revision 1.19 diff -u -d -b -w -u -r1.19 Makefile --- Makefile 17 Oct 2008 12:31:26 -0000 1.19 +++ Makefile 18 Oct 2008 02:20:22 -0000 @@ -7,6 +7,7 @@ PORTNAME= Parse-RecDescent PORTVERSION= 1.96.0 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY @@ -15,9 +16,6 @@ MAINTAINER= tobez@FreeBSD.Org COMMENT= A recursive descent parsing framework for Perl -BUILD_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= YES MAN3= Parse::RecDescent.3 @@ -28,4 +26,10 @@ ${INSTALL_DATA} ${WRKSRC}/tutorial/* ${DOCSDIR}/tutorial .endif -.include +.include + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced +.endif + +.include --- p5-Parse-RecDescent-1.96.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: