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:           Mon Dec 21 11:09:11 UTC 2020

Modified Files:
        pkgsrc/archivers/R-zip: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/R-zip/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/archivers/R-zip/Makefile:1.4
--- pkgsrc/archivers/R-zip/Makefile:1.3 Sat Feb 15 23:56:34 2020
+++ pkgsrc/archivers/R-zip/Makefile     Mon Dec 21 11:09:11 2020
@@ -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@localhost

Index: pkgsrc/archivers/R-zip/distinfo
diff -u pkgsrc/archivers/R-zip/distinfo:1.2 pkgsrc/archivers/R-zip/distinfo:1.3
--- pkgsrc/archivers/R-zip/distinfo:1.2 Sat Feb 15 23:56:34 2020
+++ pkgsrc/archivers/R-zip/distinfo     Mon Dec 21 11:09:11 2020
@@ -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



Home | Main Index | Thread Index | Old Index