Date: Tue, 2 Jan 2018 15:02:10 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457865 - head/Mk Message-ID: <201801021502.w02F2Acg002905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jan 2 15:02:09 2018 New Revision: 457865 URL: https://svnweb.freebsd.org/changeset/ports/457865 Log: Update MASTER_SITE_TEX_CTAN. - ctan.unsw.edu.au now only accepts http - neither ftp.tex.ac.uk nor ftp.chg.ru have address records anymore Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Tue Jan 2 14:45:06 2018 (r457864) +++ head/Mk/bsd.sites.mk Tue Jan 2 15:02:09 2018 (r457865) @@ -987,12 +987,10 @@ MASTER_SITE_TCLTK+= \ .if !defined(IGNORE_MASTER_SITE_TEX_CTAN) MASTER_SITE_TEX_CTAN+= \ - ftp://ctan.unsw.edu.au/tex-archive/%SUBDIR%/ \ - ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ \ + http://ctan.unsw.edu.au/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/CTAN/%SUBDIR%/ \ ftp://ctan.tug.org/tex-archive/%SUBDIR%/ \ ftp://ftp.dante.de/tex-archive/%SUBDIR%/ \ - ftp://ftp.chg.ru/pub/TeX/CTAN/%SUBDIR%/ \ ftp://mirror.macomnet.net/pub/CTAN/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/TeX/CTAN/%SUBDIR%/ .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801021502.w02F2Acg002905>