diff options
author | tota <tota@FreeBSD.org> | 2018-03-23 19:27:46 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2018-03-23 19:27:46 +0800 |
commit | 9b932aa7f98cbe98fe9e7d40e2f46b8aad44dd3d (patch) | |
tree | 897306bb71f15f235f48602ff50da10b15c6e005 /math | |
parent | 356051cdebd00cf31b3c9ae1040b5fe11fe621e5 (diff) | |
download | freebsd-ports-gnome-9b932aa7f98cbe98fe9e7d40e2f46b8aad44dd3d.tar.gz freebsd-ports-gnome-9b932aa7f98cbe98fe9e7d40e2f46b8aad44dd3d.tar.zst freebsd-ports-gnome-9b932aa7f98cbe98fe9e7d40e2f46b8aad44dd3d.zip |
- Update to 0.21.0
- Fix LICENSE section
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-NMF/Makefile | 10 | ||||
-rw-r--r-- | math/R-cran-NMF/distinfo | 5 |
2 files changed, 8 insertions, 7 deletions
diff --git a/math/R-cran-NMF/Makefile b/math/R-cran-NMF/Makefile index d32f0ccb3c8f..08cb7720b70c 100644 --- a/math/R-cran-NMF/Makefile +++ b/math/R-cran-NMF/Makefile @@ -2,18 +2,16 @@ # $FreeBSD$ PORTNAME= NMF -PORTVERSION= 0.20.6 -PORTREVISION= 2 +PORTVERSION= 0.21.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Algorithms and Framework for Nonnegative Matrix Factorization -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-pkgmaker>=0.20:devel/R-cran-pkgmaker \ +CRAN_DEPENDS= R-cran-pkgmaker>=0.20:devel/R-cran-pkgmaker \ R-cran-registry>0:devel/R-cran-registry \ R-cran-rngtools>=1.2.3:devel/R-cran-rngtools \ R-cran-stringr>=1.0.0:textproc/R-cran-stringr \ @@ -25,6 +23,8 @@ RUN_DEPENDS= R-cran-pkgmaker>=0.20:devel/R-cran-pkgmaker \ R-cran-doParallel>0:devel/R-cran-doParallel \ R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-reshape2>0:devel/R-cran-reshape2 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles diff --git a/math/R-cran-NMF/distinfo b/math/R-cran-NMF/distinfo index f1dcad51d95c..e0a8fad87319 100644 --- a/math/R-cran-NMF/distinfo +++ b/math/R-cran-NMF/distinfo @@ -1,2 +1,3 @@ -SHA256 (NMF_0.20.6.tar.gz) = dfccd4b4d6ec90cd7628fd128d2456d792f406cee4d32b13448dcb0ffe4ab056 -SIZE (NMF_0.20.6.tar.gz) = 1764466 +TIMESTAMP = 1521801445 +SHA256 (NMF_0.21.0.tar.gz) = 3b30c81c66066fab4a63c5611a0313418b840d8b63414db31ef0e932872d02e3 +SIZE (NMF_0.21.0.tar.gz) = 1587085 |