Skip to content

Commit

Permalink
databases/R-cran-RSQLite: update to version 2.2.14
Browse files Browse the repository at this point in the history
Changes:
  * Upgrade bundled SQLite to version 3.38.5
  • Loading branch information
skreuzer committed May 7, 2022
1 parent eb0276d commit e3f0381
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
14 changes: 10 additions & 4 deletions databases/R-cran-RSQLite/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>

PORTNAME= RSQLite
PORTVERSION= 1.0.0
PORTREVISION= 5
PORTVERSION= 2.2.14
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}

Expand All @@ -11,8 +10,15 @@ COMMENT= Database Interface R driver for SQLite

LICENSE= LGPL20

BUILD_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI
RUN_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI
CRAN_DEPENDS= R-cran-DBI>=1.1.0:databases/R-cran-DBI \
R-cran-bit64>0:devel/R-cran-bit64 \
R-cran-blob>0:devel/R-cran-blob \
R-cran-memoise>0:devel/R-cran-memoise \
R-cran-Rcpp>0:devel/R-cran-Rcpp \
R-cran-pkgconfig>0:devel/R-cran-pkgconfig \
R-cran-plogr>0:devel/R-cran-plogr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}

USES= cran:auto-plist,compiles

Expand Down
5 changes: 3 additions & 2 deletions databases/R-cran-RSQLite/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (RSQLite_1.0.0.tar.gz) = 8e0cfca19afbc61f40c6d86018cd723a7e00f16d0944c4637f07a18fb6d76121
SIZE (RSQLite_1.0.0.tar.gz) = 1745731
TIMESTAMP = 1651944164
SHA256 (RSQLite_2.2.14.tar.gz) = 2ae36a875ebc02497985b2ad9ddc6a5434f576e2ab25769580749d9e4f3b607c
SIZE (RSQLite_2.2.14.tar.gz) = 3683851

0 comments on commit e3f0381

Please sign in to comment.