databases/R-cran-RSQLite: update 0.11.2 -> 0.11.4
- Fix RUN_DEPENDS variable assignment - Pet portlint - Maintainer's timeout PR: 190803 Submitted by: Bartek Rutkowski <robak@FreeBSD.org> Approved by: mentors (implicit)
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= RSQLite
|
||||
PORTVERSION= 0.11.2
|
||||
PORTREVISION= 7
|
||||
PORTVERSION= 0.11.4
|
||||
CATEGORIES= databases
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
@@ -13,7 +12,7 @@ COMMENT= Database Interface R driver for SQLite
|
||||
LICENSE= LGPL20
|
||||
|
||||
BUILD_DEPENDS= R-cran-DBI>=0.2.5:${PORTSDIR}/databases/R-cran-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= R-cran-DBI>=0.2.5:${PORTSDIR}/databases/R-cran-DBI
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (RSQLite_0.11.2.tar.gz) = 53d3a522be5cb939e27985181394adafe5c8905d70d0a3342edb284fa1f72479
|
||||
SIZE (RSQLite_0.11.2.tar.gz) = 1556989
|
||||
SHA256 (RSQLite_0.11.4.tar.gz) = bba0cbf2a1a3120d667a731da1ca5b9bd4db23b813e1abf6f51fb01540c2000c
|
||||
SIZE (RSQLite_0.11.4.tar.gz) = 1599919
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Database Interface R driver for SQLite. This package embeds the SQLite database
|
||||
engine in R and provides an interface compliant with the DBI package.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/RSQLite/
|
||||
WWW: http://cran.r-project.org/web/packages/RSQLite/
|
||||
|
||||
Reference in New Issue
Block a user