From owner-svn-ports-head@freebsd.org Sat Oct 26 10:25:54 2019 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 8EBD216A295; Sat, 26 Oct 2019 10:25:54 +0000 (UTC) (envelope-from tota@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 470cZV3CbRz40ls; Sat, 26 Oct 2019 10:25:54 +0000 (UTC) (envelope-from tota@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 5194D6860; Sat, 26 Oct 2019 10:25:54 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9QAPsQW001159; Sat, 26 Oct 2019 10:25:54 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9QAPrDk001154; Sat, 26 Oct 2019 10:25:53 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201910261025.x9QAPrDk001154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 26 Oct 2019 10:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515679 - head/math/R-cran-dplyr X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-dplyr X-SVN-Commit-Revision: 515679 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.29 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, 26 Oct 2019 10:25:54 -0000 Author: tota Date: Sat Oct 26 10:25:53 2019 New Revision: 515679 URL: https://svnweb.freebsd.org/changeset/ports/515679 Log: - Update to 0.8.3 PR: 241140 Submitted by: tota@ (myself) Approved by: maintainer timeout (wen@, > 2 weeks) Modified: head/math/R-cran-dplyr/Makefile (contents, props changed) head/math/R-cran-dplyr/distinfo (contents, props changed) Modified: head/math/R-cran-dplyr/Makefile ============================================================================== --- head/math/R-cran-dplyr/Makefile Sat Oct 26 10:10:38 2019 (r515678) +++ head/math/R-cran-dplyr/Makefile Sat Oct 26 10:25:53 2019 (r515679) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dplyr -DISTVERSION= 0.8.1 -PORTREVISION= 1 +DISTVERSION= 0.8.3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,18 +11,17 @@ COMMENT= Grammar of Data Manipulation LICENSE= MIT -BUILD_DEPENDS= R-cran-BH>=1.69.0.1:devel/R-cran-BH \ - R-cran-Rcpp>=1.0.1:devel/R-cran-Rcpp \ - R-cran-bindrcpp>=0.2:devel/R-cran-bindrcpp \ - R-cran-glue>=1.3.1:devel/R-cran-glue \ - R-cran-pkgconfig>=2.0.2:devel/R-cran-pkgconfig \ - R-cran-R6>=2.4.0:devel/R-cran-R6 \ +BUILD_DEPENDS= R-cran-assertthat>=0.2.0:math/R-cran-assertthat \ + R-cran-glue>=1.3.0:devel/R-cran-glue \ R-cran-magrittr>=1.5:devel/R-cran-magrittr \ - R-cran-plogr>=0.1.10:devel/R-cran-plogr \ - R-cran-tibble>=2.1.1:devel/R-cran-tibble \ - R-cran-assertthat>=0.2.1:math/R-cran-assertthat \ + R-cran-pkgconfig>0:devel/R-cran-pkgconfig \ + R-cran-R6>0:devel/R-cran-R6 \ + R-cran-Rcpp>=1.0.1:devel/R-cran-Rcpp \ + R-cran-rlang>=0.4.0:devel/R-cran-rlang \ + R-cran-tibble>=2.0.0:devel/R-cran-tibble \ R-cran-tidyselect>=0.2.5:devel/R-cran-tidyselect \ - R-cran-rlang>=0.3.4:devel/R-cran-rlang + R-cran-BH>0:devel/R-cran-BH \ + R-cran-plogr>=0.2.0:devel/R-cran-plogr RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cran:auto-plist,compiles Modified: head/math/R-cran-dplyr/distinfo ============================================================================== --- head/math/R-cran-dplyr/distinfo Sat Oct 26 10:10:38 2019 (r515678) +++ head/math/R-cran-dplyr/distinfo Sat Oct 26 10:25:53 2019 (r515679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559101139 -SHA256 (dplyr_0.8.1.tar.gz) = 5f3ef7f0378d89799d466be254e25857a2747d70d5d97450618ac9303f1481db -SIZE (dplyr_0.8.1.tar.gz) = 1170671 +TIMESTAMP = 1570596443 +SHA256 (dplyr_0.8.3.tar.gz) = 68b4aac65a69ea6390e90991d9c7ce7a011a07e5db439d60cce911a078424c0c +SIZE (dplyr_0.8.3.tar.gz) = 1173098