pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-stringi



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed May 20 06:02:40 UTC 2026

Modified Files:
        pkgsrc/textproc/R-stringi: Makefile distinfo

Log Message:
(textproc/R-stringi) Updated 1.8.4 to 1.8.7, fix against math/R 4.6.0

# Changelog
## 1.8.7 (2025-03-27)

* [BUGFIX] Fixed build warnings.

* [BUGFIX] #512: Fixed PROTECT stack imbalance in `stri_encode_from_marked`.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/R-stringi/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/R-stringi/distinfo

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

Modified files:

Index: pkgsrc/textproc/R-stringi/Makefile
diff -u pkgsrc/textproc/R-stringi/Makefile:1.38 pkgsrc/textproc/R-stringi/Makefile:1.39
--- pkgsrc/textproc/R-stringi/Makefile:1.38     Wed Jan  7 08:49:01 2026
+++ pkgsrc/textproc/R-stringi/Makefile  Wed May 20 06:02:40 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2026/01/07 08:49:01 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2026/05/20 06:02:40 mef Exp $
 
 R_PKGNAME=     stringi
-R_PKGVER=      1.8.4
-PKGREVISION=   2
+R_PKGVER=      1.8.7
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,8 +12,12 @@ TEST_DEPENDS+=       tex-latex-bin-[0-9]*:../.
 TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
-# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+
+# !pdfTeX error: pdflatex (file cm-super-ts1.enc): cannot open encoding file for
+
 TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= p5-TeXLive-TLUtils-[0-9]*:../../print/p5-TeXLive-TLUtils
+TEST_DEPENDS+= p5-TeXLive-TLConfig-[0-9]*:../../print/p5-TeXLive-TLConfig
 
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++

Index: pkgsrc/textproc/R-stringi/distinfo
diff -u pkgsrc/textproc/R-stringi/distinfo:1.12 pkgsrc/textproc/R-stringi/distinfo:1.13
--- pkgsrc/textproc/R-stringi/distinfo:1.12     Sat Jan  4 00:33:27 2025
+++ pkgsrc/textproc/R-stringi/distinfo  Wed May 20 06:02:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/01/04 00:33:27 mef Exp $
+$NetBSD: distinfo,v 1.13 2026/05/20 06:02:40 mef Exp $
 
-BLAKE2s (R/stringi_1.8.4.tar.gz) = 5881c26f33b891cc90db20f2b3afda0f9eecdd0ecdfcd08ff25cec129147ee77
-SHA512 (R/stringi_1.8.4.tar.gz) = 31558ca27e975de6a4612ab42f573f15cc0e04b4b96e27f128dcde64c4df0220a712d35ac6e6ea306474442563bed83a91de4eac007e224b481143dab62a3be7
-Size (R/stringi_1.8.4.tar.gz) = 11917497 bytes
+BLAKE2s (R/stringi_1.8.7.tar.gz) = e3d5e184b7165143106fb908c288d4b309cf98df5b3697444ee01dfcd30a6e5a
+SHA512 (R/stringi_1.8.7.tar.gz) = 76fcb8e9cce8946feaac1e387d1ed01b9b476c27c874d5d120bc4bdc9d47c8616784da6f79dae07dc8aebaa33b7d53aea37ab6457db83cb227a745355061e102
+Size (R/stringi_1.8.7.tar.gz) = 11910646 bytes



Home | Main Index | Thread Index | Old Index