From owner-svn-ports-head@freebsd.org Mon Oct 17 02:07:18 2016 Return-Path: Delivered-To: svn-ports-head@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 69CE3C130BB; Mon, 17 Oct 2016 02:07:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5FA3D1285; Mon, 17 Oct 2016 02:07:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 5E4461C74; Mon, 17 Oct 2016 02:07:18 +0000 (UTC) Date: Mon, 17 Oct 2016 02:07:18 +0000 From: Alexey Dokuchaev To: Boris Samorodov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424083 - in head/devel: . arm-none-eabi-newlib Message-ID: <20161017020718.GA4319@FreeBSD.org> References: <201610162201.u9GM1Ndb088035@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201610162201.u9GM1Ndb088035@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 17 Oct 2016 02:07:18 -0000 On Sun, Oct 16, 2016 at 10:01:23PM +0000, Boris Samorodov wrote: > New Revision: 424083 > URL: https://svnweb.freebsd.org/changeset/ports/424083 > > Log: > Newlib is a C library intended for use on embedded systems. It is > a conglomeration of several library parts, all under free software > licenses, that make them easily usable on embedded products. > [...] > @@ -0,0 +1,28 @@ > +# $FreeBSD$ > + > +PORTNAME= newlib > +PORTVERSION= 2.4.0 > +CATEGORIES= devel > ... Any chances that bogus indentation could be fixed in coming updates? ./danfe