Index: head/devel/R-cran-plyr/Makefile =================================================================== --- head/devel/R-cran-plyr/Makefile (revision 401880) +++ head/devel/R-cran-plyr/Makefile (revision 401881) @@ -1,28 +1,25 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= plyr -PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTVERSION= 1.8.3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Tools for splitting, applying, and combining data LICENSE= MIT HW LICENSE_COMB= multi LICENSE_NAME_HW= Hadley Wickham COPYRIGHT LICENSE_FILE_HW= ${WRKSRC}/LICENSE LICENSE_PERMS_HW= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp \ - R-cran-itertools>0:${PORTSDIR}/devel/R-cran-itertools \ - R-cran-iterators>0:${PORTSDIR}/devel/R-cran-iterators +RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp USES= cran:auto-plist post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/plyr/libs/plyr.so .include Index: head/devel/R-cran-plyr/distinfo =================================================================== --- head/devel/R-cran-plyr/distinfo (revision 401880) +++ head/devel/R-cran-plyr/distinfo (revision 401881) @@ -1,2 +1,2 @@ -SHA256 (plyr_1.8.1.tar.gz) = 95393c61e7c066450ab76eb667e28e763c04a0afb9d6e4d3b397ba93efb04a38 -SIZE (plyr_1.8.1.tar.gz) = 393233 +SHA256 (plyr_1.8.3.tar.gz) = f31afae9b1998dcf806d9ec82474fac49837082e310a2c6e3ee3cbcb55ff641b +SIZE (plyr_1.8.3.tar.gz) = 392337 Index: head/devel/R-cran-plyr/pkg-descr =================================================================== --- head/devel/R-cran-plyr/pkg-descr (revision 401880) +++ head/devel/R-cran-plyr/pkg-descr (revision 401881) @@ -1,9 +1,9 @@ plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each pieces and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of plyr has been generously supported by BD (Becton Dickinson). -WWW: http://cran.r-project.org/web/packages/plyr/ +WWW: https://cran.r-project.org/web/packages/plyr/