git: 829a3566b8d4 - main - Mk/bsd.sites.mk: Fix MASTER_SITE_MYSQL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Aug 2022 20:03:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=829a3566b8d433a085ab335b2398a3d30f5e6042 commit 829a3566b8d433a085ab335b2398a3d30f5e6042 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-08-07 20:00:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-08-07 20:02:51 +0000 Mk/bsd.sites.mk: Fix MASTER_SITE_MYSQL - Remove download.softagency.net as there is no A/AAAA/CNAME record for this URL --- Mk/bsd.sites.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 8a9f98622242..57f9d80f5fa3 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -852,7 +852,6 @@ MASTER_SITE_MYSQL+= \ ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/mysql/Downloads/%SUBDIR%/ \ http://mysql.mirrors.pair.com/Downloads/%SUBDIR%/ \ - http://download.softagency.net/MySQL/Downloads/%SUBDIR%/ \ https://dev.mysql.com/get/Downloads/%SUBDIR%/ .endif