Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2016 09:56:19 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428984 - head/math/R-cran-car
Message-ID:  <201612200956.uBK9uJUd092378@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Tue Dec 20 09:56:19 2016
New Revision: 428984
URL: https://svnweb.freebsd.org/changeset/ports/428984

Log:
  math/R-cran-car: updated to version 2.1-4
  
   - updated comment to align with CRAN package
   - updated license to align with CRAN package
   - add new test dependencies:
     - math/R-cran-MatrixModels
     - math/R-cran-SparseM
     - math/R-cran-lme4
     - math/R-cran-nloptr
     - math/R-cran-survey
   - set NO_ARCH as port does not compile
  
  Generated by:	portcran (0.1.3)

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

Modified: head/math/R-cran-car/Makefile
==============================================================================
--- head/math/R-cran-car/Makefile	Tue Dec 20 09:42:10 2016	(r428983)
+++ head/math/R-cran-car/Makefile	Tue Dec 20 09:56:19 2016	(r428984)
@@ -2,21 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	car
-DISTVERSION=	2.1-3
+DISTVERSION=	2.1-4
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	dbn@FreeBSD.org
-COMMENT=	Companion to Applied Regression for R
+COMMENT=	Companion to Applied Regression
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
 
-RUN_DEPENDS=	R-cran-pbkrtest>=0.3.2:math/R-cran-pbkrtest \
+RUN_DEPENDS=	R-cran-pbkrtest>=0.4.4:math/R-cran-pbkrtest \
 		R-cran-quantreg>0:math/R-cran-quantreg
-TEST_DEPENDS=	R-cran-lmtest>=0.9.26:finance/R-cran-lmtest \
-		R-cran-sandwich>0:math/R-cran-sandwich
+TEST_DEPENDS=	R-cran-lmtest>0:finance/R-cran-lmtest \
+		R-cran-MatrixModels>0:math/R-cran-MatrixModels \
+		R-cran-SparseM>0:math/R-cran-SparseM \
+		R-cran-lme4>0:math/R-cran-lme4 \
+		R-cran-nloptr>0:math/R-cran-nloptr \
+		R-cran-sandwich>0:math/R-cran-sandwich \
+		R-cran-survey>0:math/R-cran-survey
 
 USES=		cran:auto-plist
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>

Modified: head/math/R-cran-car/distinfo
==============================================================================
--- head/math/R-cran-car/distinfo	Tue Dec 20 09:42:10 2016	(r428983)
+++ head/math/R-cran-car/distinfo	Tue Dec 20 09:56:19 2016	(r428984)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471277775
-SHA256 (car_2.1-3.tar.gz) = 2fac29c7b79a01a8fb925d87ca9eefb6f688500fe063921b9f9add4494cee63f
-SIZE (car_2.1-3.tar.gz) = 622922
+TIMESTAMP = 1482156791
+SHA256 (car_2.1-4.tar.gz) = fd39cf1750cb560a66623fea3fa9e6a94fc24e3dc36367aff24df7d0743edb28
+SIZE (car_2.1-4.tar.gz) = 630882



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