diff options
author | mef <mef@pkgsrc.org> | 2020-12-21 11:09:11 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-12-21 11:09:11 +0000 |
commit | 48e37130a619dea857ac679608ba7257e3407ca2 (patch) | |
tree | db41d11bef63686c491aa7beb6ba294a026ef70b /archivers/R-zip/Makefile | |
parent | 142f08bc12db14dbce84c39432cdb48e024425bd (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | archivers/R-zip/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |