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 Jun 17 11:20:55 UTC 2023
Modified Files:
pkgsrc/math/R-RPostgreSQL: Makefile distinfo
Log Message:
(math/R-RPostgreSQL) Updated 0.7.4 to 0.7.5, make test also passed
2023-01-12 Tomoaki NISHIYAMA <tomoakin%staff.kanazawa-u.ac.jp@localhost>
* replace sprintf with snprintf
* replace strcpy with strncpy
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-RPostgreSQL/Makefile
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/math/R-RPostgreSQL/Makefile:1.12
--- pkgsrc/math/R-RPostgreSQL/Makefile:1.11 Sun Dec 18 07:57:49 2022
+++ pkgsrc/math/R-RPostgreSQL/Makefile Sat Jun 17 11:20:55 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/12/18 07:57:49 mef Exp $
+# $NetBSD: Makefile,v 1.12 2023/06/17 11:20:55 mef Exp $
R_PKGNAME= RPostgreSQL
-R_PKGVER= 0.7-4
+R_PKGVER= 0.7-5
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= R interface to the PostgreSQL database system
@@ -9,6 +9,12 @@ LICENSE= gnu-gpl-v3 OR postgresql-licens
DEPENDS+= R-DBI>=0.3:../../math/R-DBI
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+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
Index: pkgsrc/math/R-RPostgreSQL/distinfo
diff -u pkgsrc/math/R-RPostgreSQL/distinfo:1.10 pkgsrc/math/R-RPostgreSQL/distinfo:1.11
--- pkgsrc/math/R-RPostgreSQL/distinfo:1.10 Sun Dec 18 07:57:49 2022
+++ pkgsrc/math/R-RPostgreSQL/distinfo Sat Jun 17 11:20:55 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/12/18 07:57:49 mef Exp $
+$NetBSD: distinfo,v 1.11 2023/06/17 11:20:55 mef Exp $
-BLAKE2s (R/RPostgreSQL_0.7-4.tar.gz) = d4e53221b5fe2840a838c5c9ad19997c4649fdb37dd1af910bed43a148c250e7
-SHA512 (R/RPostgreSQL_0.7-4.tar.gz) = a02a40652028cfbe0513dffbb8f9a6a6294c2099eeb036d451acb6f43272241b9cac60d1262ab25c2f74fe586c7f44ac5575d389e76191ff2f2ff524ef6941f8
-Size (R/RPostgreSQL_0.7-4.tar.gz) = 580993 bytes
+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
Home |
Main Index |
Thread Index |
Old Index