svn commit: r436698 - head/devel/R-cran-randomForest

Steven Kreuzer skreuzer at FreeBSD.org
Wed Mar 22 13:04:13 UTC 2017


Author: skreuzer
Date: Wed Mar 22 13:04:12 2017
New Revision: 436698
URL: https://svnweb.freebsd.org/changeset/ports/436698

Log:
  Update to version 4.6-12
  Add 'compile' to USES
  
  Reported by:	Jason Bacon <bacon4000 at gmail.com>

Modified:
  head/devel/R-cran-randomForest/Makefile
  head/devel/R-cran-randomForest/distinfo

Modified: head/devel/R-cran-randomForest/Makefile
==============================================================================
--- head/devel/R-cran-randomForest/Makefile	Wed Mar 22 13:02:27 2017	(r436697)
+++ head/devel/R-cran-randomForest/Makefile	Wed Mar 22 13:04:12 2017	(r436698)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	randomForest
-DISTVERSION=	4.6-7
-PORTREVISION=	6
+DISTVERSION=	4.6-12
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,6 +10,6 @@ COMMENT=	Classification based on a fores
 
 RUN_DEPENDS=	R-cran-RColorBrewer>=1.0.5_6:graphics/R-cran-RColorBrewer
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/devel/R-cran-randomForest/distinfo
==============================================================================
--- head/devel/R-cran-randomForest/distinfo	Wed Mar 22 13:02:27 2017	(r436697)
+++ head/devel/R-cran-randomForest/distinfo	Wed Mar 22 13:04:12 2017	(r436698)
@@ -1,2 +1,3 @@
-SHA256 (randomForest_4.6-7.tar.gz) = 8206e88b242c07efc10f148d17dfcc265a31361e1bcf44bfe17aed95c357be0b
-SIZE (randomForest_4.6-7.tar.gz) = 77163
+TIMESTAMP = 1490124360
+SHA256 (randomForest_4.6-12.tar.gz) = 6e512f8f88a51c01a918360acba61f1f39432f6e690bc231b7864218558b83c4
+SIZE (randomForest_4.6-12.tar.gz) = 79566


More information about the svn-ports-all mailing list