pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-readstata13
Module Name: pkgsrc
Committed By: mef
Date: Fri Jan 3 11:14:49 UTC 2025
Modified Files:
pkgsrc/textproc/R-readstata13: Makefile distinfo
Log Message:
(textproc/R-readstata13) Updated 0.10.0 to 0.10.1, make test passed
[0.10.1]
- fix writing "NA", NA_character_ values
- fix writing of STRLs in big endian systems
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/R-readstata13/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-readstata13/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-readstata13/Makefile
diff -u pkgsrc/textproc/R-readstata13/Makefile:1.3 pkgsrc/textproc/R-readstata13/Makefile:1.4
--- pkgsrc/textproc/R-readstata13/Makefile:1.3 Sat Sep 11 01:29:30 2021
+++ pkgsrc/textproc/R-readstata13/Makefile Fri Jan 3 11:14:49 2025
@@ -1,13 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2021/09/11 01:29:30 mef Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/03 11:14:49 mef Exp $
R_PKGNAME= readstata13
-R_PKGVER= 0.10.0
+R_PKGVER= 0.10.1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Import 'Stata' data files
LICENSE= gnu-gpl-v2
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+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= c c++ fortran
.include "../../math/R/Makefile.extension"
Index: pkgsrc/textproc/R-readstata13/distinfo
diff -u pkgsrc/textproc/R-readstata13/distinfo:1.5 pkgsrc/textproc/R-readstata13/distinfo:1.6
--- pkgsrc/textproc/R-readstata13/distinfo:1.5 Tue Oct 26 11:21:31 2021
+++ pkgsrc/textproc/R-readstata13/distinfo Fri Jan 3 11:14:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:21:31 nia Exp $
+$NetBSD: distinfo,v 1.6 2025/01/03 11:14:49 mef Exp $
-BLAKE2s (R/readstata13_0.10.0.tar.gz) = c52d86178da3fa1b700a57bf6782c1c894d899fc411335675ef6a852052c9b48
-SHA512 (R/readstata13_0.10.0.tar.gz) = b17cd615cb1c17727d75e05c0c93aa325fa313b84d12b1e09e3887ae88cd70e699131bcab98718a430572ef39a8973622651ea00a9c4780010d97d4b76d7d8cd
-Size (R/readstata13_0.10.0.tar.gz) = 64282 bytes
+BLAKE2s (R/readstata13_0.10.1.tar.gz) = 6b39c2df89803d16690f31c9e46780a563c8501c610848de2bd2c7a5aa91377c
+SHA512 (R/readstata13_0.10.1.tar.gz) = b60e9df1598bae9abca5a5d4e3729c9fb7025625ccf9959d338e5ff5fa984ddeae24a7f2fb7502ed6bd87600d2f50baa973f0414da0426835a7f86a33dde94ae
+Size (R/readstata13_0.10.1.tar.gz) = 64795 bytes
Home |
Main Index |
Thread Index |
Old Index