Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 06:48:09 +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: r531099 - head/math/R-cran-geometry
Message-ID:  <202004080648.0386m90P069548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Wed Apr  8 06:48:09 2020
New Revision: 531099
URL: https://svnweb.freebsd.org/changeset/ports/531099

Log:
  - Update to 0.4.5

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

Modified: head/math/R-cran-geometry/Makefile
==============================================================================
--- head/math/R-cran-geometry/Makefile	Wed Apr  8 06:41:36 2020	(r531098)
+++ head/math/R-cran-geometry/Makefile	Wed Apr  8 06:48:09 2020	(r531099)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	geometry
-DISTVERSION=	0.3-6
-PORTREVISION=	2
+DISTVERSION=	0.4.5
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,12 +10,15 @@ MAINTAINER=	tota@FreeBSD.org
 COMMENT=	Mesh Generation and Surface Tesselation
 
 LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cran:auto-plist,compiles
-
-CRAN_DEPENDS=	R-cran-magic>0:math/R-cran-magic
+CRAN_DEPENDS=	R-cran-magic>0:math/R-cran-magic \
+		R-cran-Rcpp>0:devel/R-cran-Rcpp \
+		R-cran-lpSolve>0:math/R-cran-lpSolve \
+		R-cran-linprog>0:math/R-cran-linprog \
+		R-cran-RcppProgress>0:devel/R-cran-RcppProgress
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-geometry/distinfo
==============================================================================
--- head/math/R-cran-geometry/distinfo	Wed Apr  8 06:41:36 2020	(r531098)
+++ head/math/R-cran-geometry/distinfo	Wed Apr  8 06:48:09 2020	(r531099)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523349959
-SHA256 (geometry_0.3-6.tar.gz) = 2be231ac99171367635cd957f27da77705329df97520ab86f655839c41dc0968
-SIZE (geometry_0.3-6.tar.gz) = 480200
+TIMESTAMP = 1586294269
+SHA256 (geometry_0.4.5.tar.gz) = 8fedd17c64468721d398e3c17a39706321ab71098b29f5e8d8039dd115a220d8
+SIZE (geometry_0.4.5.tar.gz) = 966087



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