pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-ellipsis
Module Name: pkgsrc
Committed By: mef
Date: Sat Oct 3 13:45:51 UTC 2020
Modified Files:
pkgsrc/math/R-ellipsis: Makefile distinfo
Log Message:
(math/R-ellipsis) Updated 0.3.0 to 0.3.1
# ellipsis 0.3.1
* Fixed an incompatibility with R devel.
* New `?dots_used` topic from which you can inherit documentation for
`...` documentation when the dots are passed to methods.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-ellipsis/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-ellipsis/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-ellipsis/Makefile
diff -u pkgsrc/math/R-ellipsis/Makefile:1.4 pkgsrc/math/R-ellipsis/Makefile:1.5
--- pkgsrc/math/R-ellipsis/Makefile:1.4 Sun Feb 9 11:53:47 2020
+++ pkgsrc/math/R-ellipsis/Makefile Sat Oct 3 13:45:51 2020
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2020/02/09 11:53:47 mef Exp $
+# $NetBSD: Makefile,v 1.5 2020/10/03 13:45:51 mef Exp $
R_PKGNAME= ellipsis
-R_PKGVER= 0.3.0
-CATEGORIES= math
+R_PKGVER= 0.3.1
+#ATEGORIES= math
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Tools for working with ...
+COMMENT= Collection of functions to catch problems and alert the user
LICENSE= gnu-gpl-v3
DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
Index: pkgsrc/math/R-ellipsis/distinfo
diff -u pkgsrc/math/R-ellipsis/distinfo:1.2 pkgsrc/math/R-ellipsis/distinfo:1.3
--- pkgsrc/math/R-ellipsis/distinfo:1.2 Sun Feb 9 11:53:47 2020
+++ pkgsrc/math/R-ellipsis/distinfo Sat Oct 3 13:45:51 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/02/09 11:53:47 mef Exp $
+$NetBSD: distinfo,v 1.3 2020/10/03 13:45:51 mef Exp $
-SHA1 (R/ellipsis_0.3.0.tar.gz) = b5892d186cb67da23d0ffd2dc5cae722c41e9720
-RMD160 (R/ellipsis_0.3.0.tar.gz) = 82bf3f2797bb037c5bac45735ae806a9e66d6c06
-SHA512 (R/ellipsis_0.3.0.tar.gz) = 85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea
-Size (R/ellipsis_0.3.0.tar.gz) = 7371 bytes
+SHA1 (R/ellipsis_0.3.1.tar.gz) = bb3cd05ae22cbcec7fe932eca591c74eb59ae136
+RMD160 (R/ellipsis_0.3.1.tar.gz) = 49321506f83728fd428d1e26d27031d4eb5329cc
+SHA512 (R/ellipsis_0.3.1.tar.gz) = a8752e3cc52e13ec9503eeb19956ab604a6d1588b892501a14493697dc829507b5cdd64a361de4469c37420c0ba85cde44ca7a24c5e016b9dfc817d5666fe328
+Size (R/ellipsis_0.3.1.tar.gz) = 7582 bytes
Home |
Main Index |
Thread Index |
Old Index