Received: by mail.netbsd.org (Postfix, from userid 605) id 64BE184DED; Sun, 20 Sep 2020 04:41:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF5AE84DE8 for ; Sun, 20 Sep 2020 04:41:37 +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 b_nUVsBR4V_B for ; Sun, 20 Sep 2020 04:41:37 +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 5307184CDF for ; Sun, 20 Sep 2020 04:41:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44E83FB28; Sun, 20 Sep 2020 04:41:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600576897124220" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 04:41:37 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-lintr To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200920044137.44E83FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1600576897124220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 20 04:41:37 UTC 2020 Modified Files: pkgsrc/devel/R-lintr: Makefile distinfo Log Message: (devel/R-lintr) updated 2.0.0 to 2.0.1 # lintr 2.0.1 ## New features * Lintr now supports GitHub Actions and will print the lints as warning messages if lints are printed during an action. ## Minor fixes and features * `single_quote_linter()` no longer causes a print issue when open quote appears at a column > than close quote (#457, @jamieRowen) * `absolute_path_linter()` and `nonportable_path_linter()` now handle file-paths that are wrapped with double-quotes (#433, #437, @russHyde). * `get_source_expressions()` has been changed to handle `expr_or_assign_or_help` tokens arising when parsing code containing equals-assignments in R-devel (#403, #456, @russHyde). * `object_usage_linter` has been changed to ensure lint-position is indicated relative to the start of the file, rather than the start of a defining function (#432, @russHyde). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-lintr/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-lintr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600576897124220 Content-Disposition: inline Content-Length: 2026 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-lintr/Makefile diff -u pkgsrc/devel/R-lintr/Makefile:1.2 pkgsrc/devel/R-lintr/Makefile:1.3 --- pkgsrc/devel/R-lintr/Makefile:1.2 Thu Feb 13 13:25:05 2020 +++ pkgsrc/devel/R-lintr/Makefile Sun Sep 20 04:41:37 2020 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2020/02/13 13:25:05 mef Exp $ +# $NetBSD: Makefile,v 1.3 2020/09/20 04:41:37 mef Exp $ R_PKGNAME= lintr -R_PKGVER= 2.0.0 +R_PKGVER= 2.0.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= A 'Linter' for R Code +COMMENT= 'Linter' for R Code LICENSE= mit # + file LICENSE DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon @@ -21,6 +21,8 @@ DEPENDS+= R-cyclocomp-[0-9]*:../../devel DEPENDS+= R-stringdist-[0-9]*:../../math/R-stringdist DEPENDS+= R-xmlparsedata-[0-9]*:../../textproc/R-xmlparsedata +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat +TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery USE_LANGUAGES= # none Index: pkgsrc/devel/R-lintr/distinfo diff -u pkgsrc/devel/R-lintr/distinfo:1.1 pkgsrc/devel/R-lintr/distinfo:1.2 --- pkgsrc/devel/R-lintr/distinfo:1.1 Mon Feb 10 14:16:31 2020 +++ pkgsrc/devel/R-lintr/distinfo Sun Sep 20 04:41:37 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/02/10 14:16:31 mef Exp $ +$NetBSD: distinfo,v 1.2 2020/09/20 04:41:37 mef Exp $ -SHA1 (R/lintr_2.0.0.tar.gz) = cf21c26a30521f77b97b0b38338fc90123e94ffc -RMD160 (R/lintr_2.0.0.tar.gz) = 72680552e3449c481f94c7bc80dc9eefdeed2b48 -SHA512 (R/lintr_2.0.0.tar.gz) = d21875f9e1027c07d8e0a2f677f67d86fea169b686fb56b8fa4810b3e952a25a161864e1589a34e481fe852de6fff139d041905bedc33f1971591e31b1520694 -Size (R/lintr_2.0.0.tar.gz) = 206624 bytes +SHA1 (R/lintr_2.0.1.tar.gz) = 00d77421ac4c00dd208404cb9cfd785c1b9cf5e0 +RMD160 (R/lintr_2.0.1.tar.gz) = 87e408ca9f963bbc8451f568262d29a1a9439d4a +SHA512 (R/lintr_2.0.1.tar.gz) = 2b2189fd36924e70471b27822701eb0f1ebc62cbb4b7120f879f8be779d9a7cdbca307a533f1496799082f84ae72d2a8e638d943041e8255ba1775b6caeb8509 +Size (R/lintr_2.0.1.tar.gz) = 219142 bytes --_----------=_1600576897124220--