From nobody Sun Feb 04 13:34:06 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 4TSVq40pKMz59n8Y for ; Sun, 4 Feb 2024 13:34:24 +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 4TSVq34KhHz4TwX; Sun, 4 Feb 2024 13:34:23 +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 7BF062328D; Sun, 4 Feb 2024 13:34:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isnic.is; s=20200921; t=1707053657; 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=w8R6ModJjaTKuS4Q8KRKrAXeGLfMe0O8BxnibzAYFjc=; b=WRvlgdzR51lDyyWVJyUL3jDlpCAdc34V1xvto1NwnMcIQgtvUQDIILe2icuxmknM1JUhBU rKJP/FEE+7s7PktQtMVfl1qDhE4Ic6JYVZ6hBX99STIrBeYVNZHIE3an/XPbqffPQJ++OP +h+b3e1pwGZNBHoCIiQwgcfkK0RB1S9vfGpE3HW1q4jl5aVlHeW5etaVpHR1kBR2bb0Nyn MLMEda7mtHAKzn9XIoNSqi5SzgbhOZPEbiHMHOBcichFESYoL/ZyMT3AoqOf1oHIHpjAtQ tbdO//RfeLh34ixhhgRzTFrYbMH6wDMLaKrCdgDeg7rHgg/6ECp71bNT5XBMtg== Received: from smtpclient.apple (unknown [185.93.159.194]) by ht-mailstore01.isnic.is (Postfix) with ESMTPS id 65098216C1; Sun, 4 Feb 2024 13:34:17 +0000 (UTC) Content-Type: text/plain; charset=utf-8 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.400.31\)) Subject: Re: Multiple new R ports From: =?utf-8?Q?Einar_Bjarni_Halld=C3=B3rsson?= In-Reply-To: Date: Sun, 4 Feb 2024 13:34:06 +0000 Cc: ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <44F61FC1-532F-447F-80E9-83ED37599CD7@isnic.is> To: Gleb Popov X-Mailer: Apple Mail (2.3774.400.31) X-Rspamd-Queue-Id: 4TSVq34KhHz4TwX 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] > On 3 Feb 2024, at 18:56, Gleb Popov wrote: >=20 > On Sat, Feb 3, 2024 at 6:31=E2=80=AFPM Einar Bjarni Halld=C3=B3rsson = wrote: >>=20 >> Hi, >>=20 >> I needed to create three new R ports, but with new ports for missing = dependencies, it=E2=80=99s 13 new ports in total, all R packages. >>=20 >> Should I create one PR for them all, or one for each package with = blockers for dependencies? >>=20 >> einar >=20 > Single PR should be fine. You may also consider creating a > Differential revision on our Phabricator. >=20 Thanks. I created a revision in Phabricator for all the ports. We=E2=80=99= ll see how it goes. If needed, I can chop it up into multiple revisions. .einar