Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BA7501A923A for ; Tue, 7 Dec 2021 12:42:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0079684E86; Tue, 7 Dec 2021 12:42:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3AA6184E82 for ; Tue, 7 Dec 2021 12:42:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1qtoh8OPdO1k for ; Tue, 7 Dec 2021 12:42:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B0FA484D2C for ; Tue, 7 Dec 2021 12:42:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE39DFAEC; Tue, 7 Dec 2021 12:42:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638880935282870" MIME-Version: 1.0 Date: Tue, 7 Dec 2021 12:42:15 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/math/R To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20211207124215.AE39DFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638880935282870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Dec 7 12:42:15 UTC 2021 Modified Files: pkgsrc/math/R: Makefile PLIST.Darwin Log Message: R: Fix PLIST.Darwin yet again. Add a comment to the Makefile to hopefully avoid macOS users constantly being broken on every update. To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 pkgsrc/math/R/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R/PLIST.Darwin Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638880935282870 Content-Disposition: inline Content-Length: 1417 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R/Makefile diff -u pkgsrc/math/R/Makefile:1.227 pkgsrc/math/R/Makefile:1.228 --- pkgsrc/math/R/Makefile:1.227 Thu Nov 4 14:38:47 2021 +++ pkgsrc/math/R/Makefile Tue Dec 7 12:42:15 2021 @@ -1,5 +1,9 @@ -# $NetBSD: Makefile,v 1.227 2021/11/04 14:38:47 wen Exp $ +# $NetBSD: Makefile,v 1.228 2021/12/07 12:42:15 jperkin Exp $ +# +# If updating this package, please try to ensure PLIST.Darwin is kept in sync +# to avoid unnecessarily breaking macOS users. +# DISTNAME= R-4.1.2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-4/} Index: pkgsrc/math/R/PLIST.Darwin diff -u pkgsrc/math/R/PLIST.Darwin:1.10 pkgsrc/math/R/PLIST.Darwin:1.11 --- pkgsrc/math/R/PLIST.Darwin:1.10 Mon Sep 6 10:20:07 2021 +++ pkgsrc/math/R/PLIST.Darwin Tue Dec 7 12:42:15 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.Darwin,v 1.10 2021/09/06 10:20:07 jperkin Exp $ +@comment $NetBSD: PLIST.Darwin,v 1.11 2021/12/07 12:42:15 jperkin Exp $ @comment @comment The configure script has explicit check for darwin and sets @comment --with-internal-tzcode=yes @@ -555,6 +555,7 @@ lib/R/share/zoneinfo/Pacific/Guadalcanal lib/R/share/zoneinfo/Pacific/Guam lib/R/share/zoneinfo/Pacific/Honolulu lib/R/share/zoneinfo/Pacific/Johnston +lib/R/share/zoneinfo/Pacific/Kanton lib/R/share/zoneinfo/Pacific/Kiritimati lib/R/share/zoneinfo/Pacific/Kosrae lib/R/share/zoneinfo/Pacific/Kwajalein --_----------=_1638880935282870--