diff options
-rw-r--r-- | science/R-cran-snow/Makefile | 3 | ||||
-rw-r--r-- | science/R-cran-snow/distinfo | 4 | ||||
-rw-r--r-- | science/R-cran-snow/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/science/R-cran-snow/Makefile b/science/R-cran-snow/Makefile index ec408edb834e..9e193fb5f75b 100644 --- a/science/R-cran-snow/Makefile +++ b/science/R-cran-snow/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= snow -DISTVERSION= 0.3-13 -PORTREVISION= 4 +DISTVERSION= 0.4-1 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-snow/distinfo b/science/R-cran-snow/distinfo index 571f7f4c3cb9..81ecda6bf700 100644 --- a/science/R-cran-snow/distinfo +++ b/science/R-cran-snow/distinfo @@ -1,2 +1,2 @@ -SHA256 (snow_0.3-13.tar.gz) = ceb6af66f8c988a7606c4ba2d7ccf84c14bca6c376f8d9133089296607c14bc1 -SIZE (snow_0.3-13.tar.gz) = 22741 +SHA256 (snow_0.4-1.tar.gz) = 1c4962851608c936e68ffbf3409573d869a78857e606d43ddf2971ac10f622a7 +SIZE (snow_0.4-1.tar.gz) = 22397 diff --git a/science/R-cran-snow/pkg-descr b/science/R-cran-snow/pkg-descr index dcebe01bf99d..48ad2779e2ee 100644 --- a/science/R-cran-snow/pkg-descr +++ b/science/R-cran-snow/pkg-descr @@ -18,4 +18,4 @@ the NetWorkSpaces server must be running. SOCK clusters are the easiest approach for using snow on a single multi-core computer as they require no additional software. -WWW: http://cran.r-project.org/web/packages/snow/ +WWW: https://cran.r-project.org/web/packages/snow/ |