svn commit: r329229 - head/science/R-cran-snow
TAKATSU Tomonari
tota at FreeBSD.org
Thu Oct 3 21:03:29 UTC 2013
Author: tota
Date: Thu Oct 3 21:03:28 2013
New Revision: 329229
URL: http://svnweb.freebsd.org/changeset/ports/329229
Log:
- Update to 0.3-13
- Add LICENSE section
- Replace tab with a space after WWW: in pkg-descr
Modified:
head/science/R-cran-snow/Makefile
head/science/R-cran-snow/distinfo
head/science/R-cran-snow/pkg-descr
Modified: head/science/R-cran-snow/Makefile
==============================================================================
--- head/science/R-cran-snow/Makefile Thu Oct 3 20:46:28 2013 (r329228)
+++ head/science/R-cran-snow/Makefile Thu Oct 3 21:03:28 2013 (r329229)
@@ -2,14 +2,16 @@
# $FreeBSD$
PORTNAME= snow
-DISTVERSION= 0.3-12
-PORTREVISION= 1
+DISTVERSION= 0.3-13
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
COMMENT= Support for simple parallel computing in R
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
Modified: head/science/R-cran-snow/distinfo
==============================================================================
--- head/science/R-cran-snow/distinfo Thu Oct 3 20:46:28 2013 (r329228)
+++ head/science/R-cran-snow/distinfo Thu Oct 3 21:03:28 2013 (r329229)
@@ -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
Modified: head/science/R-cran-snow/pkg-descr
==============================================================================
--- head/science/R-cran-snow/pkg-descr Thu Oct 3 20:46:28 2013 (r329228)
+++ head/science/R-cran-snow/pkg-descr Thu Oct 3 21:03:28 2013 (r329229)
@@ -18,4 +18,4 @@ the NetWorkSpaces server must be running
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/
More information about the svn-ports-all
mailing list