From owner-svn-ports-all@freebsd.org Mon Feb 15 22:48:37 2021 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 2C26353D8AA; Mon, 15 Feb 2021 22:48:37 +0000 (UTC) (envelope-from bapt@nours.eu) Received: from aniel.nours.eu (ns393929.ip-176-31-115.eu [176.31.115.77]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DffQs0JlWz3n9f; Mon, 15 Feb 2021 22:48:36 +0000 (UTC) (envelope-from bapt@nours.eu) Received: from [127.0.0.1] (10.246.39.62.rev.sfr.net [62.39.246.10]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aniel.nours.eu (Postfix) with ESMTPSA id 8FCC6752DD; Mon, 15 Feb 2021 23:48:32 +0100 (CET) Date: Mon, 15 Feb 2021 22:48:30 +0000 (UTC) From: Baptiste Daroussin To: Mathieu Arnold Cc: Alexey Dokuchaev , "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: In-Reply-To: <20210215090549.zad3k3xkahbtiyy3@aching.in.mat.cc> References: <202102141234.11ECYrx3027630@repo.freebsd.org> <20210214132857.GA89961@FreeBSD.org> <20210215090549.zad3k3xkahbtiyy3@aching.in.mat.cc> Subject: Re: svn commit: r565221 - in head: . misc/hwdata misc/pnpids MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: X-Rspamd-Queue-Id: 4DffQs0JlWz3n9f X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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: Mon, 15 Feb 2021 22:48:37 -0000 15 f=C3=A9vr. 2021 10:06:03 Mathieu Arnold : > On Sun, Feb 14, 2021 at 01:28:57PM +0000, Alexey Dokuchaev wrote: >> On Sun, Feb 14, 2021 at 12:34:53PM +0000, Tobias C. Berner wrote: >>> New Revision: 565221 >>> URL: https://svnweb.freebsd.org/changeset/ports/565221 >>> >>> Log: >>> =C2=A0 Move misc/pnpids to misc/hwdata >>> =C2=A0 >>> @@ -1,26 +1,24 @@ >>> # Created by: Ting-Wei Lan >>> # $FreeBSD$ >>> >>> -PORTNAME=3D=C2=A0 pnpids >>> +PORTNAME=3D=C2=A0 hwdata >>> DISTVERSIONPREFIX=3D v >>> DISTVERSION=3D 0.344 >>> -PORTREVISION=3D=C2=A0 1 >>> +PORTREVISION=3D=C2=A0 2 >>> PORTEPOCH=3D 1 >> >> You could've reset PORTEPOCH and PORTREVISION since this is a new packag= e. > > Well, technically, no, it is the same package, only it has a new name. > Preserving the version allows for a seamless upgrade. > How so? The port has a new name, a new origin, etc, it is a totally differe= nt package now Bapt