Re: git: cc72a4893237 - main - www/firefox: update to 115.0 (rc1)

From: Rene Ladan <rene_at_freebsd.org>
Date: Tue, 27 Jun 2023 21:32:11 UTC
On Tue, Jun 27, 2023 at 09:13:42PM +0000, Christoph Moench-Tegeder wrote:
> The branch main has been updated by cmt:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=cc72a4893237befed7f631554f489f72f7f130fb
> 
> commit cc72a4893237befed7f631554f489f72f7f130fb
> Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
> AuthorDate: 2023-06-27 21:13:04 +0000
> Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
> CommitDate: 2023-06-27 21:13:04 +0000
> 
>     www/firefox: update to 115.0 (rc1)
>     
>     Release Notes (soon):
>       https://www.mozilla.org/en-US/firefox/115.0/releasenotes/
> ---
>  Mk/bsd.gecko.mk                             |   13 +-
>  www/firefox/Makefile                        |    8 +-
>  www/firefox/distinfo                        |    6 +-
>  www/firefox/files/patch-addon-search        |   20 +-
>  www/firefox/files/patch-bug1640982          |   17 -
>  www/firefox/files/patch-libwebrtc-generated | 7721 ++++++++++++++++-----------
>  6 files changed, 4547 insertions(+), 3238 deletions(-)
> 
> diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
> index 2a8e6aea82e4..0f514f9cc3f2 100644
> --- a/Mk/bsd.gecko.mk
> +++ b/Mk/bsd.gecko.mk
> @@ -60,12 +60,17 @@ MOZILLA?=	${PORTNAME}
>  MOZILLA_VER?=	${PORTVERSION}
>  MOZILLA_BIN?=	${PORTNAME}-bin
>  MOZILLA_EXEC_NAME?=${MOZILLA}
> -USES+=		compiler:c++17-lang cpe gl gmake gnome iconv localbase perl5 pkgconfig \
> -			python:build desktop-file-utils
                             ^^^
> +USES+=		compiler:c++17-lang cpe gl gmake gnome iconv localbase pkgconfig \
> +			python,build desktop-file-utils
                             ^^^

Automation bug, the colon turning into a comma?

René