gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9083: update r to 4.2.3


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9083: update r to 4.2.3
Date: Sat, 18 Mar 2023 14:33:23 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9083
revision-id: carlhansen@gnu.org-20230318183315-ycsel5k72ftirh00
parent: carlhansen@gnu.org-20230318051342-haplxu4t9mdjhm3q
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Sat 2023-03-18 11:33:15 -0700
message:
  update r to 4.2.3
modified:
  pkg/gnu/r/Makefile             makefile-20160617014725-uokjfnggs70iry9h-1617
=== modified file 'pkg/gnu/r/Makefile'
--- a/pkg/gnu/r/Makefile        2022-11-07 03:20:27 +0000
+++ b/pkg/gnu/r/Makefile        2023-03-18 18:33:15 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014, 2015, 2016, 2017 Brandon Invergo 
<brandon@invergo.net>
-# Copyright © 2018, 2019, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018, 2019, 2022-2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,8 +23,9 @@
 NAME = R
 GARNAME = r
 UPSTREAMNAME = R
-GARVERSION = 4.2.2
+GARVERSION = 4.2.3
 HOME_URL = http://cran.r-project.org 
+# mirrors https://cran.r-project.org/mirrors.html
 DESCRIPTION = Environment for statistical computing and graphics
 define BLURB
 R is a language and environment for statistical computing and
@@ -37,7 +38,7 @@
 endef
 
 ######################################################################
-
+# see https://cran.r-project.org/mirrors.html
 MASTER_SITES = http://cran.r-project.org/src/base/
 MASTER_SUBDIR = R-4/
 DISTFILES = $(DISTNAME).tar.gz
@@ -49,8 +50,10 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
 CONFIGURE_ARGS += --without-included-gettext
 #--without-tcltk --without-x
+
+


reply via email to

[Prev in Thread] Current Thread [Next in Thread]