From owner-svn-ports-head@FreeBSD.ORG Wed Oct 1 13:04:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28343D10; Wed, 1 Oct 2014 13:04:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEA2B1E8; Wed, 1 Oct 2014 13:04:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91D4fAS078696; Wed, 1 Oct 2014 13:04:41 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91D4f7d078695; Wed, 1 Oct 2014 13:04:41 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011304.s91D4f7d078695@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 13:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369722 - 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.18-1 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, 01 Oct 2014 13:04:42 -0000 Author: tijl Date: Wed Oct 1 13:04:41 2014 New Revision: 369722 URL: https://svnweb.freebsd.org/changeset/ports/369722 QAT: https://qat.redports.org/buildarchive/r369722/ Log: - Add ftpmirror.gnu.org to GNU master sites (redirects to a nearby mirror) - Update GNU alpha sites - Set default GNU alpha subdirectory Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Wed Oct 1 12:41:17 2014 (r369721) +++ head/Mk/bsd.sites.mk Wed Oct 1 13:04:41 2014 (r369722) @@ -579,6 +579,7 @@ MASTER_SITE_GNOME+= \ .if !defined(IGNORE_MASTER_SITE_GNU) MASTER_SITE_GNU+= \ + http://ftpmirror.gnu.org/%SUBDIR%/ \ http://ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnu/gnu/%SUBDIR%/ \ @@ -623,10 +624,18 @@ MASTER_SITE_GNUSTEP_CH+= \ .if !defined(IGNORE_MASTER_SITE_GNU_ALPHA) MASTER_SITE_GNU_ALPHA+= \ - ftp://alpha.gnu.org/pub/gnu/%SUBDIR%/ \ - ftp://ftp.lublin.pl/mirror/alpha.gnu.org/gnu/%SUBDIR%/ \ - ftp://ftp.ps.pl/mirrors/alpha.gnu.org/pub/gnu/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/%SUBDIR%/ + http://alpha.gnu.org/gnu/%SUBDIR%/ \ + ftp://spinellicreations.com/alpha/gnu/%SUBDIR%/ \ + http://www.nic.funet.fi/pub/gnu/alpha/gnu/%SUBDIR%/ \ + http://mirror.thecodefactory.org/gnualpha/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/alpha.gnu.org/gnu/%SUBDIR%/ \ + http://gnu.c3sl.ufpr.br/alpha/%SUBDIR%/ \ + http://mirror.cedia.org.ec/gnualpha/%SUBDIR%/ \ + http://gnu-alpha.mirrors.hostinginnederland.nl/%SUBDIR%/ \ + http://gnualpha.uib.no/%SUBDIR%/ \ + http://mirrors.fe.up.pt/pub/gnu-alpha/%SUBDIR%/ \ + http://mirror.lihnidos.org/GNU/alpha/gnu/%SUBDIR%/ \ + http://alpha-gnu-org.ip-connect.vn.ua/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE) @@ -1508,6 +1517,7 @@ MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${P GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ GNU:${PORTNAME} \ + GNU_ALPHA:${PORTNAME} \ HORDE:${PORTNAME} \ LOGILAB:${PORTNAME} \ MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \