From owner-svn-ports-all@freebsd.org Tue Jun 4 10:42:12 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 4336E15AB9FF; Tue, 4 Jun 2019 10:42:12 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6FFE91FD2; Tue, 4 Jun 2019 10:42:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id ADFC2D75E; Tue, 4 Jun 2019 10:42:11 +0000 (UTC) Date: Tue, 4 Jun 2019 10:42:11 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r503440 - head/mail/neomutt Message-ID: <20190604104211.GA20697@FreeBSD.org> References: <201906040602.x5462KgC038294@repo.freebsd.org> <20190604095633.GA89496@FreeBSD.org> <20190604100542.4waexkurarhjmqjd@ivaldir.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190604100542.4waexkurarhjmqjd@ivaldir.net> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: D6FFE91FD2 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.89 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.89)[-0.888,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Tue, 04 Jun 2019 10:42:12 -0000 On Tue, Jun 04, 2019 at 12:05:42PM +0200, Baptiste Daroussin wrote: > On Tue, Jun 04, 2019 at 09:56:33AM +0000, Alexey Dokuchaev wrote: > > > > [ { > > message: < > ... > > } ] > > > > Is it possible? > > Unfortunatly if we keep the compatibiblity with the old "raw pkg message" > no; see ~ports/Mk/Scripts/create-manifest.sh line 120 > > or we need to find a better way to differenciate both (and to easily be > able to append data. I see, it's indeed simple to use two lines because of sed '1d;$d'. > as for UCL itself, yes it is doable. > > Any idea welcome to improve that If I find robust and clever way to handle this, I'll ping you, but most likely what we have is good enough. ./danfe