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:
Bartek Rutkowski
2014-10-08 22:03:45 +00:00
parent 6107ede2ac
commit 7a331bfded
3 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -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
+2 -2
View File
@@ -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 -1
View File
@@ -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/