From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 28 11:40:02 2010 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 291B91065672 for ; Sun, 28 Feb 2010 11:40: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 DFE318FC1B for ; Sun, 28 Feb 2010 11:40:01 +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 o1SBe14m076784 for ; Sun, 28 Feb 2010 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1SBe1XZ076783; Sun, 28 Feb 2010 11:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 28 Feb 2010 11:40:01 GMT Resent-Message-Id: <201002281140.o1SBe1XZ076783@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, Aliaksandr Zahatski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DF8D106564A for ; Sun, 28 Feb 2010 11:35:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8DD888FC13 for ; Sun, 28 Feb 2010 11:35:23 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1SBZNYk007560 for ; Sun, 28 Feb 2010 11:35:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o1SBZNB5007559; Sun, 28 Feb 2010 11:35:23 GMT (envelope-from nobody) Message-Id: <201002281135.o1SBZNB5007559@www.freebsd.org> Date: Sun, 28 Feb 2010 11:35:23 GMT From: Aliaksandr Zahatski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/144356: [patch]: lang/rakudo: cleanup 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: Sun, 28 Feb 2010 11:40:02 -0000 >Number: 144356 >Category: ports >Synopsis: [patch]: lang/rakudo: cleanup dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 28 11:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Aliaksandr Zahatski >Release: >Organization: >Environment: >Description: Cleanups: - remove devel/m4 , textproc/flex, math/libgmp4 >How-To-Repeat: >Fix: Patch attached with submission follows: --- /usr/ports/lang/rakudo/Makefile 2010-02-22 01:02:52.000000000 +0300 +++ rakudo/Makefile 2010-02-28 12:49:52.000000000 +0300 @@ -7,18 +7,15 @@ PORTNAME= rakudo PORTVERSION= 2010.02 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= lang MASTER_SITES= http://cloud.github.com/downloads/rakudo/rakudo/ MAINTAINER= perl@FreeBSD.org COMMENT= The Rakudo Perl 6 Compiler targets the Parrot Virtual Machine -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ - icudata:${PORTSDIR}/devel/icu +BUILD_DEPENDS= parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot +LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu RUN_DEPENDS= parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot # amd64 i386 sparc >Release-Note: >Audit-Trail: >Unformatted: