svn commit: r547852 - head/Mk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 6 15:40:00 UTC 2020


Author: sunpoet
Date: Sun Sep  6 15:39:55 2020
New Revision: 547852
URL: https://svnweb.freebsd.org/changeset/ports/547852

Log:
  Clean up MASTER_SITE_GNU: ftp.cse.yzu.edu.tw is not working
  
  % telnet ftp.cse.yzu.edu.tw ftp
  Trying 140.138.144.170...
  telnet: connect to address 140.138.144.170: Connection refused
  telnet: Unable to connect to remote host

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Sun Sep  6 15:39:49 2020	(r547851)
+++ head/Mk/bsd.sites.mk	Sun Sep  6 15:39:55 2020	(r547852)
@@ -678,7 +678,6 @@ MASTER_SITE_GNU+= \
 	ftp://mirrors.rit.edu/gnu/%SUBDIR%/ \
 	ftp://ftp.fu-berlin.de/unix/gnu/%SUBDIR%/ \
 	ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/%SUBDIR%/ \
-	ftp://ftp.cse.yzu.edu.tw/gnu/%SUBDIR%/ \
 	https://ftp.gnu.org/gnu/%SUBDIR%/
 .endif
 


More information about the svn-ports-head mailing list