pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pkgKitten



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Oct 19 21:55:28 UTC 2024

Modified Files:
        pkgsrc/devel/R-pkgKitten: Makefile distinfo

Log Message:
(devel/R-pkgKitten) Updated 0.2.3 to 0.2.4

(R CMD Rd2txt pkgKitten/inst/NEWS.Rd|head -20)
Changes in version 0.2.4 (2024-08-30):

        * The .Rbuildignore stanza now includes .github

        * The support of and usage illustrations of 'tinytest' are much
          enhanced (Paul Hudor in #18 adressing #19 and #20)

        * The .gitignore file now includes C++ related files

        * Improvements and polish to badges and continuous integration

        * The DESCRIPTION file now contains an Authors@R entry


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-pkgKitten/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-pkgKitten/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-pkgKitten/Makefile
diff -u pkgsrc/devel/R-pkgKitten/Makefile:1.5 pkgsrc/devel/R-pkgKitten/Makefile:1.6
--- pkgsrc/devel/R-pkgKitten/Makefile:1.5       Thu Jun 15 11:06:53 2023
+++ pkgsrc/devel/R-pkgKitten/Makefile   Sat Oct 19 21:55:28 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/06/15 11:06:53 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/19 21:55:28 mef Exp $
 
 R_PKGNAME=     pkgKitten
-R_PKGVER=      0.2.3
+R_PKGVER=      0.2.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,6 +12,12 @@ TEST_DEPENDS+=       R-roxygen2-[0-9]*:../../d
 TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
 TEST_DEPENDS+= R-whoami-[0-9]*:../../devel/R-whoami
 
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/devel/R-pkgKitten/distinfo
diff -u pkgsrc/devel/R-pkgKitten/distinfo:1.6 pkgsrc/devel/R-pkgKitten/distinfo:1.7
--- pkgsrc/devel/R-pkgKitten/distinfo:1.6       Thu Jun 15 11:06:53 2023
+++ pkgsrc/devel/R-pkgKitten/distinfo   Sat Oct 19 21:55:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/06/15 11:06:53 mef Exp $
+$NetBSD: distinfo,v 1.7 2024/10/19 21:55:28 mef Exp $
 
-BLAKE2s (R/pkgKitten_0.2.3.tar.gz) = e80c4dc7d6e99ead4ebc1e32a391b63921f3f6f7d6263feeaf983aec1acefba2
-SHA512 (R/pkgKitten_0.2.3.tar.gz) = 013417008699a9efa49905d1149b348dd8941f4b2a991fb7801868316ed706e50702695a8865dcb8a20a4bfbb0a6ddbd49c3540ba7d7978dde5048e1fbb0a3a5
-Size (R/pkgKitten_0.2.3.tar.gz) = 9802 bytes
+BLAKE2s (R/pkgKitten_0.2.4.tar.gz) = e63b892f2441c550f065a9cbe28dd2ec1c527a9971ea8d7a16e3725f3b8dc73d
+SHA512 (R/pkgKitten_0.2.4.tar.gz) = de30e822afcc5c7b99aba10cba4329206ec20ee3626f241000f2e43c2b85215e7dddbebe394eb843ce6cba587d46e7cdff19a057e80713729c861b4d87f8195d
+Size (R/pkgKitten_0.2.4.tar.gz) = 11381 bytes



Home | Main Index | Thread Index | Old Index