summaryrefslogtreecommitdiff
path: root/archivers/R-zip
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-12-21 11:09:11 +0000
committermef <mef@pkgsrc.org>2020-12-21 11:09:11 +0000
commit48e37130a619dea857ac679608ba7257e3407ca2 (patch)
treedb41d11bef63686c491aa7beb6ba294a026ef70b /archivers/R-zip
parent142f08bc12db14dbce84c39432cdb48e024425bd (diff)
downloadpkgsrc-48e37130a619dea857ac679608ba7257e3407ca2.tar.gz
(archivers/R-zip) Updated 2.0.4 to 2.1.1
# 2.1.1 This version has no user visible changes. # 2.1.0 * `unzip_process()` now does not fail randomly on Windows (#60). * Now all functions handle Unicode paths correctly, on Windows as well (#42, #53). * `unzip_process()` now works when R library is on different drive than `exdir` on Windows (#45) * zip functions now have a `mode` argument to choose how files and directories are assembled into the archive. See the docs for details. * zip functions now have a `root` argument, zip changes the working directory to this before creating the archive, so all files are relative to `root`. * `zip()` and `zip_append()` are not deprecated any more, as it was hard to achieve the same functionality with the other zip functions.
Diffstat (limited to 'archivers/R-zip')
-rw-r--r--archivers/R-zip/Makefile4
-rw-r--r--archivers/R-zip/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/R-zip/Makefile b/archivers/R-zip/Makefile
index 8a8893cc9cb..e47580f0fdf 100644
--- a/archivers/R-zip/Makefile
+++ b/archivers/R-zip/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/02/15 23:56:34 mef Exp $
+# $NetBSD: Makefile,v 1.4 2020/12/21 11:09:11 mef Exp $
R_PKGNAME= zip
-R_PKGVER= 2.0.4
+R_PKGVER= 2.1.1
CATEGORIES= archivers
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/archivers/R-zip/distinfo b/archivers/R-zip/distinfo
index 34766c9847f..0cf843b778d 100644
--- a/archivers/R-zip/distinfo
+++ b/archivers/R-zip/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/02/15 23:56:34 mef Exp $
+$NetBSD: distinfo,v 1.3 2020/12/21 11:09:11 mef Exp $
-SHA1 (R/zip_2.0.4.tar.gz) = 56402539671793af07dc52d9a10efa307d7c04f1
-RMD160 (R/zip_2.0.4.tar.gz) = 62c12572e7564a5eeafdb6062f3ed97b30828471
-SHA512 (R/zip_2.0.4.tar.gz) = 04957eced3f1695585c79d276fb023417b5f7ce05351e607cc49499e18256a39928c47042325f0e1511e778fa8b9c92c8df7de8d173f1332eca87a2f955babda
-Size (R/zip_2.0.4.tar.gz) = 97756 bytes
+SHA1 (R/zip_2.1.1.tar.gz) = 1d53f0db91d9af9e185343f7cce5f1b8c24844c4
+RMD160 (R/zip_2.1.1.tar.gz) = 5488c6508f0027e2526f3236cc75bbd433422fdc
+SHA512 (R/zip_2.1.1.tar.gz) = 17831001fc767154425b19a230e07cbe50797fe3e767a680da70daa5c49634f48f2731f0260bc54c18a41219d8a30f3df5f10246435793ad183638794b025a24
+Size (R/zip_2.1.1.tar.gz) = 112865 bytes