From owner-svn-ports-all@FreeBSD.ORG Fri Dec 5 17:21:24 2014 Return-Path: Delivered-To: svn-ports-all@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 74D2AAAB; Fri, 5 Dec 2014 17:21:24 +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 613B49D3; Fri, 5 Dec 2014 17:21:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5HLOm6034559; Fri, 5 Dec 2014 17:21:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB5HLOpw034558; Fri, 5 Dec 2014 17:21:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201412051721.sB5HLOpw034558@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 5 Dec 2014 17:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374063 - head/japanese/mh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 05 Dec 2014 17:21:24 -0000 Author: amdmi3 Date: Fri Dec 5 17:21:23 2014 New Revision: 374063 URL: https://svnweb.freebsd.org/changeset/ports/374063 QAT: https://qat.redports.org/buildarchive/r374063/ Log: - Remove local MASTER_SITE which is going to disappear - Add my mirror instead PR: 195578 Submitted by: motoyuki@bsdclub.org Modified: head/japanese/mh/Makefile Modified: head/japanese/mh/Makefile ============================================================================== --- head/japanese/mh/Makefile Fri Dec 5 17:19:56 2014 (r374062) +++ head/japanese/mh/Makefile Fri Dec 5 17:21:23 2014 (r374063) @@ -5,9 +5,8 @@ PORTNAME= mh PORTVERSION= ${VERSION}.j${JP_VERSION} PORTREVISION= 2 CATEGORIES= japanese mail -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ -MASTER_SITE_SUBDIR= motoyuki +MASTER_SITES= ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ \ + http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-${VERSION}-JP-${JP_VERSION} MAINTAINER= CQG00620@nifty.ne.jp