mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 6.0-71
- Add "compiles" argument to USES=cran
This commit is contained in:
parent
941b257cb9
commit
06aa50f33c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419759
@ -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 Training
|
||||
|
||||
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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user