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:           Sat Oct 26 10:50:11 UTC 2024

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

Log Message:
(math/R-RPostgreSQL) Updated 0.7.5 to 0.7.7, make test passed

(inst/NEWS)
Version 0.7-7
    o Replace Calloc and Free with R_Calloc and R_Free, respectively,
    to conform STRICT.

Version 0.7-6
    o   Fix bugs found by warnings and suppress other nonsesical warnings
    o   Fix partial match warning #132
    o   exclude dropped column from column listing #130


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/R-RPostgreSQL/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/math/R-RPostgreSQL/Makefile:1.13
--- pkgsrc/math/R-RPostgreSQL/Makefile:1.12     Sat Jun 17 11:20:55 2023
+++ pkgsrc/math/R-RPostgreSQL/Makefile  Sat Oct 26 10:50:11 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2023/06/17 11:20:55 mef Exp $
+# $NetBSD: Makefile,v 1.13 2024/10/26 10:50:11 mef Exp $
 
 R_PKGNAME=     RPostgreSQL
-R_PKGVER=      0.7-5
+R_PKGVER=      0.7-7
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       R interface to the PostgreSQL database system
@@ -16,7 +16,7 @@ TEST_DEPENDS+=        tex-inconsolata-[0-9]*:..
 TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_TOOLS+=    sh
-REPLACE_SH+=   ${WRKSRC}/inst/devTests/copyTest.sh
+REPLACE_SH+=   inst/devTests/copyTest.sh
 
 CHECK_INTERPRETER_SKIP=        lib/R/library/RPostgreSQL/devTests/*
 

Index: pkgsrc/math/R-RPostgreSQL/distinfo
diff -u pkgsrc/math/R-RPostgreSQL/distinfo:1.11 pkgsrc/math/R-RPostgreSQL/distinfo:1.12
--- pkgsrc/math/R-RPostgreSQL/distinfo:1.11     Sat Jun 17 11:20:55 2023
+++ pkgsrc/math/R-RPostgreSQL/distinfo  Sat Oct 26 10:50:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/06/17 11:20:55 mef Exp $
+$NetBSD: distinfo,v 1.12 2024/10/26 10:50:11 mef Exp $
 
-BLAKE2s (R/RPostgreSQL_0.7-5.tar.gz) = 823ebe89c5871f3bb66e71ec18f1f880662c7e40cc9b950c023d0d968b8cabb2
-SHA512 (R/RPostgreSQL_0.7-5.tar.gz) = 924986b4f6ed8edafd7213599692e89310a6e1a5adf15dcaec59be809fd6013c844bd4165bcbade507113c82550bf0af124268f036958c893598f7e9d51ac41e
-Size (R/RPostgreSQL_0.7-5.tar.gz) = 576481 bytes
+BLAKE2s (R/RPostgreSQL_0.7-7.tar.gz) = b2f62b522a0dae3740efe97fda597112548c58a31a1450304cad9dee9d59893c
+SHA512 (R/RPostgreSQL_0.7-7.tar.gz) = 9edfc2dce93395f94cb16abe9ed7b40ed28c625ab78122ae6f2d5fd932a2ad648024e56a3e232a498be20d54044b004bf5cc4cd9d0c312261a6917abf53652a3
+Size (R/RPostgreSQL_0.7-7.tar.gz) = 565639 bytes



Home | Main Index | Thread Index | Old Index