Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2020 09:36:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544609 - head/math/R-cran-MatchIt
Message-ID:  <202008100936.07A9aVo5059736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 10 09:36:30 2020
New Revision: 544609
URL: https://svnweb.freebsd.org/changeset/ports/544609

Log:
  - Fix LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/math/R-cran-MatchIt/Makefile
  head/math/R-cran-MatchIt/pkg-descr

Modified: head/math/R-cran-MatchIt/Makefile
==============================================================================
--- head/math/R-cran-MatchIt/Makefile	Mon Aug 10 08:25:53 2020	(r544608)
+++ head/math/R-cran-MatchIt/Makefile	Mon Aug 10 09:36:30 2020	(r544609)
@@ -10,8 +10,7 @@ DISTNAME=	${PORTNAME}_${DISTVERSION}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Nonparametric Preprocessing for Parametric Casual Inference
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
 
 BUILD_DEPENDS=	R-cran-Matching>=0:math/R-cran-Matching \
 		R-cran-rgenoud>=0:math/R-cran-rgenoud

Modified: head/math/R-cran-MatchIt/pkg-descr
==============================================================================
--- head/math/R-cran-MatchIt/pkg-descr	Mon Aug 10 08:25:53 2020	(r544608)
+++ head/math/R-cran-MatchIt/pkg-descr	Mon Aug 10 09:36:30 2020	(r544609)
@@ -3,4 +3,4 @@ control groups with similar covariate distributions - 
 to match exactly on covariates, to match on propensity scores, or
 perform a variety of other matching procedures.
 
-WWW: http://gking.harvard.edu/matchit
+WWW: https://gking.harvard.edu/matchit



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