pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R R: Fix PLIST.Darwin yet again.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e8fc4dd2899
branches:  trunk
changeset: 770706:0e8fc4dd2899
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Dec 07 12:42:15 2021 +0000

description:
R: Fix PLIST.Darwin yet again.

Add a comment to the Makefile to hopefully avoid macOS users constantly being
broken on every update.

diffstat:

 math/R/Makefile     |  6 +++++-
 math/R/PLIST.Darwin |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 755f39366f5e -r 0e8fc4dd2899 math/R/Makefile
--- a/math/R/Makefile   Tue Dec 07 12:24:22 2021 +0000
+++ b/math/R/Makefile   Tue Dec 07 12:42:15 2021 +0000
@@ -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/}
diff -r 755f39366f5e -r 0e8fc4dd2899 math/R/PLIST.Darwin
--- a/math/R/PLIST.Darwin       Tue Dec 07 12:24:22 2021 +0000
+++ b/math/R/PLIST.Darwin       Tue Dec 07 12:42:15 2021 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index