From owner-svn-ports-head@freebsd.org Fri Sep 21 11:17:42 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 E9D431096819; Fri, 21 Sep 2018 11:17:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 9E33679BE0; Fri, 21 Sep 2018 11:17:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 92624133D; Fri, 21 Sep 2018 11:17:41 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r480253 - in head: Mk/Uses lang/rust References: <201809211116.w8LBG898088144@repo.freebsd.org> Date: Fri, 21 Sep 2018 13:17:38 +0200 In-Reply-To: <201809211116.w8LBG898088144@repo.freebsd.org> (Jan Beich's message of "Fri, 21 Sep 2018 11:16:08 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 21 Sep 2018 11:17:42 -0000 Jan Beich writes: > Author: jbeich > Date: Fri Sep 21 11:16:08 2018 > New Revision: 480253 > URL: https://svnweb.freebsd.org/changeset/ports/480253 > > Log: > lang/rust: unbundle libgit2/libssh2 > > - libgit2 in ports is nowadays newer than bundled version > - libssh2 was already unbundled until 1.29.0 update > - Unbundle libssh2 for USES=cargo (unused atm) > > PR: 231411 > Approved by: rust (dumbbell, tobik) Reviewed via https://reviews.freebsd.org/D17258