From owner-svn-ports-all@FreeBSD.ORG Wed Sep 4 06:59:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 796D0687; Wed, 4 Sep 2013 06:59:53 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E8F02888; Wed, 4 Sep 2013 06:59:53 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id j10so2872849oah.13 for ; Tue, 03 Sep 2013 23:59:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ck+RX27cBSaDXLW6XreIfyDARHa1tHjb9I47mafE8ss=; b=jnNzP2t8+c+T7+VUc5HbAeDjlt9pox1SJcrsOWJajBDyclpfZLoMc0rT59ifk/jGXn LUPQt6hcc6uqMGynLIj61oO0VeJ7b/RiHRTzox81kWW7IM+YtZmX93wY7kgWKs77jr05 S6qSY694ooDgIarstpHBvSesjfAubAp9sqwMMXasHYMD7av8Yd6oGN+8OlO/m1jQnF4q mDMPQlY+jqKsNwa7fJL8XrsSM8uMs6gD6zMD0FF6L2xYi5HxDFURWBGST/qENMFaxh0R IMMIqd+mzgsvjaQ0xx+JShLZUntBkIuQ+R3nYBfRhpGW97rM6OoaqxrWA30tVN7MA/z4 Gj7g== MIME-Version: 1.0 X-Received: by 10.182.115.161 with SMTP id jp1mr1003478obb.68.1378277992418; Tue, 03 Sep 2013 23:59:52 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.43.226 with HTTP; Tue, 3 Sep 2013 23:59:52 -0700 (PDT) In-Reply-To: <201309040646.r846kOiI053502@svn.freebsd.org> References: <201309040646.r846kOiI053502@svn.freebsd.org> Date: Wed, 4 Sep 2013 10:59:52 +0400 X-Google-Sender-Auth: ChitjsvqKCIct2KG-kROawGtXnY Message-ID: Subject: Re: svn commit: r326253 - head/games/p5-Games-Dice From: Andrej Zverev To: Jason Helfman Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 06:59:53 -0000 On Wed, Sep 4, 2013 at 10:46 AM, Jason Helfman wrote: > Author: jgh > Date: Wed Sep 4 06:46:23 2013 > New Revision: 326253 > URL: http://svnweb.freebsd.org/changeset/ports/326253 > > Log: > - update to 0.043 > - adoption of perl USES framework > - adjust dependencies > > PR: 181770 > Submitted by: danilogondolfo@gmail.com ( maintainer ) > > > +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ > + p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ > + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple We try not to add to the Test:: namespace into (RUN|BUILD)_DEPENDS for p5- and what you need only for the tests (t/*). In this case, I do not see why it's done.