Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 11:47:52 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 16ddd03f4a41 - main - math/R-cran-outliers: Adopt port / Update to 0.15
Message-ID:  <202206211147.25LBlqC3065012@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16ddd03f4a41d9bc00ed716a4b5559b95fa05774

commit 16ddd03f4a41d9bc00ed716a4b5559b95fa05774
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-06-21 11:41:27 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-21 11:47:38 +0000

    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
---
 math/R-cran-outliers/Makefile  | 8 +++++---
 math/R-cran-outliers/distinfo  | 5 +++--
 math/R-cran-outliers/pkg-descr | 2 +-
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206211147.25LBlqC3065012>