diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-12-26 18:08:49 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-12-26 18:23:22 +0000 |
commit | 529117f533a514559415cae1128f90c4c8f131c4 (patch) | |
tree | 58b60ea615aa245a7247119719bdddd5ab22106b /Mk | |
parent | 04a920dd64070719d8c36f35563d403afa060b61 (diff) | |
download | ports-529117f533a514559415cae1128f90c4c8f131c4.tar.gz ports-529117f533a514559415cae1128f90c4c8f131c4.zip |
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index ac66be4d02e8..f77e304b71c7 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -970,9 +970,12 @@ MASTER_SITE_PGSQL+= \ https://ftp.postgresql.org/pub/%SUBDIR%/ .endif +# Currently MyraCloud is blocking fetch. Hence add php Github distributions +# untill it is fixed. .if !defined(IGNORE_MASTER_SITE_PHP) MASTER_SITE_PHP+= \ - https://www.php.net/%SUBDIR%/ + https://www.php.net/distributions/ \ + https://raw.githubusercontent.com/php/web-php-distributions/master/ .endif .if !defined(IGNORE_MASTER_SITE_PYTHON) |