From owner-svn-ports-head@FreeBSD.ORG Wed Oct 31 18:11:33 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF7D7A13; Wed, 31 Oct 2012 18:11:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D81038FC16; Wed, 31 Oct 2012 18:11:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9VIBX13001930; Wed, 31 Oct 2012 18:11:33 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9VIBXWf001928; Wed, 31 Oct 2012 18:11:33 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201210311811.q9VIBXWf001928@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 31 Oct 2012 18:11:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306755 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 18:11:34 -0000 Author: ehaupt Date: Wed Oct 31 18:11:33 2012 New Revision: 306755 URL: http://svn.freebsd.org/changeset/ports/306755 Log: Update MASTER_SITE_SOURCEFORGE Feature safe: yes Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Wed Oct 31 18:02:55 2012 (r306754) +++ head/Mk/bsd.sites.mk Wed Oct 31 18:11:33 2012 (r306755) @@ -1125,11 +1125,10 @@ MASTER_SITE_SAVANNAH+= \ .endif # List: http://sourceforge.net/apps/trac/sourceforge/wiki/Mirrors -# Updated: 2012-10-26 +# Updated: 2012-10-31 .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE) -.for mirror in heanet sunet iweb switch freefr garr aarnet \ - voxel jaist osdn nchc ncu internode waix \ - hivelocity superb-dca3 +.for mirror in aarnet freefr garr heanet ignum hivelocity internode iweb jaist \ + nchc ncu netcologne osdn space sunet superb-dca3 switch tenet ufpr waix MASTER_SITE_SOURCEFORGE+= \ http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/ .endfor