pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-magrittr
Module Name: pkgsrc
Committed By: mef
Date: Thu Apr 28 15:46:57 UTC 2022
Modified Files:
pkgsrc/devel/R-magrittr: Makefile distinfo
Log Message:
(devel/R-magrittr) Updated 2.0.1 to 2.0.3
# magrittr 2.0.3
* Fixed a C level protection issue in `%>%` (#256).
# magrittr 2.0.2
* New eager pipe `%!>%` for sequential evaluation (#247). Consider
using `force()` in your functions instead to make them strict, if
sequentiality is required. See the examples in `?"pipe-eager"`.
* Fixed an issue that could cause pipe invocations to fail in versions of
R built with `--enable-strict-barrier`. (#239, @kevinushey)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-magrittr/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-magrittr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-magrittr/Makefile
diff -u pkgsrc/devel/R-magrittr/Makefile:1.5 pkgsrc/devel/R-magrittr/Makefile:1.6
--- pkgsrc/devel/R-magrittr/Makefile:1.5 Sun Dec 13 23:51:10 2020
+++ pkgsrc/devel/R-magrittr/Makefile Thu Apr 28 15:46:57 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/12/13 23:51:10 mef Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/28 15:46:57 mef Exp $
R_PKGNAME= magrittr
-R_PKGVER= 2.0.1
+R_PKGVER= 2.0.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-magrittr/distinfo
diff -u pkgsrc/devel/R-magrittr/distinfo:1.4 pkgsrc/devel/R-magrittr/distinfo:1.5
--- pkgsrc/devel/R-magrittr/distinfo:1.4 Tue Oct 26 10:14:05 2021
+++ pkgsrc/devel/R-magrittr/distinfo Thu Apr 28 15:46:57 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:05 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/28 15:46:57 mef Exp $
-BLAKE2s (R/magrittr_2.0.1.tar.gz) = c0b34ef2a70191865e5fd6c8eebb2bf5fbd08a1cc4e5ef428a8eb2f95fa18888
-SHA512 (R/magrittr_2.0.1.tar.gz) = aa27f64ba09494a5afbe0263ec379c4a73110de45f43c6265437192c01c33a0df6dce98bd0ace021b2f380be84c040c7177b00c396842b3415d137e9e01896d2
-Size (R/magrittr_2.0.1.tar.gz) = 265580 bytes
+BLAKE2s (R/magrittr_2.0.3.tar.gz) = c30c91e9d81f2f23dea0fe74fb1242d6574e4fc1b953eef2870fbe3f542e1564
+SHA512 (R/magrittr_2.0.3.tar.gz) = 04c905bdbba0bf489f8170dee3dcc1bf41d85a8e79266ccd3df98d3b56ca4502e2e11acdc53c431c8f01e9b7fcdf1536018891535013fae7199e2c86b216e484
+Size (R/magrittr_2.0.3.tar.gz) = 267074 bytes
Home |
Main Index |
Thread Index |
Old Index