forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(math/R-RPostgreSQL) Updated 0.6.2 to 0.7
2021-07-26 Tomoaki NISHIYAMA <[email protected]> * 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
- Loading branch information
mef
committed
Sep 19, 2021
1 parent
0528acf
commit c146daa
Showing
2 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
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/* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |