Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2021 12:01:53 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Adam Weinberger <adamw@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 5ff464b1945d - main - bsd.port.mk: Fix typo
Message-ID:  <YPqvsWHdUzCvEo/O@FreeBSD.org>
In-Reply-To: <202107231135.16NBZX7C062107@gitrepo.freebsd.org>
References:  <202107231135.16NBZX7C062107@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 23, 2021 at 11:35:33AM +0000, Adam Weinberger wrote:
> commit 5ff464b1945dac6628d87319f6bd1106761b3ba9
> 
>     bsd.port.mk: Fix typo
> 
> @@ -2246,7 +2246,7 @@ PKG_COMPRESSION_FORMAT?=	${PKG_SUFX:S/.//}
>  .else
>  .if defined(PKG_SUFX)
>  PKG_COMPRESSION_FORMAT?=	${PKG_SUFX:S/.//}
> -WARNING+= "PKG_SUFX is defined, if should be replaced with PKG_COMPRESSION_FORMAT"
> +WARNING+= "PKG_SUFX is defined, it should be replaced with PKG_COMPRESSION_FORMAT"

I've also thought that it was a typo and fixed it, but then bapt@ reverted
this part of the change.  You might want to check with him what's going on.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YPqvsWHdUzCvEo/O>