Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 03:38:06 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552374 - head/Mk
Message-ID:  <202010150338.09F3c6TE085740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010150338.09F3c6TE085740>