From owner-svn-ports-head@freebsd.org Thu Aug 16 16:03:01 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 86A9E106C17D; Thu, 16 Aug 2018 16:03:01 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39A848A32E; Thu, 16 Aug 2018 16:03:01 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19C191BA91; Thu, 16 Aug 2018 16:03:01 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7GG30d8066903; Thu, 16 Aug 2018 16:03:00 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7GG30H8066902; Thu, 16 Aug 2018 16:03:00 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201808161603.w7GG30H8066902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Thu, 16 Aug 2018 16:03:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477355 - head/games/jin X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: head/games/jin X-SVN-Commit-Revision: 477355 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Thu, 16 Aug 2018 16:03:01 -0000 Author: mi Date: Thu Aug 16 16:03:00 2018 New Revision: 477355 URL: https://svnweb.freebsd.org/changeset/ports/477355 Log: Change the order of RUN- and BUILD-depends. Requested by: mat Modified: head/games/jin/Makefile Modified: head/games/jin/Makefile ============================================================================== --- head/games/jin/Makefile Thu Aug 16 15:59:47 2018 (r477354) +++ head/games/jin/Makefile Thu Aug 16 16:03:00 2018 (r477355) @@ -14,8 +14,8 @@ COMMENT= Graphical client for chess servers LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/src/free/jin/legal/copyright.txt -RUN_DEPENDS= ${JAVAJARDIR}/bsh.jar:lang/bsh BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${JAVAJARDIR}/bsh.jar:lang/bsh USES= dos2unix DOS2UNIX_GLOB= *.java *.txt