Date: Tue, 27 Jun 2023 21:32:11 +0000 From: Rene Ladan <rene@freebsd.org> To: Christoph Moench-Tegeder <cmt@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: cc72a4893237 - main - www/firefox: update to 115.0 (rc1) Message-ID: <ZJtVW82QDbLxA8Bd@freefall.freebsd.org> In-Reply-To: <202306272113.35RLDgrw014943@gitrepo.freebsd.org> References: <202306272113.35RLDgrw014943@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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é
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZJtVW82QDbLxA8Bd>