Index: head/devel/R-cran-foreach/Makefile =================================================================== --- head/devel/R-cran-foreach/Makefile (revision 401879) +++ head/devel/R-cran-foreach/Makefile (revision 401880) @@ -1,19 +1,18 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= foreach -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Foreach looping construct for R LICENSE= APACHE20 RUN_DEPENDS= R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators USES= cran:auto-plist .include Index: head/devel/R-cran-foreach/distinfo =================================================================== --- head/devel/R-cran-foreach/distinfo (revision 401879) +++ head/devel/R-cran-foreach/distinfo (revision 401880) @@ -1,2 +1,2 @@ -SHA256 (foreach_1.4.2.tar.gz) = d4fd8f090029d9b9168ae415e6ab13ef017f06f1879488a2e0af4bcfd999ff24 -SIZE (foreach_1.4.2.tar.gz) = 359739 +SHA256 (foreach_1.4.3.tar.gz) = 1ef03f770f726a62e3753f2402eb26b226245958fa99d570d003fc9e47d35881 +SIZE (foreach_1.4.3.tar.gz) = 359787 Index: head/devel/R-cran-foreach/pkg-descr =================================================================== --- head/devel/R-cran-foreach/pkg-descr (revision 401879) +++ head/devel/R-cran-foreach/pkg-descr (revision 401880) @@ -1,9 +1,9 @@ Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel. -WWW: http://cran.r-project.org/web/packages/foreach/ +WWW: https://cran.r-project.org/web/packages/foreach/