git: 4be49b1a61e5 - main - www/firefox: fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Oct 2023 21:37:14 UTC
The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=4be49b1a61e507ee6dc1b6b66130ebd039244e15 commit 4be49b1a61e507ee6dc1b6b66130ebd039244e15 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2023-10-09 21:36:27 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2023-10-09 21:36:27 +0000 www/firefox: fix fetch they actually tagged it as build2 --- www/firefox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 6744bbe75d30..06d9fbab6bf1 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 118.0.2 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org