From owner-svn-ports-head@freebsd.org Mon Aug 3 13:05:46 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A85F437A7C3; Mon, 3 Aug 2020 13:05:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BKymp3myhz3YP5; Mon, 3 Aug 2020 13:05:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 779FD105B3; Mon, 3 Aug 2020 13:05:46 +0000 (UTC) Date: Mon, 3 Aug 2020 13:05:46 +0000 From: Alexey Dokuchaev To: Danilo Egea Gondolfo Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r544061 - head/devel/arm-elf-binutils Message-ID: <20200803130546.GA99879@FreeBSD.org> References: <202008031249.073Cnb4B051262@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202008031249.073Cnb4B051262@repo.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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, 03 Aug 2020 13:05:46 -0000 On Mon, Aug 03, 2020 at 12:49:37PM +0000, Danilo Egea Gondolfo wrote: > New Revision: 544061 > URL: https://svnweb.freebsd.org/changeset/ports/544061 > > Log: > - Update to 2.35 > > Modified: > head/devel/arm-elf-binutils/Makefile > head/devel/arm-elf-binutils/distinfo > > ... > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= binutils > -PORTVERSION= 2.34 > +PORTVERSION= 2.35 > CATEGORIES= devel > MASTER_SITES= SOURCEWARE/binutils/releases > ... > +SIZE (binutils-2.35.tar.bz2) = 32816208 Look like this port uses essentially the same distfile as `devel/binutils'. Would you consider swiching to tar:xz distfile so users don't have to keep and download two copies of the same archive, just differently compressed? Also, .xc tarball is ~10MB smaller. `devel/binutils' had switched to tar:xz back in r518918. ./danfe