svn commit: r420007 - head/textproc/R-cran-DT

TAKATSU Tomonari tota at FreeBSD.org
Wed Aug 10 10:53:32 UTC 2016


Author: tota
Date: Wed Aug 10 10:53:31 2016
New Revision: 420007
URL: https://svnweb.freebsd.org/changeset/ports/420007

Log:
  - Update to 0.2

Modified:
  head/textproc/R-cran-DT/Makefile   (contents, props changed)
  head/textproc/R-cran-DT/distinfo   (contents, props changed)

Modified: head/textproc/R-cran-DT/Makefile
==============================================================================
--- head/textproc/R-cran-DT/Makefile	Wed Aug 10 10:21:09 2016	(r420006)
+++ head/textproc/R-cran-DT/Makefile	Wed Aug 10 10:53:31 2016	(r420007)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DT
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,9 +11,11 @@ COMMENT=	Wrapper of the JavaScript Libra
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	R-cran-htmltools>0:textproc/R-cran-htmltools \
-		R-cran-htmlwidgets>=0.4:www/R-cran-htmlwidgets \
+CRAN_DEPENDS=	R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \
+		R-cran-htmlwidgets>=0.6:www/R-cran-htmlwidgets \
 		R-cran-magrittr>0:devel/R-cran-magrittr
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
 USES=	cran:auto-plist
 

Modified: head/textproc/R-cran-DT/distinfo
==============================================================================
--- head/textproc/R-cran-DT/distinfo	Wed Aug 10 10:21:09 2016	(r420006)
+++ head/textproc/R-cran-DT/distinfo	Wed Aug 10 10:53:31 2016	(r420007)
@@ -1,2 +1,3 @@
-SHA256 (DT_0.1.tar.gz) = 129bdafededbdcc3279d63b16f00c885b215f23cab2edfe33c9cbe177c8c4756
-SIZE (DT_0.1.tar.gz) = 332407
+TIMESTAMP = 1470824852
+SHA256 (DT_0.2.tar.gz) = a1b7f9e5c31a241fdf78ac582499f346e915ff948554980bbc2262c924b806bd
+SIZE (DT_0.2.tar.gz) = 837622


More information about the svn-ports-all mailing list