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:           Sun Feb  9 11:53:47 UTC 2020

Modified Files:
        pkgsrc/math/R-ellipsis: Makefile distinfo

Log Message:
(math/ellipsis) Updated to 0.3.0

# ellipsis 0.3.0
* `check_dots_used()`, `check_dots_unnamed()`, and `check_dots_empty()` gain an
  `action` argument, to specify if they should error, warn, message or signal
  when the dots meet the condition.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-ellipsis/Makefile
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/math/R-ellipsis/Makefile:1.4
--- pkgsrc/math/R-ellipsis/Makefile:1.3 Sun Oct 13 12:22:27 2019
+++ pkgsrc/math/R-ellipsis/Makefile     Sun Feb  9 11:53:47 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/10/13 12:22:27 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/09 11:53:47 mef Exp $
 
 R_PKGNAME=     ellipsis
-R_PKGVER=      0.2.0.1
+R_PKGVER=      0.3.0
 CATEGORIES=    math
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/math/R-ellipsis/distinfo
diff -u pkgsrc/math/R-ellipsis/distinfo:1.1 pkgsrc/math/R-ellipsis/distinfo:1.2
--- pkgsrc/math/R-ellipsis/distinfo:1.1 Wed Jul 31 13:13:39 2019
+++ pkgsrc/math/R-ellipsis/distinfo     Sun Feb  9 11:53:47 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/07/31 13:13:39 brook Exp $
+$NetBSD: distinfo,v 1.2 2020/02/09 11:53:47 mef Exp $
 
-SHA1 (R/ellipsis_0.2.0.1.tar.gz) = 6f68eb3196b40d640448c0d612cc3d133d52b5cc
-RMD160 (R/ellipsis_0.2.0.1.tar.gz) = 9bb251f123806b9a5cbe7993fe5f1310949fa71f
-SHA512 (R/ellipsis_0.2.0.1.tar.gz) = e38a149d8fdc83c694bae2c1a07ad2e1974680e84d2bef304fcddb51eff6ca8994cd01c3cbd8746541b99e8c36938017896d02e22348c2879e17a1c0789003fe
-Size (R/ellipsis_0.2.0.1.tar.gz) = 7045 bytes
+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



Home | Main Index | Thread Index | Old Index