[106928] trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl

ryandesign at macports.org ryandesign at macports.org
Tue Jun 11 18:41:01 PDT 2013


Revision: 106928
          https://trac.macports.org/changeset/106928
Author:   ryandesign at macports.org
Date:     2013-06-11 18:41:01 -0700 (Tue, 11 Jun 2013)
Log Message:
-----------
mirror_sites.tcl: remove cn.php.net which no longer exists (#39414)

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl

Modified: trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl
===================================================================
--- trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl	2013-06-12 01:37:09 UTC (rev 106927)
+++ trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl	2013-06-12 01:41:01 UTC (rev 106928)
@@ -348,7 +348,7 @@
 # http://php.net/mirrors.php
 # The country code domains without number suffix are supposed to redirect to
 # an available mirror in that country. To update this list use:
-# curl -s http://php.net/mirrors.php | sed -E -n 's,^.*http://([a-z]{2})[0-9]*(\.php\.net)/.*$,\1\2,p' | sort -u | xargs -n 1 -I % sh -c '{ ping -c 1 -t 2 % >/dev/null 2>&1 && echo "    http://%/:nosubdir"; }' | tee /dev/tty | pbcopy
+# curl -s http://php.net/mirrors.php | sed -E -n 's,^.*http://([a-z]{2})[0-9]*(\.php\.net)/.*$,\1\2,p' | sort -u | xargs -n 1 -I % sh -c '{ ping -o -c 4 -t 15 % >/dev/null 2>&1 && echo "    http://%/:nosubdir"; }' | tee /dev/tty | pbcopy
 set portfetch::mirror_sites::sites(php) {
     http://at.php.net/:nosubdir
     http://bd.php.net/:nosubdir
@@ -357,7 +357,6 @@
     http://br.php.net/:nosubdir
     http://ca.php.net/:nosubdir
     http://ch.php.net/:nosubdir
-    http://cn.php.net/:nosubdir
     http://cz.php.net/:nosubdir
     http://de.php.net/:nosubdir
     http://dk.php.net/:nosubdir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130611/2cd0daa6/attachment-0001.html>


More information about the macports-changes mailing list