From owner-svn-ports-all@freebsd.org Thu May 9 08:20:17 2019 Return-Path: Delivered-To: svn-ports-all@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 E2B6C15A14B7; Thu, 9 May 2019 08:20:16 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8838984146; Thu, 9 May 2019 08:20:16 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:a190:e24d:3e80:9174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id EC57F1024D; Thu, 9 May 2019 08:20:14 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Thu, 9 May 2019 17:20:11 +0900 From: Koichiro Iwao To: Jan Beich Cc: Antoine Brodin , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Subject: Re: svn commit: r501068 - in head: Mk lang/ruby26 lang/ruby26/files Message-ID: <20190509082011.vyjdt22brq6mil4q@icepick.vmeta.jp> References: <201905090128.x491Scs7026170@repo.freebsd.org> <20190509075610.frpgok7lx5kixprq@icepick.vmeta.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 8838984146 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.92 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.92)[-0.916,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 09 May 2019 08:20:17 -0000 On Thu, May 09, 2019 at 09:59:17AM +0200, Jan Beich wrote: > In lang/Makefile, for "poudriere bulk -a" or "make index". Ah, I certainly added it (see D19961) but missed to commit, thanks. -- meta