diff options
author | pfg <pfg@FreeBSD.org> | 2018-03-07 02:21:52 +0800 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2018-03-07 02:21:52 +0800 |
commit | 51258d55787834e3500ca1d3cf602fb371cffc54 (patch) | |
tree | 391c0868452e64a3aba2d6a1ada8721115fbe76a /math | |
parent | 4bc23f953c7c0b0510dda92f196b46dd2ae4509e (diff) | |
download | freebsd-ports-gnome-51258d55787834e3500ca1d3cf602fb371cffc54.tar.gz freebsd-ports-gnome-51258d55787834e3500ca1d3cf602fb371cffc54.tar.zst freebsd-ports-gnome-51258d55787834e3500ca1d3cf602fb371cffc54.zip |
math/R-cran-truncnorm: Update to 1.0-8
Minor update.
Use canonical R-cran WWW link while here.
PR: 226262
Approved by: koobs (ports)
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-truncnorm/Makefile | 2 | ||||
-rw-r--r-- | math/R-cran-truncnorm/distinfo | 6 | ||||
-rw-r--r-- | math/R-cran-truncnorm/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/R-cran-truncnorm/Makefile b/math/R-cran-truncnorm/Makefile index 0ce4a3625507..45ea07177397 100644 --- a/math/R-cran-truncnorm/Makefile +++ b/math/R-cran-truncnorm/Makefile @@ -3,7 +3,7 @@ PORTNAME= truncnorm PORTREVISION= 1 -DISTVERSION= 1.0-7 +DISTVERSION= 1.0-8 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-truncnorm/distinfo b/math/R-cran-truncnorm/distinfo index c21b23d76f1e..2aca2f324ef2 100644 --- a/math/R-cran-truncnorm/distinfo +++ b/math/R-cran-truncnorm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475192353 -SHA256 (truncnorm_1.0-7.tar.gz) = c7d775d09e2dcbcc543c03a207b4407b8548b5fdfeb4c017f12818507e014ce1 -SIZE (truncnorm_1.0-7.tar.gz) = 9909 +TIMESTAMP = 1519827940 +SHA256 (truncnorm_1.0-8.tar.gz) = 49564e8d87063cf9610201fbc833859ed01935cc0581b9e21c42a0d21a47c87e +SIZE (truncnorm_1.0-8.tar.gz) = 11382 diff --git a/math/R-cran-truncnorm/pkg-descr b/math/R-cran-truncnorm/pkg-descr index e579ec5a61ea..c0ea061ae528 100644 --- a/math/R-cran-truncnorm/pkg-descr +++ b/math/R-cran-truncnorm/pkg-descr @@ -2,4 +2,4 @@ Density, distribution function, quantile function, random generation and expected value function for the truncated normal distribution with mean equal to 'mean' and standard deviation equal to 'sd'. -WWW: http://cran.r-project.org/web/packages/truncnorm/ +WWW: https://cran.r-project.org/package=truncnorm |