svn commit: r556824 - head/math/R-cran-MatchIt

Wen Heping wen at FreeBSD.org
Wed Dec 2 14:13:48 UTC 2020


Author: wen
Date: Wed Dec  2 14:13:47 2020
New Revision: 556824
URL: https://svnweb.freebsd.org/changeset/ports/556824

Log:
  - Update to 4.0.1

Modified:
  head/math/R-cran-MatchIt/Makefile
  head/math/R-cran-MatchIt/distinfo

Modified: head/math/R-cran-MatchIt/Makefile
==============================================================================
--- head/math/R-cran-MatchIt/Makefile	Wed Dec  2 14:13:24 2020	(r556823)
+++ head/math/R-cran-MatchIt/Makefile	Wed Dec  2 14:13:47 2020	(r556824)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	MatchIt
-DISTVERSION=	3.0.2
-PORTREVISION=	4
+DISTVERSION=	4.0.1
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -13,10 +12,16 @@ COMMENT=	Nonparametric Preprocessing for Parametric Ca
 LICENSE=	GPLv2+
 
 BUILD_DEPENDS=	R-cran-Matching>=0:math/R-cran-Matching \
-		R-cran-rgenoud>=0:math/R-cran-rgenoud
+		R-cran-rgenoud>=0:math/R-cran-rgenoud \
+		R-cran-Rcpp>=0:devel/R-cran-Rcpp \
+		R-cran-RcppProgress>=0:devel/R-cran-RcppProgress \
+		R-cran-backports>=0:math/R-cran-backports
 RUN_DEPENDS=	R-cran-Matching>=0:math/R-cran-Matching \
-		R-cran-rgenoud>=0:math/R-cran-rgenoud
+		R-cran-rgenoud>=0:math/R-cran-rgenoud\
+		R-cran-Rcpp>=:devel/R-cran-Rcpp\
+		R-cran-RcppProgress>=0:devel/R-cran-RcppProgress \
+		R-cran-backports>=0:math/R-cran-backports
 
-USES=		cran:auto-plist
+USES=		cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-MatchIt/distinfo
==============================================================================
--- head/math/R-cran-MatchIt/distinfo	Wed Dec  2 14:13:24 2020	(r556823)
+++ head/math/R-cran-MatchIt/distinfo	Wed Dec  2 14:13:47 2020	(r556824)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517229395
-SHA256 (MatchIt_3.0.2.tar.gz) = 782b159a2b5172e758e3993177930d604140ae668fd8a7c98c30792df80de9de
-SIZE (MatchIt_3.0.2.tar.gz) = 317607
+TIMESTAMP = 1606935523
+SHA256 (MatchIt_4.0.1.tar.gz) = f6f7856bd45c2da68a91a09f288143713f131bf6a25975c9e9bd08588b613c28
+SIZE (MatchIt_4.0.1.tar.gz) = 1493734


More information about the svn-ports-all mailing list