From owner-svn-ports-head@freebsd.org  Sat Sep 28 10:17:58 2019
Return-Path: <owner-svn-ports-head@freebsd.org>
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 47A401228B7;
 Sat, 28 Sep 2019 10:17:58 +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 46gPkG0SPMz43Vn;
 Sat, 28 Sep 2019 10:17:58 +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 E2FEA27DA4;
 Sat, 28 Sep 2019 10:17:57 +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 x8SAHv52084367;
 Sat, 28 Sep 2019 10:17:57 GMT (envelope-from tota@FreeBSD.org)
Received: (from tota@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8SAHvf8084365;
 Sat, 28 Sep 2019 10:17:57 GMT (envelope-from tota@FreeBSD.org)
Message-Id: <201909281017.x8SAHvf8084365@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: tota set sender to
 tota@FreeBSD.org using -f
From: TAKATSU Tomonari <tota@FreeBSD.org>
Date: Sat, 28 Sep 2019 10:17:57 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r513110 - head/math/R-cran-recipes
X-SVN-Group: ports-head
X-SVN-Commit-Author: tota
X-SVN-Commit-Paths: head/math/R-cran-recipes
X-SVN-Commit-Revision: 513110
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
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Sep 2019 10:17:58 -0000

Author: tota
Date: Sat Sep 28 10:17:57 2019
New Revision: 513110
URL: https://svnweb.freebsd.org/changeset/ports/513110

Log:
  - Update to 0.1.7

Modified:
  head/math/R-cran-recipes/Makefile   (contents, props changed)
  head/math/R-cran-recipes/distinfo   (contents, props changed)

Modified: head/math/R-cran-recipes/Makefile
==============================================================================
--- head/math/R-cran-recipes/Makefile	Sat Sep 28 09:38:26 2019	(r513109)
+++ head/math/R-cran-recipes/Makefile	Sat Sep 28 10:17:57 2019	(r513110)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	recipes
-PORTVERSION=	0.1.6
-PORTREVISION=	1
+PORTVERSION=	0.1.7
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -14,6 +13,7 @@ LICENSE=	GPLv2
 
 CRAN_DEPENDS=	R-cran-dplyr>0:math/R-cran-dplyr \
 		R-cran-generics>0:devel/R-cran-generics \
+		R-cran-glue>0:devel/R-cran-glue \
 		R-cran-gower>0:math/R-cran-gower \
 		R-cran-ipred>0:math/R-cran-ipred \
 		R-cran-lubridate>0:devel/R-cran-lubridate \
@@ -21,7 +21,7 @@ CRAN_DEPENDS=	R-cran-dplyr>0:math/R-cran-dplyr \
 		R-cran-purrr>=0.2.3:devel/R-cran-purrr \
 		R-cran-rlang>=0.4.0:devel/R-cran-rlang \
 		R-cran-tibble>0:devel/R-cran-tibble \
-		R-cran-tidyr>0:devel/R-cran-tidyr \
+		R-cran-tidyr>=0.8.3:devel/R-cran-tidyr \
 		R-cran-tidyselect>=0.2.5:devel/R-cran-tidyselect \
 		R-cran-timeDate>0:finance/R-cran-timeDate \
 		R-cran-withr>0:devel/R-cran-withr

Modified: head/math/R-cran-recipes/distinfo
==============================================================================
--- head/math/R-cran-recipes/distinfo	Sat Sep 28 09:38:26 2019	(r513109)
+++ head/math/R-cran-recipes/distinfo	Sat Sep 28 10:17:57 2019	(r513110)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562478340
-SHA256 (recipes_0.1.6.tar.gz) = 51e0db72de171d58d13ad8ffcf1dea402ab8f82100d161722041b6fd014cbfd9
-SIZE (recipes_0.1.6.tar.gz) = 968331
+TIMESTAMP = 1569658244
+SHA256 (recipes_0.1.7.tar.gz) = 28e96953355749dd1deb6786b22ec825a6fdb9f336e2785d45611e89f7e988bf
+SIZE (recipes_0.1.7.tar.gz) = 989183