svn commit: r451019 - head/devel/R-cran-doParallel
TAKATSU Tomonari
tota at FreeBSD.org
Sun Oct 1 06:35:49 UTC 2017
Author: tota
Date: Sun Oct 1 06:35:48 2017
New Revision: 451019
URL: https://svnweb.freebsd.org/changeset/ports/451019
Log:
- Update to 1.0.11
Modified:
head/devel/R-cran-doParallel/Makefile (contents, props changed)
head/devel/R-cran-doParallel/distinfo (contents, props changed)
Modified: head/devel/R-cran-doParallel/Makefile
==============================================================================
--- head/devel/R-cran-doParallel/Makefile Sun Oct 1 05:52:41 2017 (r451018)
+++ head/devel/R-cran-doParallel/Makefile Sun Oct 1 06:35:48 2017 (r451019)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= doParallel
-PORTVERSION= 1.0.10
+PORTVERSION= 1.0.11
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -11,8 +11,10 @@ COMMENT= Foreach parallel adaptor for the parallel pac
LICENSE= GPLv2
-RUN_DEPENDS= R-cran-foreach>=1.2.0:devel/R-cran-foreach \
+CRAN_DEPENDS= R-cran-foreach>=1.2.0:devel/R-cran-foreach \
R-cran-iterators>=1.0.0:devel/R-cran-iterators
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
Modified: head/devel/R-cran-doParallel/distinfo
==============================================================================
--- head/devel/R-cran-doParallel/distinfo Sun Oct 1 05:52:41 2017 (r451018)
+++ head/devel/R-cran-doParallel/distinfo Sun Oct 1 06:35:48 2017 (r451019)
@@ -1,2 +1,3 @@
-SHA256 (doParallel_1.0.10.tar.gz) = 70024b6950025cc027022ee409f382e5ad3680c0a25bcd404bfc16418be8add5
-SIZE (doParallel_1.0.10.tar.gz) = 173022
+TIMESTAMP = 1506764091
+SHA256 (doParallel_1.0.11.tar.gz) = 4ccbd2eb46d3e4f5251b0c3de4d93d9168b02bb0be493656d6aea236667ff76a
+SIZE (doParallel_1.0.11.tar.gz) = 172885
More information about the svn-ports-head
mailing list