From owner-svn-ports-all@freebsd.org Fri Sep 22 16:18:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86C46E03BD0; Fri, 22 Sep 2017 16:18:45 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66F807299C; Fri, 22 Sep 2017 16:18:45 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id BA1BE4325; Fri, 22 Sep 2017 16:18:44 +0000 (UTC) From: Jan Beich To: =?utf-8?Q?Jean-S=C3=A9bastien_P=C3=A9dron?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r450375 - head/Mk/Uses In-Reply-To: <201709221357.v8MDvG86072776@repo.freebsd.org> (=?utf-8?Q?=22?= =?utf-8?Q?Jean-S=C3=A9bastien=09P=C3=A9dron=22's?= message of "Fri, 22 Sep 2017 13:57:16 +0000 (UTC)") References: <201709221357.v8MDvG86072776@repo.freebsd.org> Date: Fri, 22 Sep 2017 18:18:28 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 22 Sep 2017 16:18:45 -0000 Jean-S=C3=A9bastien P=C3=A9dron writes: > Author: dumbbell > Date: Fri Sep 22 13:57:16 2017 > New Revision: 450375 > URL: https://svnweb.freebsd.org/changeset/ports/450375 > > Log: > Mk/Uses/cargo.mk: Fix version of Rust which started to ship Cargo >=20=20=20 > Cargo started to ship with Rust in 1.19.0_2. I forgot to indicate the > port revision in the 1.19.0_2 commit. >=20=20=20 > Reported by: jbeich@ > Differential Revision: https://reviews.freebsd.org/D12460 What about other places that previously dependend on devel/cargo? Mk/bsd.gecko.mk and multimedia/librespot/Makefile