git: 8fe05b2a0e09 - main - shells/mksh: Fix MASTER_SITES

From: Yusuf Yaman <nxjoseph_at_FreeBSD.org>
Date: Mon, 02 Mar 2026 18:06:28 UTC
The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8fe05b2a0e098632c9531e48dcab476ad60467de

commit 8fe05b2a0e098632c9531e48dcab476ad60467de
Author:     Rares Aioanei <schaiba@gmail.com>
AuthorDate: 2026-02-26 21:07:56 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-03-02 18:05:16 +0000

    shells/mksh: Fix MASTER_SITES
    
    Replace 1st site with up-to-date one and keep
    the 2nd site as a potential backup for now.
    
    PR:             292318
    Reported by:    linimon@
    Authored by:    schaiba@gmail.com (maintainer)
    Reviewed by:    osa, vvd (mentors)
    Approved by:    vvd (mentor)
    Differential Revision: https://reviews.freebsd.org/D55543
---
 shells/mksh/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile
index 6e202a7721d7..dc248d5612ee 100644
--- a/shells/mksh/Makefile
+++ b/shells/mksh/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	59c
 DISTVERSIONPREFIX=	R
 PORTREVISION=	3
 CATEGORIES=	shells
-MASTER_SITES=	https://www.mirbsd.org/MirOS/dist/mir/mksh/ \
+MASTER_SITES=	https://mbsd.evolvis.org/MirOS/dist/mir/mksh/ \
 		https://pub.allbsd.org/MirOS/dist/mir/mksh/
 
 MAINTAINER=	schaiba@gmail.com