git: 32195e384156 - 2023Q4 - www/firefox: fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Oct 2023 21:37:40 UTC
The branch 2023Q4 has been updated by cmt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=32195e384156abdc18328c961a43ac1d106571d2
commit 32195e384156abdc18328c961a43ac1d106571d2
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:37:24 +0000
www/firefox: fix fetch
they actually tagged it as build2
(cherry picked from commit 4be49b1a61e507ee6dc1b6b66130ebd039244e15)
---
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