git: cbd95bfc8c99 - main - Mk/bsd.sites.mk: Remove stale MYSQL mirrors

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 27 Jul 2025 15:48:05 UTC
The branch main has been updated by bofh:

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

commit cbd95bfc8c9910d64fa2525c01b341c23f62b97f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-07-27 15:47:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-07-27 15:47:54 +0000

    Mk/bsd.sites.mk: Remove stale MYSQL mirrors
    
    Approved by:    portmgr (blanket)
---
 Mk/bsd.sites.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index f3a20128a882..0adc034f5ef8 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -710,8 +710,6 @@ MASTER_SITE_MOZILLA_ADDONS+= \
 
 .if !defined(IGNORE_MASTER_SITE_MYSQL)
 MASTER_SITE_MYSQL+= \
-	ftp://ftp.fi.muni.cz/pub/mysql/Downloads/%SUBDIR%/ \
-	ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/%SUBDIR%/ \
 	https://dev.mysql.com/get/Downloads/%SUBDIR%/
 .endif