From owner-freebsd-ports@freebsd.org Sun Jun 17 16:50:07 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAB5410015E2 for ; Sun, 17 Jun 2018 16:50:07 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 64CFD75229 for ; Sun, 17 Jun 2018 16:50:07 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 55AE862B2; Mon, 18 Jun 2018 01:50:05 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id F3246719F; Mon, 18 Jun 2018 01:50:04 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPSA id B191B719E; Mon, 18 Jun 2018 01:50:04 +0900 (JST) Date: Mon, 18 Jun 2018 01:49:01 +0900 (JST) Message-Id: <20180618.014901.1449882040070655049.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Re: Bug report commit request From: Yasuhiro KIMURA In-Reply-To: <20180617161504.GL4028@home.opsec.eu> References: <20180617.084527.924005738713933120.yasu@utahime.org> <20180617161504.GL4028@home.opsec.eu> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 16:50:08 -0000 From: Kurt Jaeger Subject: Re: Bug report commit request Date: Sun, 17 Jun 2018 18:15:04 +0200 >> Bug 228241 - games/ninix-aya: Change MASTER_SITES to DEBIAN_POOL >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228241 > > The official dist-site is SF, and there's a version 5.0.5 available. > > Any reason why updating from 4.4 to 5.0.5 is not feasable ? > >> Bug 228242 - japanese/font-ume: Fix MASTER_SITES >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228242 > > We have 0.0.660, but the dist site @osdn has 0.0.670 ? > >> Bug 228243 - japanese/FreeWnn-server: Remove ftp.freewnn.org from MASTER_SITES >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228243 > > We have 1.1.1.a021, the dist-site has a023 ? 1. I found these problems when I submitted following bug report. Bug 225609 - Mk/bsd.sites.mk: rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225609 2. When I submitted it I found fetching problem of these ports as secondary problem. it is not unclear if the problem is temporary or not. So at the time I left it as it is. 3. Bug 225609 was committed on March 25 and my main purpose is achieved. 4. About a month ago I remembered this problem and confirmed it is not temporary. 5. I myself don't have motivation to update these ports because I don't use any of then. Especially there seems to be large change of build conditions of games/ninix-aya from 4.4 to 5.0.5. So I only fixed fetching problem of these ports. --- Yasuhiro KIMURA