Re: git: 11558fb6d8be - main - devel/reposilite: DISTNAME should be PORTNAME

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Sun, 15 Jun 2025 08:15:52 UTC
On Thu, Jun 12, 2025 at 02:41:52PM +0000, Michael Osipov wrote:
> commit 11558fb6d8beddc1c9112d1122dab0850e6681f9
> 
>   devel/reposilite: DISTNAME should be PORTNAME
> 
>   PR:             287473
> ...
> --- a/devel/reposilite/Makefile
> +++ b/devel/reposilite/Makefile
> @@ -1,4 +1,4 @@
> -DISTNAME=				reposilite
> +PORTNAME=				reposilite
>  DISTVERSION=				3.5.24
>  DISTVERSIONSUFFIX=			-all
>  CATEGORIES=				devel www java

Nice illustration how forcing DISTVERSION instead of PORTVERSION can
lead to mistakes like this. :-)

On an unrelated note, what's with the indentation in that Makefile?
Every line should be at least two tabstops shorter (some even worse).

./danfe