svn commit: r427758 - head/graphics/R-cran-scales

TAKATSU Tomonari tota at FreeBSD.org
Sun Dec 4 08:08:45 UTC 2016


Author: tota
Date: Sun Dec  4 08:08:43 2016
New Revision: 427758
URL: https://svnweb.freebsd.org/changeset/ports/427758

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

Modified:
  head/graphics/R-cran-scales/Makefile   (contents, props changed)
  head/graphics/R-cran-scales/distinfo   (contents, props changed)

Modified: head/graphics/R-cran-scales/Makefile
==============================================================================
--- head/graphics/R-cran-scales/Makefile	Sun Dec  4 07:24:29 2016	(r427757)
+++ head/graphics/R-cran-scales/Makefile	Sun Dec  4 08:08:43 2016	(r427758)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	scales
-PORTVERSION=	0.4.0
+PORTVERSION=	0.4.1
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -10,13 +10,15 @@ COMMENT=	Scale functions for graphics
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer \
+CRAN_DEPENDS=	R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer \
 		R-cran-dichromat>0:graphics/R-cran-dichromat \
 		R-cran-plyr>0:devel/R-cran-plyr \
 		R-cran-munsell>=0.2:graphics/R-cran-munsell \
 		R-cran-labeling>0:math/R-cran-labeling \
 		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/graphics/R-cran-scales/distinfo
==============================================================================
--- head/graphics/R-cran-scales/distinfo	Sun Dec  4 07:24:29 2016	(r427757)
+++ head/graphics/R-cran-scales/distinfo	Sun Dec  4 08:08:43 2016	(r427758)
@@ -1,2 +1,3 @@
-SHA256 (scales_0.4.0.tar.gz) = 851ef6136339b361b3f843fb73ea89f9112279b9cc126bdb38acde8d24c1c6a7
-SIZE (scales_0.4.0.tar.gz) = 57358
+TIMESTAMP = 1480836442
+SHA256 (scales_0.4.1.tar.gz) = 642b88fb1fce7bac72a0038ce532b65b8a79dffe826fec25033cf386ab630cd3
+SIZE (scales_0.4.1.tar.gz) = 57703


More information about the svn-ports-all mailing list