diff options
| author | Rares Aioanei <schaiba@gmail.com> | 2026-02-26 21:07:56 +0000 |
|---|---|---|
| committer | Yusuf Yaman <nxjoseph@FreeBSD.org> | 2026-03-02 18:05:16 +0000 |
| commit | 8fe05b2a0e098632c9531e48dcab476ad60467de (patch) | |
| tree | 87834c53aedd7e4fa7df1e8396fa2352045111b1 | |
| parent | 6c8efa3663aa773791c829284b77f5155d52019b (diff) | |
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
| -rw-r--r-- | shells/mksh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
