diff options
author | tota <tota@FreeBSD.org> | 2013-10-04 05:03:28 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2013-10-04 05:03:28 +0800 |
commit | 3d146a46d1da2b57e8b190f5e38efb1103840500 (patch) | |
tree | 16c277900e712a2a637521b89da825ad523ac3fb /science/R-cran-snow | |
parent | a323c392db4d4bbf4299991dc50d9ab29c26388b (diff) | |
download | freebsd-ports-gnome-3d146a46d1da2b57e8b190f5e38efb1103840500.tar.gz freebsd-ports-gnome-3d146a46d1da2b57e8b190f5e38efb1103840500.tar.zst freebsd-ports-gnome-3d146a46d1da2b57e8b190f5e38efb1103840500.zip |
- Update to 0.3-13
- Add LICENSE section
- Replace tab with a space after WWW: in pkg-descr
Diffstat (limited to 'science/R-cran-snow')
-rw-r--r-- | science/R-cran-snow/Makefile | 6 | ||||
-rw-r--r-- | science/R-cran-snow/distinfo | 4 | ||||
-rw-r--r-- | science/R-cran-snow/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/science/R-cran-snow/Makefile b/science/R-cran-snow/Makefile index d1a0e4c2dfbe..948cba106f49 100644 --- a/science/R-cran-snow/Makefile +++ b/science/R-cran-snow/Makefile @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= snow -DISTVERSION= 0.3-12 -PORTREVISION= 1 +DISTVERSION= 0.3-13 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Support for simple parallel computing in R +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_R_MOD= yes R_MOD_AUTOPLIST= yes diff --git a/science/R-cran-snow/distinfo b/science/R-cran-snow/distinfo index 91235dc2004d..571f7f4c3cb9 100644 --- a/science/R-cran-snow/distinfo +++ b/science/R-cran-snow/distinfo @@ -1,2 +1,2 @@ -SHA256 (snow_0.3-12.tar.gz) = 0cc259e50f29439028d016475f6cb70f7e613fabcc979e77377cfdc09fef3452 -SIZE (snow_0.3-12.tar.gz) = 22473 +SHA256 (snow_0.3-13.tar.gz) = ceb6af66f8c988a7606c4ba2d7ccf84c14bca6c376f8d9133089296607c14bc1 +SIZE (snow_0.3-13.tar.gz) = 22741 diff --git a/science/R-cran-snow/pkg-descr b/science/R-cran-snow/pkg-descr index fb15a1437c5b..dcebe01bf99d 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: http://cran.r-project.org/web/packages/snow/ |