From owner-svn-ports-head@FreeBSD.ORG Wed Jan 15 05:31:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E93A16A5; Wed, 15 Jan 2014 05:31:36 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA57B18C1; Wed, 15 Jan 2014 05:31:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0F5Va7v064658; Wed, 15 Jan 2014 05:31:36 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0F5VaiO064653; Wed, 15 Jan 2014 05:31:36 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201401150531.s0F5VaiO064653@svn.freebsd.org> From: Olli Hauer Date: Wed, 15 Jan 2014 05:31:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339753 - in head: Mk devel/bugzilla40 devel/bugzilla42 devel/bugzilla44 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.17 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, 15 Jan 2014 05:31:37 -0000 Author: ohauer Date: Wed Jan 15 05:31:35 2014 New Revision: 339753 URL: http://svnweb.freebsd.org/changeset/ports/339753 QAT: https://qat.redports.org/buildarchive/r339753/ Log: - add new MASTER_SITE_BUGZILLA - remove one dead MASTER_SITE_MOZILLA server Approved by: portmgr@ (tabthorpe) Modified: head/Mk/bsd.sites.mk head/devel/bugzilla40/Makefile head/devel/bugzilla42/Makefile head/devel/bugzilla44/Makefile Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Wed Jan 15 05:00:39 2014 (r339752) +++ head/Mk/bsd.sites.mk Wed Jan 15 05:31:35 2014 (r339753) @@ -769,7 +769,6 @@ MASTER_SITE_MOZILLA+= \ http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/ \ http://jp-nii01.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://jp-nii02.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ - http://mozilla.mtk.nao.ac.jp/pub/mozilla.org/%SUBDIR%/ \ http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/ \ http://ftp.acc.umu.se/pub/mozilla.org/%SUBDIR%/ \ http://mozilla.c3sl.ufpr.br/releases/%SUBDIR%/ \ @@ -781,6 +780,14 @@ MASTER_SITE_MOZILLA+= \ http://ftp.twaren.net/Unix/Mozilla/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_BUGZILLA) +MASTER_SITE_BUGZILLA+= \ + https://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ + http://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ + ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ + http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_MOZILLA_EXTENDED) MASTER_SITE_MOZILLA_EXTENDED+= \ http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ Modified: head/devel/bugzilla40/Makefile ============================================================================== --- head/devel/bugzilla40/Makefile Wed Jan 15 05:00:39 2014 (r339752) +++ head/devel/bugzilla40/Makefile Wed Jan 15 05:31:35 2014 (r339753) @@ -3,7 +3,7 @@ PORTNAME= bugzilla PORTVERSION= 4.0.11 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITES= BUGZILLA MASTER_SITE_SUBDIR= webtools webtools/archived MAINTAINER= bugzilla@FreeBSD.org Modified: head/devel/bugzilla42/Makefile ============================================================================== --- head/devel/bugzilla42/Makefile Wed Jan 15 05:00:39 2014 (r339752) +++ head/devel/bugzilla42/Makefile Wed Jan 15 05:31:35 2014 (r339753) @@ -3,7 +3,7 @@ PORTNAME= bugzilla PORTVERSION= 4.2.7 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITES= BUGZILLA MASTER_SITE_SUBDIR= webtools webtools/archived MAINTAINER= bugzilla@FreeBSD.org Modified: head/devel/bugzilla44/Makefile ============================================================================== --- head/devel/bugzilla44/Makefile Wed Jan 15 05:00:39 2014 (r339752) +++ head/devel/bugzilla44/Makefile Wed Jan 15 05:31:35 2014 (r339753) @@ -3,7 +3,7 @@ PORTNAME= bugzilla PORTVERSION= 4.4.1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITES= BUGZILLA MASTER_SITE_SUBDIR= webtools webtools/archived MAINTAINER= bugzilla@FreeBSD.org