pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-R.utils



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 20 03:27:16 UTC 2024

Modified Files:
        pkgsrc/devel/R-R.utils: Makefile distinfo

Log Message:
(devel/R-R.utils) Updated 2.12.2 to 2.12.3

# Version 2.12.3 [2022-11-16]

## Documentation

 * Fix various Rd issues.

## Miscellaneous

 * The unit tests on absolute and relative paths would fail on MS Windows
   where the `HOME` folder was a subfolder directly under the drive, e.g.
   `HOME=C:\msys64`.

## Bug Fixes

 * Package would fail to install in R-devel when it introduces the new
   **base** package function `use()`.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-R.utils/Makefile \
    pkgsrc/devel/R-R.utils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-R.utils/Makefile
diff -u pkgsrc/devel/R-R.utils/Makefile:1.5 pkgsrc/devel/R-R.utils/Makefile:1.6
--- pkgsrc/devel/R-R.utils/Makefile:1.5 Sat Dec 17 23:48:27 2022
+++ pkgsrc/devel/R-R.utils/Makefile     Sat Jan 20 03:27:16 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/12/17 23:48:27 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/01/20 03:27:16 mef Exp $
 
 R_PKGNAME=     R.utils
-R_PKGVER=      2.12.2
+R_PKGVER=      2.12.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,8 +11,12 @@ LICENSE=     gnu-lgpl-v2.1
 DEPENDS+=      R-R.methodsS3-[0-9]*:../../devel/R-R.methodsS3
 DEPENDS+=      R-R.oo-[0-9]*:../../devel/R-R.oo
 
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+
 TEST_DEPENDS+= R-R.oo-[0-9]*:../../devel/R-R.oo
 TEST_DEPENDS+= R-R.methodsS3-[0-9]*:../../devel/R-R.methodsS3
+TEST_DEPENDS+= R-digest-[0-9]*:../../security/R-digest
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/R-R.utils/distinfo
diff -u pkgsrc/devel/R-R.utils/distinfo:1.5 pkgsrc/devel/R-R.utils/distinfo:1.6
--- pkgsrc/devel/R-R.utils/distinfo:1.5 Sat Dec 17 23:48:27 2022
+++ pkgsrc/devel/R-R.utils/distinfo     Sat Jan 20 03:27:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/12/17 23:48:27 mef Exp $
+$NetBSD: distinfo,v 1.6 2024/01/20 03:27:16 mef Exp $
 
-BLAKE2s (R/R.utils_2.12.2.tar.gz) = 3b4e7c6c1247d21d1558bc04109fd60c390f3113ac44352bcaf2f82cfd421d2a
-SHA512 (R/R.utils_2.12.2.tar.gz) = 39ff53c16bc1169a7a42e954c4054252da629f11088bc2a5f62fa7c8954056263886230aa526edeb80fd9c2e8db7e175313ac632802132d7bf15cd4bc5822e46
-Size (R/R.utils_2.12.2.tar.gz) = 365876 bytes
+BLAKE2s (R/R.utils_2.12.3.tar.gz) = eec9039e7e00440897fb2948c969fc9a5dc190498508d975a115b9713a3f23f2
+SHA512 (R/R.utils_2.12.3.tar.gz) = 07973886c484f6b7a4e27908bbf9b5ff3707cbd096ab24d3c389c12c6367553b8af4aecbe7693c92f1ee8f390f74e8192ddb79b2a7e2cf44cde565920e7bbdef
+Size (R/R.utils_2.12.3.tar.gz) = 364188 bytes



Home | Main Index | Thread Index | Old Index