Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2017 06:47:47 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440310 - head/math/R-cran-lme4
Message-ID:  <201705070647.v476lluf089063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun May  7 06:47:47 2017
New Revision: 440310
URL: https://svnweb.freebsd.org/changeset/ports/440310

Log:
  - Update to 1.1-13

Modified:
  head/math/R-cran-lme4/Makefile   (contents, props changed)
  head/math/R-cran-lme4/distinfo   (contents, props changed)

Modified: head/math/R-cran-lme4/Makefile
==============================================================================
--- head/math/R-cran-lme4/Makefile	Sun May  7 06:34:55 2017	(r440309)
+++ head/math/R-cran-lme4/Makefile	Sun May  7 06:47:47 2017	(r440310)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lme4
-DISTVERSION=	1.1-12
+DISTVERSION=	1.1-13
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,10 +11,12 @@ COMMENT=	Linear mixed-effects models usi
 
 LICENSE=	GPLv2+
 
-RUN_DEPENDS=	R-cran-minqa>=1.1.15:math/R-cran-minqa \
+CRAN_DEPENDS=	R-cran-minqa>=1.1.15:math/R-cran-minqa \
 		R-cran-nloptr>=1.0.4:math/R-cran-nloptr \
 		R-cran-Rcpp>=0.10.5:devel/R-cran-Rcpp \
 		R-cran-RcppEigen>0:math/R-cran-RcppEigen
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
 USES=	cran:auto-plist,compiles
 

Modified: head/math/R-cran-lme4/distinfo
==============================================================================
--- head/math/R-cran-lme4/distinfo	Sun May  7 06:34:55 2017	(r440309)
+++ head/math/R-cran-lme4/distinfo	Sun May  7 06:47:47 2017	(r440310)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468496661
-SHA256 (lme4_1.1-12.tar.gz) = 2976b567a4a2144814ff9db987b0aa55c16122c78ecb51b9e09b87fe66a1c048
-SIZE (lme4_1.1-12.tar.gz) = 3868402
+TIMESTAMP = 1494139061
+SHA256 (lme4_1.1-13.tar.gz) = 5fa8b63d15882d153ee105d399b559dd942d97b2e6e7deae3802f41cc451448e
+SIZE (lme4_1.1-13.tar.gz) = 3624472



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