aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2022-06-21 11:41:27 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2022-06-21 11:47:38 +0000
commit16ddd03f4a41d9bc00ed716a4b5559b95fa05774 (patch)
tree2b6e649b4595b94fb541b278e71164e0eb413814 /math
parent1bc65972efc1145645e6f77f8778b2a38ef7cafb (diff)
downloadports-16ddd03f4a41d9bc00ed716a4b5559b95fa05774.tar.gz
ports-16ddd03f4a41d9bc00ed716a4b5559b95fa05774.zip
math/R-cran-outliers: Adopt port / Update to 0.15
- switch to DISTVERSION - add license - update WWW URL from http:// to https:// ChangeLog: not available
Diffstat (limited to 'math')
-rw-r--r--math/R-cran-outliers/Makefile8
-rw-r--r--math/R-cran-outliers/distinfo5
-rw-r--r--math/R-cran-outliers/pkg-descr2
3 files changed, 9 insertions, 6 deletions
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 <danfe@FreeBSD.org>
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 <bsd.port.mk>
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/