Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Mar 2026 18:06:28 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Rares Aioanei <schaiba@gmail.com>
Subject:   git: 8fe05b2a0e09 - main - shells/mksh: Fix MASTER_SITES
Message-ID:  <69a5d1a4.407f9.42d89d5c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a5d1a4.407f9.42d89d5c>