Skip to content

Commit

Permalink
(databases/R-RSQLite) Updated 2.1.2 to 2.2.0. make test fails for mis…
Browse files Browse the repository at this point in the history
…sing 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()`.
  • Loading branch information
mef committed Sep 20, 2020
1 parent 5fba253 commit cbffb66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions databases/R-RSQLite/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,7 +12,7 @@ DEPENDS+= R-bit64>=0.9.7:../../devel/R-bit64
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++

Expand Down
10 changes: 5 additions & 5 deletions databases/R-RSQLite/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cbffb66

Please sign in to comment.