From owner-svn-ports-head@freebsd.org Sat Mar 6 11:54:01 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D21E1563932; Sat, 6 Mar 2021 11:54:01 +0000 (UTC) (envelope-from rhurlin@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 4Dt30n5cRMz3ngK; Sat, 6 Mar 2021 11:54:01 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE37F2316F; Sat, 6 Mar 2021 11:54:01 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 126Bs180080091; Sat, 6 Mar 2021 11:54:01 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 126Bs1xe080089; Sat, 6 Mar 2021 11:54:01 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202103061154.126Bs1xe080089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sat, 6 Mar 2021 11:54:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567480 - head/graphics/R-cran-ggrepel X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/graphics/R-cran-ggrepel X-SVN-Commit-Revision: 567480 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2021 11:54:01 -0000 Author: rhurlin Date: Sat Mar 6 11:54:01 2021 New Revision: 567480 URL: https://svnweb.freebsd.org/changeset/ports/567480 Log: graphics/R-cran-ggrepel: Update to 0.9.1 Changelog: https://cran.r-project.org/web/packages/ggrepel/news/news.html PR: 254023 Submitted by: Zsolt Udvari (maintainer) Modified: head/graphics/R-cran-ggrepel/Makefile head/graphics/R-cran-ggrepel/distinfo Modified: head/graphics/R-cran-ggrepel/Makefile ============================================================================== --- head/graphics/R-cran-ggrepel/Makefile Sat Mar 6 11:35:50 2021 (r567479) +++ head/graphics/R-cran-ggrepel/Makefile Sat Mar 6 11:54:01 2021 (r567480) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ggrepel -DISTVERSION= 0.9.0 +DISTVERSION= 0.9.1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,12 +10,12 @@ COMMENT= Help to avoid overlapping text labels of ggpl LICENSE= GPLv3 -USES= cran:auto-plist,compiles - CRAN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-Rcpp>0:devel/R-cran-Rcpp \ R-cran-scales>0:graphics/R-cran-scales BUILD_DEPENDS+= ${CRAN_DEPENDS} RUN_DEPENDS+= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles .include Modified: head/graphics/R-cran-ggrepel/distinfo ============================================================================== --- head/graphics/R-cran-ggrepel/distinfo Sat Mar 6 11:35:50 2021 (r567479) +++ head/graphics/R-cran-ggrepel/distinfo Sat Mar 6 11:54:01 2021 (r567480) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609315141 -SHA256 (ggrepel_0.9.0.tar.gz) = 4f7ca3da7dc08902487c961c539ef43516263c30abcc4ce303ff3c5580f42fda -SIZE (ggrepel_0.9.0.tar.gz) = 269925 +TIMESTAMP = 1614927287 +SHA256 (ggrepel_0.9.1.tar.gz) = 29fb916d4799ba6503a5dd019717ffdf154d2aaae9ff1736f03e2be24af6bdfc +SIZE (ggrepel_0.9.1.tar.gz) = 271371