pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-RPostgreSQL



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 19 03:05:04 UTC 2021

Modified Files:
        pkgsrc/math/R-RPostgreSQL: Makefile distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-RPostgreSQL/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-RPostgreSQL/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-RPostgreSQL/Makefile
diff -u pkgsrc/math/R-RPostgreSQL/Makefile:1.8 pkgsrc/math/R-RPostgreSQL/Makefile:1.9
--- pkgsrc/math/R-RPostgreSQL/Makefile:1.8      Thu Aug  8 19:53:45 2019
+++ pkgsrc/math/R-RPostgreSQL/Makefile  Sun Sep 19 03:05:04 2021
@@ -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/*
 

Index: pkgsrc/math/R-RPostgreSQL/distinfo
diff -u pkgsrc/math/R-RPostgreSQL/distinfo:1.5 pkgsrc/math/R-RPostgreSQL/distinfo:1.6
--- pkgsrc/math/R-RPostgreSQL/distinfo:1.5      Tue Jul 23 22:58:46 2019
+++ pkgsrc/math/R-RPostgreSQL/distinfo  Sun Sep 19 03:05:04 2021
@@ -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