From owner-svn-ports-all@freebsd.org Thu Jun 13 02:02:19 2019 Return-Path: Delivered-To: svn-ports-all@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 4170915C7FD1; Thu, 13 Jun 2019 02:02:19 +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) server-signature RSA-PSS (4096 bits) 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 CD4EB95610; Thu, 13 Jun 2019 02:02:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A450F26A5; Thu, 13 Jun 2019 02:02:18 +0000 (UTC) Date: Thu, 13 Jun 2019 02:02:18 +0000 From: Alexey Dokuchaev To: "Timur I. Bakeyev" Cc: ports-committers@freebsd.org, svn-ports-all , svn-ports-head Subject: Re: svn commit: r503995 - in head/devel: talloc1 tevent1 Message-ID: <20190613020218.GA90918@FreeBSD.org> References: <201906112140.x5BLe9ed045021@repo.freebsd.org> <20190612053600.GA22132@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: CD4EB95610 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.74 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.74)[-0.742,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Thu, 13 Jun 2019 02:02:19 -0000 On Wed, Jun 12, 2019 at 09:25:46PM +0200, Timur I. Bakeyev wrote: > On Wed, 12 Jun 2019 at 07:36, Alexey Dokuchaev wrote: > > On Tue, Jun 11, 2019 at 09:40:09PM +0000, Timur I. Bakeyev wrote: > > > New Revision: 503995 > > > URL: https://svnweb.freebsd.org/changeset/ports/503995 > > > > > > Log: > > > Repo-copy preparing split of the Samba supporting libs > > > > > > Added: > > > head/devel/talloc1/ > > > - copied from r503994, head/devel/talloc/ > > > head/devel/tevent1/ > > > - copied from r503994, head/devel/tevent/ > > > > You don't need to commit right after the "svn cp", it's "svn cp", > > hack-hack-hack, "svn ci" (with "svn di/st" to confirm, of course). > > This is backwards compatibility commit, there will be no hack-hack-hack > part. Legacy ports will be re-linked with the {tdb,talloc,tevent}1 version, > while mainstream one will be updated to more recent ones and will be linked > with new(er) ports. These ports are temporary freeze of the stable versions > until samba48 and it's predcessors will be decommissioned. I see, thanks for the explanation. Admittedly, this text would make a much better commit message (particularly, the word "preparing" suggested there in fact would be a hack-hack-hack part). ./danfe