Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 11:21:32 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314418 - head/Mk
Message-ID:  <201303171121.r2HBLWnO068381@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Mar 17 11:21:32 2013
New Revision: 314418
URL: http://svnweb.freebsd.org/changeset/ports/314418

Log:
  Fix address of NSU mirror of ftp.idsoftware.com; kill space at EOL while here.

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Sun Mar 17 11:07:03 2013	(r314417)
+++ head/Mk/bsd.sites.mk	Sun Mar 17 11:21:32 2013	(r314418)
@@ -529,7 +529,7 @@ MASTER_SITE_GENTOO+= \
 # GH_COMMIT     - first 7 digits of the commit that generated GH_TAGNAME
 #                 (man git-describe(1))
 #                 default: not set, mandatory
-#            
+#
 .if defined(USE_GITHUB)
 MASTER_SITE_GITHUB+=		https://nodeload.github.com/%SUBDIR% \
 				http://nodeload.github.com/%SUBDIR%
@@ -643,7 +643,7 @@ MASTER_SITE_IDSOFTWARE+= \
 	ftp://ftp.gamers.org/pub/idgames/idstuff/%SUBDIR%/ \
 	http://ftp.iinet.net.au/games/idstuff/%SUBDIR%/ \
 	ftp://ftp.mirror.nl/disk2/idsoftware/idstuff/%SUBDIR%/ \
-	ftp://ftp.nsu.ru/mirrors/ftp.idsoftware.com/idstuff/%SUBDIR%/ \
+	ftp://freebsd.nsu.ru/mirrors/ftp.idsoftware.com/idstuff/%SUBDIR%/ \
 	ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/%SUBDIR%/ \
 	ftp://ftp.omen.net.au/games/idstuff/%SUBDIR%/ \
 	ftp://ftp.idsoftware.com/idstuff/%SUBDIR%/



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