From c146daa1ca23f35618a11c2eeb517c4a9174f45c Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 19 Sep 2021 03:05:04 +0000 Subject: [PATCH] (math/R-RPostgreSQL) Updated 0.6.2 to 0.7 2021-07-26 Tomoaki NISHIYAMA * Change LICENCE to GPL-3 * import new config.guess and config.sub * Drop an unused variable RS_PostgreSQL_closeManager_t * Use seq_along() instead of seq(along=) * -Wno-stringop-truncation for libpq compilation on windows * Change Description for new version and license. * fix type as pointed out by PR #109 * http to https transition for URLs --- math/R-RPostgreSQL/Makefile | 8 +++----- math/R-RPostgreSQL/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/math/R-RPostgreSQL/Makefile b/math/R-RPostgreSQL/Makefile index b50e60e3c028..1a07db938577 100644 --- a/math/R-RPostgreSQL/Makefile +++ b/math/R-RPostgreSQL/Makefile @@ -1,18 +1,16 @@ -# $NetBSD: Makefile,v 1.8 2019/08/08 19:53:45 brook Exp $ +# $NetBSD: Makefile,v 1.9 2021/09/19 03:05:04 mef Exp $ R_PKGNAME= RPostgreSQL -R_PKGVER= 0.6-2 -CATEGORIES= math +R_PKGVER= 0.7 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= R interface to the PostgreSQL database system -LICENSE= gnu-gpl-v2 # OR file LICENSE +LICENSE= gnu-gpl-v3 OR postgresql-license DEPENDS+= R-DBI>=0.3:../../math/R-DBI USE_TOOLS+= sh REPLACE_SH+= ${WRKSRC}/inst/devTests/copyTest.sh -USE_LANGUAGES= c CHECK_INTERPRETER_SKIP= lib/R/library/RPostgreSQL/devTests/* diff --git a/math/R-RPostgreSQL/distinfo b/math/R-RPostgreSQL/distinfo index de430cb050c0..ab44d22d39a9 100644 --- a/math/R-RPostgreSQL/distinfo +++ b/math/R-RPostgreSQL/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/07/23 22:58:46 brook Exp $ +$NetBSD: distinfo,v 1.6 2021/09/19 03:05:04 mef Exp $ -SHA1 (R/RPostgreSQL_0.6-2.tar.gz) = 41034b13eeb6ecec56ff8385afbf062acc85e725 -RMD160 (R/RPostgreSQL_0.6-2.tar.gz) = 66fc1f1e5091bb8d3032301f3d33459d07bd5b12 -SHA512 (R/RPostgreSQL_0.6-2.tar.gz) = 8c032938a92e336b51abefae3aea9266e7d2b342cf6f1937db739d545f3ba4abaff28687d68c547f1f341b127f72b9cf1478ea2545d705f930055dcc930b3045 -Size (R/RPostgreSQL_0.6-2.tar.gz) = 579968 bytes +SHA1 (R/RPostgreSQL_0.7.tar.gz) = c934e4835d9a402516a951f58be09be8e618292e +RMD160 (R/RPostgreSQL_0.7.tar.gz) = 8eafa7034503a27fe7d2d2e8d241f6b76196efb8 +SHA512 (R/RPostgreSQL_0.7.tar.gz) = ea42d36cdefbf5a9aaa499e4cf9f02fa7db50dc240b481b2b7b13c5231f0192f6766e07dd99ae960d93571f31b18f13b334b17af4626e92b2529b37676ac53cf +Size (R/RPostgreSQL_0.7.tar.gz) = 581710 bytes