svn commit: r328705 - head/math/R-cran-sspir

Steven Kreuzer skreuzer at FreeBSD.org
Sun Sep 29 14:55:53 UTC 2013


Author: skreuzer
Date: Sun Sep 29 14:55:52 2013
New Revision: 328705
URL: http://svnweb.freebsd.org/changeset/ports/328705

Log:
  Fix version logic in RUN_DEPENDS

Modified:
  head/math/R-cran-sspir/Makefile

Modified: head/math/R-cran-sspir/Makefile
==============================================================================
--- head/math/R-cran-sspir/Makefile	Sun Sep 29 14:54:20 2013	(r328704)
+++ head/math/R-cran-sspir/Makefile	Sun Sep 29 14:55:52 2013	(r328705)
@@ -9,8 +9,8 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	A glm-like formula to define dynamic generalized linear models
 
-RUN_DEPENDS=	R-cran-mvtnorm>0.9.96_11:${PORTSDIR}/math/R-cran-mvtnorm \
-		R-cran-KFAS>0.9.11_3:${PORTSDIR}/math/R-cran-KFAS
+RUN_DEPENDS=	R-cran-mvtnorm>=0.9.96_11:${PORTSDIR}/math/R-cran-mvtnorm \
+		R-cran-KFAS>=0.9.11_3:${PORTSDIR}/math/R-cran-KFAS
 
 USE_R_MOD=	yes
 R_MOD_AUTOPLIST=	yes


More information about the svn-ports-all mailing list