From owner-svn-ports-head@freebsd.org Sat Oct 13 04:34:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14DD510AE492; Sat, 13 Oct 2018 04:34:51 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB1308741D; Sat, 13 Oct 2018 04:34:50 +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 B610C1D24; Sat, 13 Oct 2018 04:34:50 +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 w9D4Yop7002885; Sat, 13 Oct 2018 04:34:50 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9D4YorD002883; Sat, 13 Oct 2018 04:34:50 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201810130434.w9D4YorD002883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 13 Oct 2018 04:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481954 - head/devel/R-cran-tidyselect X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/devel/R-cran-tidyselect X-SVN-Commit-Revision: 481954 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.27 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, 13 Oct 2018 04:34:51 -0000 Author: tota Date: Sat Oct 13 04:34:50 2018 New Revision: 481954 URL: https://svnweb.freebsd.org/changeset/ports/481954 Log: - Update to 0.2.5 Modified: head/devel/R-cran-tidyselect/Makefile (contents, props changed) head/devel/R-cran-tidyselect/distinfo (contents, props changed) Modified: head/devel/R-cran-tidyselect/Makefile ============================================================================== --- head/devel/R-cran-tidyselect/Makefile Sat Oct 13 02:11:16 2018 (r481953) +++ head/devel/R-cran-tidyselect/Makefile Sat Oct 13 04:34:50 2018 (r481954) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tidyselect -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,9 +11,9 @@ COMMENT= Select from a Set of Strings LICENSE= GPLv3 -CRAN_DEPENDS= R-cran-glue>0:devel/R-cran-glue \ +CRAN_DEPENDS= R-cran-glue>=1.3.0:devel/R-cran-glue \ R-cran-purrr>0:devel/R-cran-purrr \ - R-cran-rlang>=0.2.0:devel/R-cran-rlang \ + R-cran-rlang>=0.2.2:devel/R-cran-rlang \ R-cran-Rcpp>=0.12.0:devel/R-cran-Rcpp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/devel/R-cran-tidyselect/distinfo ============================================================================== --- head/devel/R-cran-tidyselect/distinfo Sat Oct 13 02:11:16 2018 (r481953) +++ head/devel/R-cran-tidyselect/distinfo Sat Oct 13 04:34:50 2018 (r481954) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520593740 -SHA256 (tidyselect_0.2.4.tar.gz) = 5cb30e56ad5c1ac59786969edc8d542a7a1735a129a474f585a141aefe6a2295 -SIZE (tidyselect_0.2.4.tar.gz) = 21702 +TIMESTAMP = 1539331827 +SHA256 (tidyselect_0.2.5.tar.gz) = 5ce2e86230fa35cfc09aa71dcdd6e05e1554a5739c863ca354d241bfccb86c74 +SIZE (tidyselect_0.2.5.tar.gz) = 21883