From owner-svn-ports-all@freebsd.org Mon Dec 21 10:50:57 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CD734B5C64; Mon, 21 Dec 2020 10:50:57 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4Czx8d2KB9z4tYL; Mon, 21 Dec 2020 10:50:57 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from beaver (unknown [81.6.39.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ehaupt) by smtp.freebsd.org (Postfix) with ESMTPSA id 7A2D42F062; Mon, 21 Dec 2020 10:50:56 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 21 Dec 2020 11:50:55 +0100 From: Emanuel Haupt To: Emanuel Haupt Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports@FreeBSD.org Subject: Re: svn commit: r558684 - in head/shells/bash: . files Message-Id: <20201221115055.2c51d9e9c3f1973fa11b0b1f@FreeBSD.org> In-Reply-To: <202012192110.0BJLAfMb055698@repo.freebsd.org> References: <202012192110.0BJLAfMb055698@repo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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: Mon, 21 Dec 2020 10:50:57 -0000 Emanuel Haupt wrote: > Author: ehaupt > Date: Sat Dec 19 21:10:41 2020 > New Revision: 558684 > URL: https://svnweb.freebsd.org/changeset/ports/558684 > > Log: > Update to 5.1.4 FYI, if you get the following error from pkg during updating: pkg: Failed to execute lua script: [string "shell_path = pkg.prefixed_path("bin/bash")..."]:7: attempt to index a nil value (global 'shell') pkg: lua script failed This is due to a known bug in pkg: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250926