From owner-svn-ports-branches@FreeBSD.ORG Fri Mar 6 12:26:40 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ABAEDFC; Fri, 6 Mar 2015 12:26:40 +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 65B0D127; Fri, 6 Mar 2015 12:26:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t26CQepm014502; Fri, 6 Mar 2015 12:26:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t26CQek2014501; Fri, 6 Mar 2015 12:26:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201503061226.t26CQek2014501@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 6 Mar 2015 12:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r380595 - branches/2015Q1/japanese/yasou-fpw X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2015 12:26:40 -0000 Author: amdmi3 Date: Fri Mar 6 12:26:39 2015 New Revision: 380595 URL: https://svnweb.freebsd.org/changeset/ports/380595 QAT: https://qat.redports.org/buildarchive/r380595/ Log: MFH: r380473 - Add some mirrors Approved by: ports-secteam (delphij) Modified: branches/2015Q1/japanese/yasou-fpw/Makefile Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/japanese/yasou-fpw/Makefile ============================================================================== --- branches/2015Q1/japanese/yasou-fpw/Makefile Fri Mar 6 12:24:41 2015 (r380594) +++ branches/2015Q1/japanese/yasou-fpw/Makefile Fri Mar 6 12:26:39 2015 (r380595) @@ -4,7 +4,9 @@ PORTNAME= yasou-fpw PORTVERSION= 1.0.b0 CATEGORIES= japanese -MASTER_SITES= http://openlab.jp/edict/fpw/dist/yasou/ +MASTER_SITES= http://openlab.jp/edict/fpw/dist/yasou/ \ + ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ + ftp://relay1.tomsk.gov.ru/pub/FreeBSD/ports/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.b0/beta0/} MAINTAINER= ports@FreeBSD.org