Received: by mail.netbsd.org (Postfix, from userid 605) id 98FD385043; Fri, 26 Jan 2024 13:20:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAD8085029 for ; Fri, 26 Jan 2024 13:20:17 +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 W5qcpMagvlwj for ; Fri, 26 Jan 2024 13:20:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3E2C584CF2 for ; Fri, 26 Jan 2024 13:20:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36DA6FA42; Fri, 26 Jan 2024 13:20:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706275217271440" MIME-Version: 1.0 Date: Fri, 26 Jan 2024 13:20:17 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-gss To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240126132017.36DA6FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706275217271440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Jan 26 13:20:17 UTC 2024 Modified Files: pkgsrc/math/R-gss: Makefile distinfo Log Message: (math/R-gss) Updated 2.2.5 to 2.2.7, make test passed Tue 15 Aug 2023 08:44:33 PM EDT, Chong Gu * DESCRIPTION: Version 2.2-7. * R: Edited numerous functions to allow for non-integer counts for binned data. * src: Edited numerous routines to allow for non-integer counts for binned data. Mon 07 Aug 2023 01:42:21 PM EDT, Chong Gu * DESCRIPTION: Version 2.2-6. * man: Minor fix in mkterm.copu.Rd. * src: Numerous edits to comply with stricter compiler checks. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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. --_----------=_1706275217271440 Content-Disposition: inline Content-Length: 1884 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.7 pkgsrc/math/R-gss/Makefile:1.8 --- pkgsrc/math/R-gss/Makefile:1.7 Sun Jul 30 01:59:49 2023 +++ pkgsrc/math/R-gss/Makefile Fri Jan 26 13:20:17 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2023/07/30 01:59:49 mef Exp $ +# $NetBSD: Makefile,v 1.8 2024/01/26 13:20:17 mef Exp $ R_PKGNAME= gss -R_PKGVER= 2.2-5 +R_PKGVER= 2.2-7 MAINTAINER= minskim@NetBSD.org COMMENT= General smoothing splines @@ -9,5 +9,11 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 USE_LANGUAGES= c fortran +TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata +TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/R-gss/distinfo diff -u pkgsrc/math/R-gss/distinfo:1.7 pkgsrc/math/R-gss/distinfo:1.8 --- pkgsrc/math/R-gss/distinfo:1.7 Sun Jul 30 01:59:49 2023 +++ pkgsrc/math/R-gss/distinfo Fri Jan 26 13:20:17 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2023/07/30 01:59:49 mef Exp $ +$NetBSD: distinfo,v 1.8 2024/01/26 13:20:17 mef Exp $ -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 +BLAKE2s (R/gss_2.2-7.tar.gz) = 230f0288770043fabedf133919c0afe02cdf51ab7f302bcd0f2ef46f0653f42b +SHA512 (R/gss_2.2-7.tar.gz) = 50195dcf870b014d56de280287d3e5f1327aa618f19a83d8f50563517012c133fd2d8816e7f64ed86dc996de0194b933d7a9140bf354cb13cef7b4aa5b8658bc +Size (R/gss_2.2-7.tar.gz) = 544255 bytes --_----------=_1706275217271440--