diff --git a/math/R-cran-outliers/Makefile b/math/R-cran-outliers/Makefile index d141ad36e3eb..8893559a3bd9 100644 --- a/math/R-cran-outliers/Makefile +++ b/math/R-cran-outliers/Makefile @@ -1,14 +1,16 @@ # Created by: Alexey Dokuchaev PORTNAME= outliers -PORTVERSION= 0.14 -PORTREVISION= 9 +DISTVERSION= 0.15 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Collection of some tests commonly used for identifying outliers +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= multi + USES= cran:auto-plist .include diff --git a/math/R-cran-outliers/distinfo b/math/R-cran-outliers/distinfo index 20a9e82f8d10..9c4cd20e420b 100644 --- a/math/R-cran-outliers/distinfo +++ b/math/R-cran-outliers/distinfo @@ -1,2 +1,3 @@ -SHA256 (outliers_0.14.tar.gz) = b6ce8f1db6442481546131def8253cabdf4472116d193daea7cb935d2b76986d -SIZE (outliers_0.14.tar.gz) = 15090 +TIMESTAMP = 1655583729 +SHA256 (outliers_0.15.tar.gz) = cc31d7f2faefd2c3a27f8ce78c7e67d3b321dcd6690292fad2468125e5e635fb +SIZE (outliers_0.15.tar.gz) = 15967 diff --git a/math/R-cran-outliers/pkg-descr b/math/R-cran-outliers/pkg-descr index 40ec8d9604e0..5862d74d98aa 100644 --- a/math/R-cran-outliers/pkg-descr +++ b/math/R-cran-outliers/pkg-descr @@ -12,4 +12,4 @@ A collection of some tests commonly used for identifying outliers: - Remove the value(s) most differing from the mean - Calculate scores of the sample -WWW: http://cran.r-project.org/web/packages/outliers/ +WWW: https://cran.r-project.org/web/packages/outliers/