From owner-svn-ports-head@freebsd.org Wed Aug 15 13:57:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 964BE10858C0; Wed, 15 Aug 2018 13:57:20 +0000 (UTC) (envelope-from mi+b@aldan.algebra.com) Received: from natasha.teterin.net (symbion.zaytman.com [64.112.176.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "symbion", Issuer "Narawntapu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 410358E268; Wed, 15 Aug 2018 13:57:19 +0000 (UTC) (envelope-from mi+b@aldan.algebra.com) Received: from narawntapu.narawntapu (pool-108-5-49-251.nwrknj.fios.verizon.net [108.5.49.251]) by natasha.teterin.net (8.15.2/8.15.2) with ESMTPS id w7FDvCTr085785 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 15 Aug 2018 09:57:13 -0400 (EDT) (envelope-from mi+b@aldan.algebra.com) X-Authentication-Warning: natasha.teterin.net: Host pool-108-5-49-251.nwrknj.fios.verizon.net [108.5.49.251] claimed to be narawntapu.narawntapu Received: from [127.0.0.1] (localhost [127.0.0.1]) by narawntapu.narawntapu (8.15.2/8.15.2) with ESMTP id w7FDvAqA033599; Wed, 15 Aug 2018 09:57:10 -0400 (EDT) (envelope-from mi+b@aldan.algebra.com) X-Authentication-Warning: narawntapu.narawntapu: Host localhost [127.0.0.1] claimed to be [127.0.0.1] Subject: Re: svn commit: r477194 - in head/games/jin: . files To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201808141850.w7EIod4h059368@repo.freebsd.org> <20180815094844.4xwuewrlltdmlxft@atuin.in.mat.cc> From: "Mikhail T." Message-ID: Date: Wed, 15 Aug 2018 09:57:10 -0400 User-Agent: Firefox MIME-Version: 1.0 In-Reply-To: <20180815094844.4xwuewrlltdmlxft@atuin.in.mat.cc> Content-Language: uk X-DCC-MGTINTERNET-Metrics: narawntapu 1170; Body=4 Fuz1=4 Fuz2=4 X-Spam-Status: No, score=-0.8 required=11.5 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE, RATWR8_MESSID, TW_SV autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on narawntapu.narawntapu Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 13:57:20 -0000 8/15/2018 5:48 AM, Mathieu Arnold пише: > On Tue, Aug 14, 2018 at 06:50:39PM +0000, Mikhail Teterin wrote: >> +RUN_DEPENDS= ${JAVAJARDIR}/bsh.jar:lang/bsh >> +BUILD_DEPENDS= ${RUN_DEPENDS} > The order is wrong, it is BUILD_DEPENDS, then RUN_DEPENDS. Portlint does not seem to care, and the relevant Handbook-section is silent on the order as well. What am I missing? -mi