pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-unitizer



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Oct 20 22:19:12 UTC 2024

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

Log Message:
(devel/R-unitizer) Updated 1.4.20 to 1.4.21, make test fails with Font issue (Re: tex-ec)

## v1.4.21

* Suppress test caused to fail by checks added to `parent.env<-` in r-devel r86545.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-unitizer/Makefile \
    pkgsrc/devel/R-unitizer/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-unitizer/Makefile
diff -u pkgsrc/devel/R-unitizer/Makefile:1.1 pkgsrc/devel/R-unitizer/Makefile:1.2
--- pkgsrc/devel/R-unitizer/Makefile:1.1        Sat Jan 20 07:11:24 2024
+++ pkgsrc/devel/R-unitizer/Makefile    Sun Oct 20 22:19:11 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/01/20 07:11:24 mef Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/20 22:19:11 mef Exp $
 
 R_PKGNAME=     unitizer
-R_PKGVER=      1.4.20
+R_PKGVER=      1.4.21
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,7 +13,14 @@ DEPENDS+=    R-diffobj-[0-9]*:../../devel/R
 
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/R-unitizer/distinfo
diff -u pkgsrc/devel/R-unitizer/distinfo:1.1 pkgsrc/devel/R-unitizer/distinfo:1.2
--- pkgsrc/devel/R-unitizer/distinfo:1.1        Sat Jan 20 07:11:24 2024
+++ pkgsrc/devel/R-unitizer/distinfo    Sun Oct 20 22:19:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/01/20 07:11:24 mef Exp $
+$NetBSD: distinfo,v 1.2 2024/10/20 22:19:11 mef Exp $
 
-BLAKE2s (R/unitizer_1.4.20.tar.gz) = 234fc0165408c59e2ac332b6bf49aea3d8a5e0e14f147b61f72d11a2ef33d21c
-SHA512 (R/unitizer_1.4.20.tar.gz) = 8c6d3e0509e86fc713e6a9b929ad15a9b54747c75698af68dfa3e0727b45e1ed6a7f627bc578aa7cda90e5cd273dfe8b85abdf02c1f5a9e471562f12ab5b855a
-Size (R/unitizer_1.4.20.tar.gz) = 609311 bytes
+BLAKE2s (R/unitizer_1.4.21.tar.gz) = 323c917ad6dd10849a97c166cc500e6baa9041bbc2281a5f441c8389eb1a421f
+SHA512 (R/unitizer_1.4.21.tar.gz) = d6f9a0a63084a9526761bc5ed406663ffa80d23dde3f116f6a07b1488bc809e6814846db6b2ad0bbb954223be37f9591be852908ddaef388cecdd87914e309e5
+Size (R/unitizer_1.4.21.tar.gz) = 609647 bytes



Home | Main Index | Thread Index | Old Index