From owner-svn-ports-all@freebsd.org Sun Feb 2 09:06: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 A3F7423E201; Sun, 2 Feb 2020 09:06:54 +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 489Q7f2l6jz3FXS; Sun, 2 Feb 2020 09:06:54 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3185DEAD0; Sun, 2 Feb 2020 09:06:53 +0000 (UTC) Date: Sun, 2 Feb 2020 09:06:53 +0000 From: Alexey Dokuchaev To: Steve Wills Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r524809 - in head/devel: . premake5 premake5/files Message-ID: <20200202090653.GA8115@FreeBSD.org> References: <202002020537.0125bMLl076733@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202002020537.0125bMLl076733@repo.freebsd.org> 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: Sun, 02 Feb 2020 09:06:54 -0000 On Sun, Feb 02, 2020 at 05:37:22AM +0000, Steve Wills wrote: > New Revision: 524809 > URL: https://svnweb.freebsd.org/changeset/ports/524809 > > Log: > devel/premake5: Build script creation tool > > Describe your software project just once, using Premake's > simple and easy to read syntax, and build it everywhere. > > This is version 5 alpha > > Added: > head/devel/premake5/ May I ask why wasn't it repocopied but added as a new port instead? Without repocopies it's virually impossible to phase out (rotate) versions while keeping all the development history in place. > +++ head/devel/Makefile Sun Feb 2 05:37:22 2020 (r524809) > @@ -3933,6 +3933,7 @@ > SUBDIR += pragmarcs > SUBDIR += premake > SUBDIR += premake4 > + SUBDIR += premake5 This clearly suggests it. ./danfe