pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/R-zip
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 8 06:53:43 UTC 2025
Modified Files:
pkgsrc/archivers/R-zip: Makefile distinfo
Log Message:
(archivers/R-zip) Updated 2.3.1 to 2.3.2
# zip 2.3.2
* `zip_list()` now returns a `tbl` object, and loads the pillar package,
if installed, to produce the nicer output for long data frames.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/R-zip/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/R-zip/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/R-zip/Makefile
diff -u pkgsrc/archivers/R-zip/Makefile:1.7 pkgsrc/archivers/R-zip/Makefile:1.8
--- pkgsrc/archivers/R-zip/Makefile:1.7 Fri Oct 18 22:54:56 2024
+++ pkgsrc/archivers/R-zip/Makefile Sat Feb 8 06:53:43 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2024/10/18 22:54:56 mef Exp $
+# $NetBSD: Makefile,v 1.8 2025/02/08 06:53:43 mef Exp $
R_PKGNAME= zip
-R_PKGVER= 2.3.1
+R_PKGVER= 2.3.2
CATEGORIES= archivers
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -13,7 +13,15 @@ TEST_DEPENDS+= R-processx-[0-9]*:../../s
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
-TEST_DEPENDS+= tex-texlive.infra-[0-9]*:../../print/tex-texlive.infra
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+# mktexpk is here: but no luck
+#EST_DEPENDS+= tex-texlive-scripts-[0-9]*:../../print/tex-texlive-scripts
+
+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
Index: pkgsrc/archivers/R-zip/distinfo
diff -u pkgsrc/archivers/R-zip/distinfo:1.8 pkgsrc/archivers/R-zip/distinfo:1.9
--- pkgsrc/archivers/R-zip/distinfo:1.8 Fri Oct 18 22:54:56 2024
+++ pkgsrc/archivers/R-zip/distinfo Sat Feb 8 06:53:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/10/18 22:54:56 mef Exp $
+$NetBSD: distinfo,v 1.9 2025/02/08 06:53:43 mef Exp $
-BLAKE2s (R/zip_2.3.1.tar.gz) = 488f835f607bc4ba91b5500fe6d42c7dd7dc38260eb2d9c1dbf54f734eb599a9
-SHA512 (R/zip_2.3.1.tar.gz) = 6cb08fbf5312d4d5de7fa8cb4936e88b586d2de85753e95f6a2dc0fb48d2dcc7c7641f1131a5344e2b9d7e3d814bced5f8612e577ae457e36103101cb1beefb1
-Size (R/zip_2.3.1.tar.gz) = 111280 bytes
+BLAKE2s (R/zip_2.3.2.tar.gz) = 4883aa4cab293e27bc85922df1424aea3e2ee2a1f58c57d6cd68adb8012f4e1b
+SHA512 (R/zip_2.3.2.tar.gz) = 68aa01515a9879f18168b1522828f2096069f8656e8fa0183a237632b818ce95321d4a03f9f92607b3e49e54410a0ef2cb8f9c34a6fb947587854bf7128e4fce
+Size (R/zip_2.3.2.tar.gz) = 113313 bytes
Home |
Main Index |
Thread Index |
Old Index