From owner-dev-commits-ports-main@freebsd.org Thu Apr 15 09:24:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 399DA5E7F70; Thu, 15 Apr 2021 09:24:08 +0000 (UTC) (envelope-from bapt@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) 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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLYnN1Hdjz3NkB; Thu, 15 Apr 2021 09:24:08 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: from aniel.nours.eu (ns393929.ip-176-31-115.eu [176.31.115.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 073B321496; Thu, 15 Apr 2021 09:24:08 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id 157DAB4FBC; Thu, 15 Apr 2021 11:24:06 +0200 (CEST) Date: Thu, 15 Apr 2021 11:24:06 +0200 From: Baptiste Daroussin To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 0d32a5b3a674 - main - devel/envsubst: new port Message-ID: <20210415092406.i46vogudauzlkgap@aniel.nours.eu> References: <202104150843.13F8hLsi083679@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 09:24:08 -0000 On Thu, Apr 15, 2021 at 09:20:19AM +0000, Alexey Dokuchaev wrote: > On Thu, Apr 15, 2021 at 08:43:21AM +0000, Baptiste Daroussin wrote: > > ... > > commit 0d32a5b3a674a636b4a42d237b56d2dcd0847b4e > > Author: Baptiste Daroussin > > AuthorDate: 2021-04-15 08:41:48 +0000 > > > > devel/envsubst: new port > > How's it better than textproc/xenv? Don't know, I have never played with xenv ;) just reading the source, I way prefer envsubst over xenv :D Bapt