From nobody Sun Oct 31 19:23:34 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3E86818263FF; Sun, 31 Oct 2021 19:23:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hj5gC1HwGz3jnk; Sun, 31 Oct 2021 19:23:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 049B423470; Sun, 31 Oct 2021 19:23:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19VJNYqF079693; Sun, 31 Oct 2021 19:23:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19VJNYxU079692; Sun, 31 Oct 2021 19:23:34 GMT (envelope-from git) Date: Sun, 31 Oct 2021 19:23:34 GMT Message-Id: <202110311923.19VJNYxU079692@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 3a4fb5e01953 - main - devel/R-cran-crayon: Update to 1.4.2 and take maintainership List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3a4fb5e01953fee7022fb829ab9658cbe219144b Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a4fb5e01953fee7022fb829ab9658cbe219144b commit 3a4fb5e01953fee7022fb829ab9658cbe219144b Author: Guangyuan Yang AuthorDate: 2021-10-31 19:23:24 +0000 Commit: Guangyuan Yang CommitDate: 2021-10-31 19:23:24 +0000 devel/R-cran-crayon: Update to 1.4.2 and take maintainership --- devel/R-cran-crayon/Makefile | 10 ++++++++-- devel/R-cran-crayon/distinfo | 6 +++--- devel/R-cran-crayon/pkg-descr | 12 ++++++------ 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/devel/R-cran-crayon/Makefile b/devel/R-cran-crayon/Makefile index a996c4dee4e3..8389917f3af2 100644 --- a/devel/R-cran-crayon/Makefile +++ b/devel/R-cran-crayon/Makefile @@ -1,14 +1,20 @@ # Created by: Pedro Giffuni PORTNAME= crayon -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ygy@FreeBSD.org COMMENT= Colored Terminal Output LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= R-cran-mockery>0:devel/R-cran-mockery \ + R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ + R-cran-testthat>0:devel/R-cran-testthat \ + R-cran-withr>0:devel/R-cran-withr USES= cran:auto-plist diff --git a/devel/R-cran-crayon/distinfo b/devel/R-cran-crayon/distinfo index 629f6c562714..80aebe2f3132 100644 --- a/devel/R-cran-crayon/distinfo +++ b/devel/R-cran-crayon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616201137 -SHA256 (crayon_1.4.1.tar.gz) = 08b6e42e748d096960b2f32b7ffe690c25742e29fe14c19d1834cd6ff43029c7 -SIZE (crayon_1.4.1.tar.gz) = 35769 +TIMESTAMP = 1635704546 +SHA256 (crayon_1.4.2.tar.gz) = ee34397f643e76e30588068d4c93bd3c9afd2193deacccacb3bffcadf141b857 +SIZE (crayon_1.4.2.tar.gz) = 39704 diff --git a/devel/R-cran-crayon/pkg-descr b/devel/R-cran-crayon/pkg-descr index 29d26a08c5c7..84483867ba2e 100644 --- a/devel/R-cran-crayon/pkg-descr +++ b/devel/R-cran-crayon/pkg-descr @@ -1,7 +1,7 @@ -Colored terminal output on terminals that support 'ANSI' color and -highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is -automatically detected. Colors and highlighting can be combined and -nested. New styles can also be created easily. This package was inspired -by the 'chalk' 'JavaScript' project. +Colored terminal output on terminals that support 'ANSI' color and highlight +codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically +detected. Colors and highlighting can be combined and nested. New styles can +also be created easily. This package was inspired by the 'chalk' 'JavaScript' +project. -WWW: https://CRAN.R-project.org/package=crayon +WWW: https://github.com/r-lib/crayon#readme