Re: git: 52bcb8cd9f26 - main - net/libgweather4: Don't use PORTSUFFIX

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Thu, 24 Mar 2022 02:43:18 UTC
On Wed, Mar 23, 2022 at 05:52:37PM +0000, Neel Chauhan wrote:
> commit 52bcb8cd9f26bc2f49bdeb4c1cbe5b3c64342fbf
> 
>     net/libgweather4: Don't use PORTSUFFIX

Why???

> @@ -1,10 +1,10 @@
> -PORTNAME=	libgweather
> +PORTNAME=	libgweather4
>  PORTVERSION=	4.0.0
>  CATEGORIES=	net gnome
>  MASTER_SITES=	GNOME
> -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R}
> +MASTER_SITE_SUBDIR=	sources/libgweather/${PORTVERSION:R}
> +DISTNAME=	libgweather-${PORTVERSION}
>  DIST_SUBDIR=	gnome
> -PORTSUFFIX=	4

It was correct before, this is pretty standard way of how we keep and
annotate multi-version ports in the tree, embedding version in the
PORTNAME is wrong.  Please revert.

./danfe