Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 07:38:28 +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: r419344 - head/math/R-cran-spdep
Message-ID:  <201607310738.u6V7cSgw041236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Jul 31 07:38:28 2016
New Revision: 419344
URL: https://svnweb.freebsd.org/changeset/ports/419344

Log:
  - Update to 0.6-6
  - Add "compiles" argument to USES=cran

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

Modified: head/math/R-cran-spdep/Makefile
==============================================================================
--- head/math/R-cran-spdep/Makefile	Sun Jul 31 07:15:14 2016	(r419343)
+++ head/math/R-cran-spdep/Makefile	Sun Jul 31 07:38:28 2016	(r419344)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spdep
-DISTVERSION=	0.6-5
+DISTVERSION=	0.6-6
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,12 +11,13 @@ COMMENT=	Spatial dependence: weighting s
 
 LICENSE=	GPLv2+
 
+LIB_DEPENDS=	libopenblasp.so:math/openblas
 RUN_DEPENDS=	R-cran-sp>=1.0:math/R-cran-sp \
 		R-cran-LearnBayes>0:math/R-cran-LearnBayes \
 		R-cran-deldir>0:math/R-cran-deldir \
 		R-cran-coda>0:math/R-cran-coda \
 		R-cran-gmodels>0:devel/R-cran-gmodels
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-spdep/distinfo
==============================================================================
--- head/math/R-cran-spdep/distinfo	Sun Jul 31 07:15:14 2016	(r419343)
+++ head/math/R-cran-spdep/distinfo	Sun Jul 31 07:38:28 2016	(r419344)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464956875
-SHA256 (spdep_0.6-5.tar.gz) = fd0ad6c83a0029472b7ce7fa5e65ee1c5023bd868ccfa579886addc2b424da05
-SIZE (spdep_0.6-5.tar.gz) = 3227486
+TIMESTAMP = 1469948435
+SHA256 (spdep_0.6-6.tar.gz) = 75ab5f97a573c2f8f6fd40a70b5ea1325ebce1b343854d2738cf5202b829e56c
+SIZE (spdep_0.6-6.tar.gz) = 3266338



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