Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBA8984ED2 for ; Sat, 3 Jun 2023 13:58:21 +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 zjpbAtpSIGQQ for ; Sat, 3 Jun 2023 13:58:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D38B84CF2 for ; Sat, 3 Jun 2023 13:58:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56FB3FA88; Sat, 3 Jun 2023 13:58:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685800701124840" MIME-Version: 1.0 Date: Sat, 3 Jun 2023 13:58:21 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/R-highr To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230603135821.56FB3FA88@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685800701124840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jun 3 13:58:21 UTC 2023 Modified Files: pkgsrc/textproc/R-highr: Makefile distinfo Log Message: (textproc/R-highr) Updated 0.9 to 0.10, NEWS.md unknown To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/R-highr/Makefile \ pkgsrc/textproc/R-highr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685800701124840 Content-Disposition: inline Content-Length: 1487 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/R-highr/Makefile diff -u pkgsrc/textproc/R-highr/Makefile:1.8 pkgsrc/textproc/R-highr/Makefile:1.9 --- pkgsrc/textproc/R-highr/Makefile:1.8 Sun Jun 6 15:42:24 2021 +++ pkgsrc/textproc/R-highr/Makefile Sat Jun 3 13:58:21 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2021/06/06 15:42:24 mef Exp $ +# $NetBSD: Makefile,v 1.9 2023/06/03 13:58:21 mef Exp $ R_PKGNAME= highr -R_PKGVER= 0.9 +R_PKGVER= 0.10 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/textproc/R-highr/distinfo diff -u pkgsrc/textproc/R-highr/distinfo:1.8 pkgsrc/textproc/R-highr/distinfo:1.9 --- pkgsrc/textproc/R-highr/distinfo:1.8 Tue Oct 26 11:21:30 2021 +++ pkgsrc/textproc/R-highr/distinfo Sat Jun 3 13:58:21 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:21:30 nia Exp $ +$NetBSD: distinfo,v 1.9 2023/06/03 13:58:21 mef Exp $ -BLAKE2s (R/highr_0.9.tar.gz) = a0bb8f20e114ff03b67d5b05fe311622822a0d625e97e800ac32fca253744bdb -SHA512 (R/highr_0.9.tar.gz) = 5a3add535dc78c8cfd50407bf5f7e63746a8af7efa30cf2b54f9b15bfa533d922ecc153ebdaa07c70baadf7ee633d2fba7aba38e3e93b923c908396bc1c1694e -Size (R/highr_0.9.tar.gz) = 15188 bytes +BLAKE2s (R/highr_0.10.tar.gz) = 72871de751c66b426f8123eeb6ef5e7d33c0b8e7b577875207a99af2bc8f88a1 +SHA512 (R/highr_0.10.tar.gz) = dcc3a7f6e2599ee5a06e61bf699782ce6c2fac5e45eac2eb08b4d2d684a4691d9e3e83ddcc3f31bc4d5e12b40e847b9a6ad4ba821c8477d21055c6aca483b304 +Size (R/highr_0.10.tar.gz) = 15084 bytes --_----------=_1685800701124840--