From nobody Tue Mar 19 13:19:51 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TzXQJ09KSz5FKp4 for ; Tue, 19 Mar 2024 13:20:08 +0000 (UTC) (envelope-from einar@isnic.is) Received: from mx01.isnic.is (mx01.isnic.is [193.4.58.133]) (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 (2048 bits) client-digest SHA256) (Client CN "mx01.isnic.is", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TzXQH2wx9z417t; Tue, 19 Mar 2024 13:20:07 +0000 (UTC) (envelope-from einar@isnic.is) Authentication-Results: mx1.freebsd.org; none Received: from ht-mailstore01.isnic.is (ht-mailstore01.isnic.is [185.93.156.2]) by mx01.isnic.is (Postfix) with ESMTPS id 3B1AA11E6E; Tue, 19 Mar 2024 13:20:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isnic.is; s=20200921; t=1710854402; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FuV27Hb0JTuOAhhhBXsTXM10Vs8Pi1SUHqU3fT+XxE0=; b=cXLdALSfYP57+S2Q+4lj+S3xRvZ8wUFybtO6UIRsvlOFZ4sGYOUhWSOGySm8y4+6D3jCZr AfJYpb6WgbChnbtdvFu0mC5TUIXt78EQaMwGkKolTKHsOAI+dP6ig/wKvZ1Lj8baloaOoO fNQltCCZfDF8pszgLWem6xqvH7AAOoTtyvqmFpq4rIyfxVZh7GNJfPQ2ckRoAm1fc4UsAl NP9ItfZfi6Ica2jgEXYnUrhO9K7hK7rK4Z97G1vt9NLUt5mLooo/dQganyIJvj1bOR8ptr eCSSmy2In9nVD9I0NWTnlhS5aOxQ6CMN56TbgRTdfhoHg7VKRkvS/Z/V6+3Oyg== Received: from smtpclient.apple (unknown [IPv6:2001:67c:6c:f100::194]) by ht-mailstore01.isnic.is (Postfix) with ESMTPS id 2885538DAB; Tue, 19 Mar 2024 13:20:02 +0000 (UTC) Content-Type: text/plain; charset=us-ascii List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: Re: Multiple new R ports From: =?utf-8?Q?Einar_Bjarni_Halld=C3=B3rsson?= In-Reply-To: Date: Tue, 19 Mar 2024 13:19:51 +0000 Cc: Gleb Popov , ports@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <653A5D2D-382C-4AED-8C0E-CE786A2BE43B@isnic.is> References: <44F61FC1-532F-447F-80E9-83ED37599CD7@isnic.is> <16c2bf5c-9022-4ce9-9283-838f99d80ba3@isnic.is> <2E6761A6-F462-4B83-94AC-9658583A581D@isnic.is> <6A36BE5B-2C76-434D-8EFF-D9518DA7E6E6@isnic.is> <06222A4D-6C49-4320-8599-8E7668885BDE@isnic.is> <531E6E65-EF0A-4246-AFCB-152368451EAF@isnic.is> <77026901-2B83-481D-ADE9-9093530D6326@isnic.is> To: Nuno Teixeira X-Mailer: Apple Mail (2.3774.500.171.1.1) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:1850, ipnet:193.4.58.0/23, country:IS] X-Rspamd-Queue-Id: 4TzXQH2wx9z417t > On 19 Mar 2024, at 12:41, Nuno Teixeira wrote: > > The correct way is to update diff in review so maintainer and > reviewers can take a look, do some tests and give approval if ok. > Ok, I updated the diff, with the updated dependecy on R-cran-cpp11. Should be ok now. Thanks for the help. .einar