pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-RPostgreSQL (math/R-RPostgreSQL) Updated 0.6.2 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/595a10675069
branches:  trunk
changeset: 458632:595a10675069
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Sep 19 03:05:04 2021 +0000

description:
(math/R-RPostgreSQL) Updated 0.6.2 to 0.7

2021-07-26  Tomoaki NISHIYAMA  <tomoakin%staff.kanazawa-u.ac.jp@localhost>
        * 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

diffstat:

 math/R-RPostgreSQL/Makefile |   8 +++-----
 math/R-RPostgreSQL/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r 1e3a12a2b023 -r 595a10675069 math/R-RPostgreSQL/Makefile
--- a/math/R-RPostgreSQL/Makefile       Sun Sep 19 02:55:34 2021 +0000
+++ b/math/R-RPostgreSQL/Makefile       Sun Sep 19 03:05:04 2021 +0000
@@ -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@localhost
 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 -r 1e3a12a2b023 -r 595a10675069 math/R-RPostgreSQL/distinfo
--- a/math/R-RPostgreSQL/distinfo       Sun Sep 19 02:55:34 2021 +0000
+++ b/math/R-RPostgreSQL/distinfo       Sun Sep 19 03:05:04 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index