From nobody Tue Mar 19 08:40:33 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 4TzQD75Zn9z5Drb2 for ; Tue, 19 Mar 2024 08:40:55 +0000 (UTC) (envelope-from einar@isnic.is) Received: from mx01.isnic.is (mx01.isnic.is [IPv6:2001:67c:6c: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 4TzQD71qjCz4RKf; Tue, 19 Mar 2024 08:40:55 +0000 (UTC) (envelope-from einar@isnic.is) Authentication-Results: mx1.freebsd.org; none Received: from ht-mailstore01.isnic.is (ht-mailstore01.isnic.is [IPv6:2001:67c:6c:56::2]) by mx01.isnic.is (Postfix) with ESMTPS id B1DFC1183C; Tue, 19 Mar 2024 08:40:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isnic.is; s=20200921; t=1710837643; 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=ck6kbUb3ekIGg47Ion7OvlJ8mV/zHMW88Bac7qsS5YQ=; b=zNs6luACJ2MSpCFItLnraN9sYkElJ0kp2wOxlY4E5/EfETIQCa5CKZ/1rhAJ6K7VWTsTrW x2ZAYfftreFPb1XKRcJVCLQingpJxnbdvY6IU96krWi8iIyHHZFvk3emiVAacSzGF5LHHi ueuX2YjP8RxaOpJfCCHHjPN8ACH5N9TRxJmxdPloW0usxeSzT6x3mtQz8aQ1PCmjKl2XMJ 770SOdds+K5kK0qXeecqdLSFzA0JutnzOBjjSx2UhNtEkllHkLLbbXVfFLP3IfKy7+FvGl /sWVtr92KRMCn7LE8wGiH3K0Vehnsm0muzgMvXq6NIcCAwiwSJZj5ym9POQ+Uw== Received: from smtpclient.apple (unknown [IPv6:2001:67c:6c:f100::194]) by ht-mailstore01.isnic.is (Postfix) with ESMTPS id A57CF3846F; Tue, 19 Mar 2024 08:40:43 +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 08:40:33 +0000 Cc: Gleb Popov , ports@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: 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> 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:2001:67c:6c::/48, country:IS] X-Rspamd-Queue-Id: 4TzQD71qjCz4RKf Hi Nuno, > On 19 Mar 2024, at 08:14, Nuno Teixeira wrote: > > I'm ready to test ports. > Just to organize myself, which ones are the three primary ports? > graphics/R-cran-cowplot devel/R-cran-tidyverse databases/R-cran-dbplyr are the primary ports, the others are dependencies for those. Some are only dependencies needed for tests. .einar