svn commit: r440297 - head/textproc/R-cran-htmltools

TAKATSU Tomonari tota at FreeBSD.org
Sun May 7 02:37:51 UTC 2017


Author: tota
Date: Sun May  7 02:37:49 2017
New Revision: 440297
URL: https://svnweb.freebsd.org/changeset/ports/440297

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

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

Modified: head/textproc/R-cran-htmltools/Makefile
==============================================================================
--- head/textproc/R-cran-htmltools/Makefile	Sun May  7 02:21:19 2017	(r440296)
+++ head/textproc/R-cran-htmltools/Makefile	Sun May  7 02:37:49 2017	(r440297)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	htmltools
-PORTVERSION=	0.3.5
+PORTVERSION=	0.3.6
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,9 +11,11 @@ COMMENT=	Tools for HTML generation and o
 
 LICENSE=	GPLv2+
 
-RUN_DEPENDS=	R-cran-digest>0:security/R-cran-digest \
+CRAN_DEPENDS=	R-cran-digest>0:security/R-cran-digest \
 		R-cran-Rcpp>0:devel/R-cran-Rcpp
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/textproc/R-cran-htmltools/distinfo
==============================================================================
--- head/textproc/R-cran-htmltools/distinfo	Sun May  7 02:21:19 2017	(r440296)
+++ head/textproc/R-cran-htmltools/distinfo	Sun May  7 02:37:49 2017	(r440297)
@@ -1,2 +1,3 @@
-SHA256 (htmltools_0.3.5.tar.gz) = 29fb7e075744bbffdff8ba4fce3860076de66f39a59a100ee4cfb4fc00722b49
-SIZE (htmltools_0.3.5.tar.gz) = 44048
+TIMESTAMP = 1494124244
+SHA256 (htmltools_0.3.6.tar.gz) = 44affb82f9c2fd76c9e2b58f9229adb003217932b68c3fdbf1327c8d74c868a2
+SIZE (htmltools_0.3.6.tar.gz) = 45408


More information about the svn-ports-all mailing list