From owner-svn-ports-all@freebsd.org Tue Mar 24 04:31:54 2020 Return-Path: Delivered-To: svn-ports-all@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 AAFEE279B9B; Tue, 24 Mar 2020 04:31:54 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48mdcp1Rr5z3Ljl; Tue, 24 Mar 2020 04:31:53 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Date: Tue, 24 Mar 2020 05:31:50 +0100 From: Alex Kozlov To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r529004 - head/devel/jwasm Message-ID: <20200324043150.GA25322@ravenloft.kiev.ua> References: <202003232120.02NLKXn4047868@repo.freebsd.org> <20200324032813.GA78738@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200324032813.GA78738@FreeBSD.org> X-Rspamd-Queue-Id: 48mdcp1Rr5z3Ljl X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-3.15 / 15.00]; REPLY(-4.00)[]; NEURAL_SPAM_MEDIUM(0.17)[0.165,0]; NEURAL_SPAM_LONG(0.68)[0.681,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 24 Mar 2020 04:31:54 -0000 On Tue, Mar 24, 2020 at 03:28:13AM +0000, Alexey Dokuchaev wrote: > On Mon, Mar 23, 2020 at 09:20:33PM +0000, Alex Kozlov wrote: > > New Revision: 529004 > > URL: https://svnweb.freebsd.org/changeset/ports/529004 > > > > Log: > > - Switch to Japheth's (original maintainer) repository > > - Update WWW > > > > [...] > > -SHA256 (JWasm-JWasm-2.13_GH0.tar.gz) = 82bc14860ec1d0552daeffbd202f83f9bba6a2756056b5e21ef81fabdb8e83a4 > > -SIZE (JWasm-JWasm-2.13_GH0.tar.gz) = 578365 > > +SHA256 (Baron-von-Riedesel-JWasm-2.13-95ed609_GH0.tar.gz) = 31b1ffb899a4ed07770efe2a5739a751ba9b2dcf889c8d4751ca2bb032cb1c3a > > +SIZE (Baron-von-Riedesel-JWasm-2.13-95ed609_GH0.tar.gz) = 2116382 > > It would be nice to summarize in the commit log what had caused the distfile > size increase while there are no obvious changes in the port and the version > stays the same. The size increase is from binary distributives, port's distfile generated from github repo so there is no way to remove them. But you're right, I should have been more verbose. The long story short, a few years ago Japheth (the original creator/maintainer of jwasm) is disappeared. A few people continue to develop jwasm, there're at least one hard fork with the name change(uasm), one dead project and relatively conservative github/Jwasm/Jwasm with only bugfixes. In the previous pr pfg@ suggested switch to it and I've agreed. Of course shortly before that Japheth reappeared and a few days ago he released his own jwasm 2.13 version. Therefore I've decided to switch to Japheth's version again. -- Alex