From owner-svn-ports-all@FreeBSD.ORG Tue Jun 9 14:27:10 2015 Return-Path: Delivered-To: svn-ports-all@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 2428FB39; Tue, 9 Jun 2015 14:27:10 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E50301DAF; Tue, 9 Jun 2015 14:27:09 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbnf5 with SMTP id nf5so16403375pdb.2; Tue, 09 Jun 2015 07:27:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=cpoddrLI9ESydBhkd6e1E8H023YcucLGt/j+6qzRjlQ=; b=QNO0kcUdWc2ORpOb/h1etcjKtdEbEwuLTieCG3QUV7HtL4OQJ+6qztNCKDYBowtQos ewn+I9OpnRHD5xOSNNCKcuUw8GtS96wNpY/pX64YKSUtyzBnVfsEgXw0iuLGCeRl1tUZ fb2x2fTv1hkITt5RaV7ShNECeLaG7G+RF6OI5etNdnutpUm6qMjzSYdthh7VcvlyVfzK 3SoOSBGq4qFLGwWkt2gDunyqw1xd7pUUeEEKJtzMt0YDPxU7S1ADkk75d3NZfy4uCBsa q/6OcUES8JROGN0t66IE2P1cqNrPoBYS/TDYmYwczs/hWwnn+Vr/3kIvTmz+aBTGzDpU 7piw== X-Received: by 10.66.222.130 with SMTP id qm2mr39466978pac.39.1433860029394; Tue, 09 Jun 2015 07:27:09 -0700 (PDT) Received: from [192.168.1.104] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id en2sm5866638pab.14.2015.06.09.07.27.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jun 2015 07:27:08 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r388939 - in head: Mk audio/opus audio/opus-tools audio/opusfile devel/bugzilla44 lang/spidermonkey17 mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n textproc/so-hunspell ... References: <201506091424.t59EOgwA015694@svn.freebsd.org> To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5576F7B4.5060504@FreeBSD.org> Date: Wed, 10 Jun 2015 00:27:00 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201506091424.t59EOgwA015694@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 14:27:10 -0000 On 10/06/2015 12:24 AM, Jan Beich wrote: > Author: jbeich > Date: Tue Jun 9 14:24:41 2015 > New Revision: 388939 > URL: https://svnweb.freebsd.org/changeset/ports/388939 > > Log: > bsd.sites.mk: cleanup MOZILLA mirrors > > - Switch to CDN by default as mirrors are no longer kept up to date > - Drop obsolete pointer to http://www.mozilla.org/mirrors.html > - Drop redundant BUGZILLA and MOZILLA_EXTEND > - Shorten MASTER_SITES in gecko@ ports > - Move MOZILLA_ADDONS to bsd.sites.mk > - Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS > - Addons CDN redirects to https://, so don't mislead with http:// > > https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/ > > Differential Revision: https://reviews.freebsd.org/D2550 > Tested by: distilator > Reviewed by: mat (partial) > Approved by: bz-ports (ohauer), portmgr blanket (office@ et al.) > Approved by: portmgr (bapt, earlier version) > MFH: 2015Q2 Very nice, thanks Jan ./koobs