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

TAKATSU Tomonari tota at FreeBSD.org
Mon Jun 15 15:02:35 UTC 2015


Author: tota
Date: Mon Jun 15 15:02:34 2015
New Revision: 389736
URL: https://svnweb.freebsd.org/changeset/ports/389736

Log:
  - Update to 0.2.5

Modified:
  head/graphics/R-cran-scales/Makefile
  head/graphics/R-cran-scales/distinfo

Modified: head/graphics/R-cran-scales/Makefile
==============================================================================
--- head/graphics/R-cran-scales/Makefile	Mon Jun 15 14:44:39 2015	(r389735)
+++ head/graphics/R-cran-scales/Makefile	Mon Jun 15 15:02:34 2015	(r389736)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	scales
-PORTVERSION=	0.2.4
-PORTREVISION=	1
+PORTVERSION=	0.2.5
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,12 +10,12 @@ COMMENT=	Scale functions for graphics
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	R-cran-RColorBrewer>=0:${PORTSDIR}/graphics/R-cran-RColorBrewer \
-		R-cran-stringr>=0:${PORTSDIR}/textproc/R-cran-stringr \
-		R-cran-dichromat>=0:${PORTSDIR}/graphics/R-cran-dichromat \
+RUN_DEPENDS=	R-cran-RColorBrewer>0:${PORTSDIR}/graphics/R-cran-RColorBrewer \
+		R-cran-dichromat>0:${PORTSDIR}/graphics/R-cran-dichromat \
+		R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr \
 		R-cran-munsell>=0.2:${PORTSDIR}/graphics/R-cran-munsell \
-		R-cran-plyr>=1.2:${PORTSDIR}/devel/R-cran-plyr \
-		R-cran-labeling>=0:${PORTSDIR}/math/R-cran-labeling
+		R-cran-labeling>0:${PORTSDIR}/math/R-cran-labeling \
+		R-cran-Rcpp>0:${PORTSDIR}/devel/R-cran-Rcpp
 
 USES=	cran:auto-plist
 

Modified: head/graphics/R-cran-scales/distinfo
==============================================================================
--- head/graphics/R-cran-scales/distinfo	Mon Jun 15 14:44:39 2015	(r389735)
+++ head/graphics/R-cran-scales/distinfo	Mon Jun 15 15:02:34 2015	(r389736)
@@ -1,2 +1,2 @@
-SHA256 (scales_0.2.4.tar.gz) = 5ba490c0a00909196b021336d636863c13b10ea8ea06a33b3701ae8862f4b921
-SIZE (scales_0.2.4.tar.gz) = 40093
+SHA256 (scales_0.2.5.tar.gz) = 4c4d90e3f6568c3a6c4c7e65e9a2582caa2388bac71ebc0ca18d18b883adb98b
+SIZE (scales_0.2.5.tar.gz) = 56346


More information about the svn-ports-all mailing list