svn commit: r449592 - head/devel/R-cran-caret

TAKATSU Tomonari tota at FreeBSD.org
Sun Sep 10 21:58:04 UTC 2017


Author: tota
Date: Sun Sep 10 21:58:02 2017
New Revision: 449592
URL: https://svnweb.freebsd.org/changeset/ports/449592

Log:
  - Update to 6.0-77

Modified:
  head/devel/R-cran-caret/Makefile   (contents, props changed)
  head/devel/R-cran-caret/distinfo   (contents, props changed)

Modified: head/devel/R-cran-caret/Makefile
==============================================================================
--- head/devel/R-cran-caret/Makefile	Sun Sep 10 20:55:38 2017	(r449591)
+++ head/devel/R-cran-caret/Makefile	Sun Sep 10 21:58:02 2017	(r449592)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	caret
-DISTVERSION=	6.0-76
+DISTVERSION=	6.0-77
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -12,11 +12,12 @@ COMMENT=	Classification and Regression Training
 LICENSE=	GPLv2+
 
 CRAN_DEPENDS=	R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
-		R-cran-car>0:math/R-cran-car \
 		R-cran-foreach>0:devel/R-cran-foreach \
 		R-cran-plyr>0:devel/R-cran-plyr \
 		R-cran-ModelMetrics>=1.1.0:devel/R-cran-ModelMetrics \
-		R-cran-reshape2>0:devel/R-cran-reshape2
+		R-cran-reshape2>0:devel/R-cran-reshape2 \
+		R-cran-recipes>0.0.1:math/R-cran-recipes \
+		R-cran-withr>=2.0.0:devel/R-cran-withr
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 

Modified: head/devel/R-cran-caret/distinfo
==============================================================================
--- head/devel/R-cran-caret/distinfo	Sun Sep 10 20:55:38 2017	(r449591)
+++ head/devel/R-cran-caret/distinfo	Sun Sep 10 21:58:02 2017	(r449592)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493943975
-SHA256 (caret_6.0-76.tar.gz) = 8c210893d9be02b5ce09153302d72205dba8bab47c077db4c9e62259efef61f0
-SIZE (caret_6.0-76.tar.gz) = 2362161
+TIMESTAMP = 1504921326
+SHA256 (caret_6.0-77.tar.gz) = beec200e18a0bbcefa6ba0380b50bea2faf535ac66c4e7febd56e8630a018515
+SIZE (caret_6.0-77.tar.gz) = 4668444


More information about the svn-ports-all mailing list