Skip to content

Commit

Permalink
(math/R-RPostgreSQL) Updated 0.7.5 to 0.7.7, make test passed
Browse files Browse the repository at this point in the history
(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
  • Loading branch information
mef committed Oct 26, 2024
1 parent 5c2c5fb commit c3c289d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions math/R-RPostgreSQL/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
COMMENT= R interface to the PostgreSQL database system
Expand All @@ -16,7 +16,7 @@ TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
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/*

Expand Down
8 changes: 4 additions & 4 deletions math/R-RPostgreSQL/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c3c289d

Please sign in to comment.