Received: by mail.netbsd.org (Postfix, from userid 605) id B1E9784D6D; Fri, 17 Jul 2020 11:46:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3846784D66 for ; Fri, 17 Jul 2020 11:46:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id U-oOtfICHm59 for ; Fri, 17 Jul 2020 11:46:09 +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 7985284D52 for ; Fri, 17 Jul 2020 11:46:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 669E5FB28; Fri, 17 Jul 2020 11:46:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594986369172950" MIME-Version: 1.0 Date: Fri, 17 Jul 2020 11:46:09 +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: <20200717114609.669E5FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594986369172950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Jul 17 11:46:09 UTC 2020 Modified Files: pkgsrc/math/R: PLIST.Darwin Log Message: R: Fix PLIST.Darwin for previous update. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R/PLIST.Darwin Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594986369172950 Content-Disposition: inline Content-Length: 878 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R/PLIST.Darwin diff -u pkgsrc/math/R/PLIST.Darwin:1.8 pkgsrc/math/R/PLIST.Darwin:1.9 --- pkgsrc/math/R/PLIST.Darwin:1.8 Sun Jun 23 19:48:55 2019 +++ pkgsrc/math/R/PLIST.Darwin Fri Jul 17 11:46:09 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.Darwin,v 1.8 2019/06/23 19:48:55 brook Exp $ +@comment $NetBSD: PLIST.Darwin,v 1.9 2020/07/17 11:46:09 jperkin Exp $ @comment @comment The configure script has explicit check for darwin and sets @comment --with-internal-tzcode=yes @@ -187,6 +187,7 @@ lib/R/share/zoneinfo/America/Noronha lib/R/share/zoneinfo/America/North_Dakota/Beulah lib/R/share/zoneinfo/America/North_Dakota/Center lib/R/share/zoneinfo/America/North_Dakota/New_Salem +lib/R/share/zoneinfo/America/Nuuk lib/R/share/zoneinfo/America/Ojinaga lib/R/share/zoneinfo/America/Panama lib/R/share/zoneinfo/America/Pangnirtung --_----------=_1594986369172950--