From owner-svn-ports-head@freebsd.org Sat Jun 30 07:49:41 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 93F741022843; Sat, 30 Jun 2018 07:49:41 +0000 (UTC) (envelope-from dbn@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 3B0E672EE4; Sat, 30 Jun 2018 07:49:41 +0000 (UTC) (envelope-from dbn@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 16B4051E4; Sat, 30 Jun 2018 07:49:41 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5U7necx052526; Sat, 30 Jun 2018 07:49:40 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5U7ne3G052525; Sat, 30 Jun 2018 07:49:40 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201806300749.w5U7ne3G052525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 30 Jun 2018 07:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473601 - head/lang/linux-dotnet11-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/lang/linux-dotnet11-sdk X-SVN-Commit-Revision: 473601 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.26 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: Sat, 30 Jun 2018 07:49:41 -0000 Author: dbn Date: Sat Jun 30 07:49:40 2018 New Revision: 473601 URL: https://svnweb.freebsd.org/changeset/ports/473601 Log: lang/linux-dotnet11-sdk: fix RUN_DEPENDS Reported by: FreshPorts Sanity Daemon Modified: head/lang/linux-dotnet11-sdk/Makefile Modified: head/lang/linux-dotnet11-sdk/Makefile ============================================================================== --- head/lang/linux-dotnet11-sdk/Makefile Sat Jun 30 07:40:20 2018 (r473600) +++ head/lang/linux-dotnet11-sdk/Makefile Sat Jun 30 07:49:40 2018 (r473601) @@ -8,7 +8,7 @@ MASTER_SITES= https://download.microsoft.com/download/ RUN_DEPENDS= linux-dotnet10-runtime>=0:lang/linux-dotnet10-runtime \ linux-dotnet11-runtime>=0:lang/linux-dotnet11-runtime \ - bash:shell/bash + bash:shells/bash MASTERDIR= ${.CURDIR}/../linux-dotnet-sdk