svn commit: r552374 - head/Mk
Koichiro Iwao
meta at FreeBSD.org
Thu Oct 15 03:38:06 UTC 2020
Author: meta
Date: Thu Oct 15 03:38:05 2020
New Revision: 552374
URL: https://svnweb.freebsd.org/changeset/ports/552374
Log:
bsd.sites.mk: Unify MASTER_SITE_PHP and switch to HTTPS
> The PHP project does no have an official mirror program anymore [1]
[1] https://www.php.net/mirroring.php
PR: 250258
Submitted by: Yasuhiro KIMURA <yasu at utahime.org>
Modified:
head/Mk/bsd.sites.mk
Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk Thu Oct 15 03:14:40 2020 (r552373)
+++ head/Mk/bsd.sites.mk Thu Oct 15 03:38:05 2020 (r552374)
@@ -973,16 +973,7 @@ MASTER_SITE_PGSQL+= \
.if !defined(IGNORE_MASTER_SITE_PHP)
MASTER_SITE_PHP+= \
- http://de.php.net/%SUBDIR%/ \
- http://es.php.net/%SUBDIR%/ \
- http://fr.php.net/%SUBDIR%/ \
- http://it.php.net/%SUBDIR%/ \
- http://jp.php.net/%SUBDIR%/ \
- http://se.php.net/%SUBDIR%/ \
- http://uk3.php.net/%SUBDIR%/ \
- http://us2.php.net/%SUBDIR%/ \
- http://br.php.net/%SUBDIR%/ \
- http://cn.php.net/%SUBDIR%/
+ https://www.php.net/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_PYTHON)
More information about the svn-ports-all
mailing list