svn commit: r472838 - head/math/R-cran-units

TAKATSU Tomonari tota at FreeBSD.org
Wed Jun 20 02:23:19 UTC 2018


Author: tota
Date: Wed Jun 20 02:23:17 2018
New Revision: 472838
URL: https://svnweb.freebsd.org/changeset/ports/472838

Log:
  - Update to 0.6-0

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

Modified: head/math/R-cran-units/Makefile
==============================================================================
--- head/math/R-cran-units/Makefile	Wed Jun 20 01:38:58 2018	(r472837)
+++ head/math/R-cran-units/Makefile	Wed Jun 20 02:23:17 2018	(r472838)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	units
-DISTVERSION=	0.5-1
+DISTVERSION=	0.6-0
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,10 +11,11 @@ COMMENT=	Measurement Units for R Vectors
 
 LICENSE=	GPLv2
 
-CRAN_DEPENDS=	R-cran-udunits2>=0.13:science/R-cran-udunits2
+CRAN_DEPENDS=	R-cran-Rcpp>0:devel/R-cran-Rcpp
+LIB_DEPENDS=	libudunits2.so:science/udunits
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 
-USES=		cran:auto-plist
+USES=		cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-units/distinfo
==============================================================================
--- head/math/R-cran-units/distinfo	Wed Jun 20 01:38:58 2018	(r472837)
+++ head/math/R-cran-units/distinfo	Wed Jun 20 02:23:17 2018	(r472838)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522656165
-SHA256 (units_0.5-1.tar.gz) = 749bc6b81d623d27e6a8784eff34526aa4e371ce4880e91f49cbdd7de6830b1e
-SIZE (units_0.5-1.tar.gz) = 836705
+TIMESTAMP = 1529396929
+SHA256 (units_0.6-0.tar.gz) = 56f08a0e420b3e20b1e19dc983abfaa8b90245b3df86f6916889b1dd218ce419
+SIZE (units_0.6-0.tar.gz) = 912393


More information about the svn-ports-all mailing list