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

TAKATSU Tomonari tota at FreeBSD.org
Sun Aug 7 02:43:18 UTC 2016


Author: tota
Date: Sun Aug  7 02:43:16 2016
New Revision: 419759
URL: https://svnweb.freebsd.org/changeset/ports/419759

Log:
  - Update to 6.0-71
  - Add "compiles" argument to USES=cran

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 Aug  7 02:03:59 2016	(r419758)
+++ head/devel/R-cran-caret/Makefile	Sun Aug  7 02:43:16 2016	(r419759)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	caret
-DISTVERSION=	6.0-70
+DISTVERSION=	6.0-71
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,12 +11,14 @@ COMMENT=	Classification and Regression T
 
 LICENSE=	GPLv2+
 
-RUN_DEPENDS=	R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
+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-reshape2>0:devel/R-cran-reshape2
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compile
 
 .include <bsd.port.mk>

Modified: head/devel/R-cran-caret/distinfo
==============================================================================
--- head/devel/R-cran-caret/distinfo	Sun Aug  7 02:03:59 2016	(r419758)
+++ head/devel/R-cran-caret/distinfo	Sun Aug  7 02:43:16 2016	(r419759)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465982430
-SHA256 (caret_6.0-70.tar.gz) = 21c5bdf7cf07bece38729465366564d8ca104c2466ee9fd800ca1fd88eb82f38
-SIZE (caret_6.0-70.tar.gz) = 4287504
+TIMESTAMP = 1470490237
+SHA256 (caret_6.0-71.tar.gz) = 403da6ad90613254fd58a37fa6084d61b5d855cf52ea696d7d305fa2860008f6
+SIZE (caret_6.0-71.tar.gz) = 4336523


More information about the svn-ports-all mailing list