Received: by mail.netbsd.org (Postfix, from userid 605) id CE61E84D80; Sun, 18 Dec 2022 07:57:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 07FEF84D24 for ; Sun, 18 Dec 2022 07:57:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6SR3QgVotq0C for ; Sun, 18 Dec 2022 07:57:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 73D9984CEF for ; Sun, 18 Dec 2022 07:57:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61217FA90; Sun, 18 Dec 2022 07:57:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16713502695880" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 07:57:49 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-RPostgreSQL To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221218075749.61217FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16713502695880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Dec 18 07:57:49 UTC 2022 Modified Files: pkgsrc/math/R-RPostgreSQL: Makefile distinfo Log Message: (math/R-RPostgreSQL) Updated 0.7.3 to 0.7.4, explict NEWS.md unknown To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-RPostgreSQL/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-RPostgreSQL/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16713502695880 Content-Disposition: inline Content-Length: 1605 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-RPostgreSQL/Makefile diff -u pkgsrc/math/R-RPostgreSQL/Makefile:1.10 pkgsrc/math/R-RPostgreSQL/Makefile:1.11 --- pkgsrc/math/R-RPostgreSQL/Makefile:1.10 Mon Apr 25 12:26:46 2022 +++ pkgsrc/math/R-RPostgreSQL/Makefile Sun Dec 18 07:57:49 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2022/04/25 12:26:46 mef Exp $ +# $NetBSD: Makefile,v 1.11 2022/12/18 07:57:49 mef Exp $ R_PKGNAME= RPostgreSQL -R_PKGVER= 0.7-3 +R_PKGVER= 0.7-4 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= R interface to the PostgreSQL database system Index: pkgsrc/math/R-RPostgreSQL/distinfo diff -u pkgsrc/math/R-RPostgreSQL/distinfo:1.9 pkgsrc/math/R-RPostgreSQL/distinfo:1.10 --- pkgsrc/math/R-RPostgreSQL/distinfo:1.9 Mon Apr 25 12:26:46 2022 +++ pkgsrc/math/R-RPostgreSQL/distinfo Sun Dec 18 07:57:49 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/04/25 12:26:46 mef Exp $ +$NetBSD: distinfo,v 1.10 2022/12/18 07:57:49 mef Exp $ -BLAKE2s (R/RPostgreSQL_0.7-3.tar.gz) = 766089572c3d0e35d536ffa4ee858a687a2d232fc860f4dfd5bbb90baa2b8e86 -SHA512 (R/RPostgreSQL_0.7-3.tar.gz) = 76d67e514a8a01df771687fed3de1b35a0924a3d18957630fed34cfb6686d8d14b0dd2b8eee929796e97df866b42bd8bf76aa9849b1ba740f87f5d712d6dc3ac -Size (R/RPostgreSQL_0.7-3.tar.gz) = 580771 bytes +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 --_----------=_16713502695880--