summaryrefslogtreecommitdiff
path: root/math/R-RPostgreSQL/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-07-07 12:15:38 +0000
committerwen <wen@pkgsrc.org>2018-07-07 12:15:38 +0000
commitf561cc2657d492f3fb8fd9f2aee0adff47f5a0b2 (patch)
treea761c4ca63679c7f81a3302aba6252b53deea3e9 /math/R-RPostgreSQL/Makefile
parentbfaed3acf6c2bd41a3f85792990d5f84b1551ba7 (diff)
downloadpkgsrc-f561cc2657d492f3fb8fd9f2aee0adff47f5a0b2.tar.gz
Update to 0.6.2
Upstream changes: Version 0.6-2 o dbGetQuery do not return NULL. o use registration mechanism to call native routines. Version 0.5-3 o Update the libpq library so that the package can be compiled in new versions of R and macOS. Version 0.5-2 o Support dbBegin() API version 0.5-1 --2014-02-08 o Remove segmentationfault when NULL is passed as host argument. o Conversion routine for raw in R and bytea in PostgreSQL o Use accompanied libpq when either of libpq and header is not found on darwin Version 0.5 -- 2013-10-12 o postgresqlWriteTable: send column names at COPY o System library header search path for OS X 10.9 (Mavericks) o Memory leak was reduced o Close the socket on failure Version 0.4 -- 2013-03-27 o Initial implementation of prepared statement o Use system libpq library when available on OS X (darwin) o Force ISO datestyle for PostgreSQL-R communication by default o Time zone aware Timestamp POSIXct conversion Version 0.3-3 -- 2012-10-05 o Bugfix on dbColumnInfo and others reproducible by gctorture(TRUE) o Do not implicitly make new connections, which interfere with transaction. o Change the notation of the LICENSE
Diffstat (limited to 'math/R-RPostgreSQL/Makefile')
-rw-r--r--math/R-RPostgreSQL/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/R-RPostgreSQL/Makefile b/math/R-RPostgreSQL/Makefile
index ed3033a7408..309bcafe779 100644
--- a/math/R-RPostgreSQL/Makefile
+++ b/math/R-RPostgreSQL/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.4 2016/10/09 21:42:00 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/07/07 12:15:38 wen Exp $
-PKGREVISION= 3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -10,9 +9,9 @@ COMMENT= R interface to the PostgreSQL database system
LICENSE= gnu-gpl-v2 AND postgresql-license
R_PKGNAME= RPostgreSQL
-R_PKGVER= 0.3-2
+R_PKGVER= 0.6-2
-DEPENDS+= R-DBI>=0.2.5:../../math/R-DBI
+DEPENDS+= R-DBI>=0.3:../../math/R-DBI
USE_TOOLS+= sh
REPLACE_SH+= ${WRKSRC}/inst/devTests/copyTest.sh