Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 40DCF84F19 for ; Sun, 30 Jul 2023 01:59:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zmpce8ODMjOb for ; Sun, 30 Jul 2023 01:59: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 B73C484D5E for ; Sun, 30 Jul 2023 01:59:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB0E3FBDB; Sun, 30 Jul 2023 01:59:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690682389101630" MIME-Version: 1.0 Date: Sun, 30 Jul 2023 01:59:49 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-gss To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230730015949.AB0E3FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690682389101630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jul 30 01:59:49 UTC 2023 Modified Files: pkgsrc/math/R-gss: Makefile distinfo Log Message: (math/R-gss) Updated 2.2.4 to 2.2.5 Sun 18 Jun 2023 06:27:01 PM EDT, Chong Gu * DESCRIPTION: Version 2.2-5. * src: Replaced FORTRAN function dfloat by dble. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-gss/Makefile \ pkgsrc/math/R-gss/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690682389101630 Content-Disposition: inline Content-Length: 1436 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-gss/Makefile diff -u pkgsrc/math/R-gss/Makefile:1.6 pkgsrc/math/R-gss/Makefile:1.7 --- pkgsrc/math/R-gss/Makefile:1.6 Sat Jun 17 12:26:43 2023 +++ pkgsrc/math/R-gss/Makefile Sun Jul 30 01:59:49 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2023/06/17 12:26:43 mef Exp $ +# $NetBSD: Makefile,v 1.7 2023/07/30 01:59:49 mef Exp $ R_PKGNAME= gss -R_PKGVER= 2.2-4 +R_PKGVER= 2.2-5 MAINTAINER= minskim@NetBSD.org COMMENT= General smoothing splines Index: pkgsrc/math/R-gss/distinfo diff -u pkgsrc/math/R-gss/distinfo:1.6 pkgsrc/math/R-gss/distinfo:1.7 --- pkgsrc/math/R-gss/distinfo:1.6 Sat Jun 17 12:26:43 2023 +++ pkgsrc/math/R-gss/distinfo Sun Jul 30 01:59:49 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/06/17 12:26:43 mef Exp $ +$NetBSD: distinfo,v 1.7 2023/07/30 01:59:49 mef Exp $ -BLAKE2s (R/gss_2.2-4.tar.gz) = bf97908d6206167834a6390c3f6e8c378f8d122b23c0f4f3e17675132e662e27 -SHA512 (R/gss_2.2-4.tar.gz) = 4a4b00fbcc4b20413b0a8f21dd1758cca0699943953fdc0c92d3a7f6572c6fb93e02fd5cd7913b7ad8e0161ebee153b42920974edf4170810e535f4cdf5ada3a -Size (R/gss_2.2-4.tar.gz) = 544243 bytes +BLAKE2s (R/gss_2.2-5.tar.gz) = 16600365b94ba58311df0e26bdeedea35bcb29a138b4fb7b0299b03ed36e330f +SHA512 (R/gss_2.2-5.tar.gz) = 4370deef81af2abea6ddfbb4fee75cbd49dd04f4eb76079b2a7eb5706ade9b2146ae540d0dd7f46237fe25aaf1797f8d40a2b986b3c9c835dd2ed995cf5f5c40 +Size (R/gss_2.2-5.tar.gz) = 544084 bytes --_----------=_1690682389101630--