pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/R-RSQLite
Module Name: pkgsrc
Committed By: mef
Date: Sun Sep 20 14:34:25 UTC 2020
Modified Files:
pkgsrc/databases/R-RSQLite: Makefile distinfo
Log Message:
(databases/R-RSQLite) Updated 2.1.2 to 2.2.0. make test fails for missing TEST_DEPENDS.
# RSQLite 2.2.0
- Avoid mangling column names (#259).
# RSQLite 2.1.5
- Upgrade bundled sqlite version to 3.30.1.
- Implement `dbGetInfo()` for driver and connection objects (#117).
- Remove custom `dbListFields()` method (#228).
- Only export relevant symbols to the shared library (#303, @troels).
- Fulfill requirements for CII badge (#300, @TSchiefer).
# RSQLite 2.1.4
- Replace `std::mem_fn()` by `boost::mem_fn()` which works for older compilers.
# RSQLite 2.1.3
- Replace `std::mem_fun_ref()` by `std::mem_fn()`.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/R-RSQLite/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/R-RSQLite/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/R-RSQLite/Makefile
diff -u pkgsrc/databases/R-RSQLite/Makefile:1.4 pkgsrc/databases/R-RSQLite/Makefile:1.5
--- pkgsrc/databases/R-RSQLite/Makefile:1.4 Thu Aug 8 19:53:37 2019
+++ pkgsrc/databases/R-RSQLite/Makefile Sun Sep 20 14:34:25 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:37 brook Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/20 14:34:25 mef Exp $
R_PKGNAME= RSQLite
-R_PKGVER= 2.1.2
+R_PKGVER= 2.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +12,7 @@ DEPENDS+= R-bit64>=0.9.7:../../devel/R-b
DEPENDS+= R-blob>=1.2.0:../../devel/R-blob
DEPENDS+= R-memoise>=1.1.0:../../devel/R-memoise
DEPENDS+= R-pkgconfig>=2.0.2:../../devel/R-pkgconfig
-DEPENDS+= R-DBI>=1.0.0:../../math/R-DBI
+DEPENDS+= R-DBI>=1.1.0:../../math/R-DBI
USE_LANGUAGES+= c c++
Index: pkgsrc/databases/R-RSQLite/distinfo
diff -u pkgsrc/databases/R-RSQLite/distinfo:1.3 pkgsrc/databases/R-RSQLite/distinfo:1.4
--- pkgsrc/databases/R-RSQLite/distinfo:1.3 Wed Jul 31 14:36:45 2019
+++ pkgsrc/databases/R-RSQLite/distinfo Sun Sep 20 14:34:25 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/07/31 14:36:45 brook Exp $
+$NetBSD: distinfo,v 1.4 2020/09/20 14:34:25 mef Exp $
-SHA1 (R/RSQLite_2.1.2.tar.gz) = 2d2b3f2dff51c759ef52557d4b17aabb8267f4fa
-RMD160 (R/RSQLite_2.1.2.tar.gz) = 9591a29336c586a4da21d8f37487ba9743f3b3fe
-SHA512 (R/RSQLite_2.1.2.tar.gz) = 1009a37da7d4c2f5c7385c39bcce3c9c1188f47b1877a4f48c5c2c963242b874afa6d2e9f4e3f575e39c8eb092c0c027bb589dbdb8971ceabd155c8a33946754
-Size (R/RSQLite_2.1.2.tar.gz) = 2360815 bytes
+SHA1 (R/RSQLite_2.2.0.tar.gz) = 6a1024ba27d9980af695cb030a49916c80b08ce5
+RMD160 (R/RSQLite_2.2.0.tar.gz) = ddb06cd6f788a16c64461b672e8c184c9494f3ff
+SHA512 (R/RSQLite_2.2.0.tar.gz) = 4059fa9b0d33457ff5500c3257d4b1ea73c6b5cd546e33797574de36f11adf3f109b05fe8e8b31fb181b984685fca1123b09a07617c8a97a5b42508425618a5d
+Size (R/RSQLite_2.2.0.tar.gz) = 2373785 bytes
Home |
Main Index |
Thread Index |
Old Index