svn commit: r414840 - head/databases/R-cran-RMySQL

TAKATSU Tomonari tota at FreeBSD.org
Mon May 9 12:20:29 UTC 2016


Author: tota
Date: Mon May  9 12:20:28 2016
New Revision: 414840
URL: https://svnweb.freebsd.org/changeset/ports/414840

Log:
  - Update to 0.10.9
  - Convert to USES=mysql

Modified:
  head/databases/R-cran-RMySQL/Makefile   (contents, props changed)
  head/databases/R-cran-RMySQL/distinfo   (contents, props changed)

Modified: head/databases/R-cran-RMySQL/Makefile
==============================================================================
--- head/databases/R-cran-RMySQL/Makefile	Mon May  9 11:12:22 2016	(r414839)
+++ head/databases/R-cran-RMySQL/Makefile	Mon May  9 12:20:28 2016	(r414840)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	RMySQL
-DISTVERSION=	0.10.8
+DISTVERSION=	0.10.9
 CATEGORIES=	databases
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,10 +11,9 @@ COMMENT=	R interface to the MySQL databa
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	R-cran-DBI>=0.3.1:databases/R-cran-DBI
+RUN_DEPENDS=	R-cran-DBI>=0.4:databases/R-cran-DBI
 
-USE_MYSQL=	yes
-USES=	cran:auto-plist
+USES=	cran:auto-plist mysql
 
 post-patch:
 	@${REINPLACE_CMD} -e '/bin\//s|bash|sh|' ${WRKSRC}/configure

Modified: head/databases/R-cran-RMySQL/distinfo
==============================================================================
--- head/databases/R-cran-RMySQL/distinfo	Mon May  9 11:12:22 2016	(r414839)
+++ head/databases/R-cran-RMySQL/distinfo	Mon May  9 12:20:28 2016	(r414840)
@@ -1,2 +1,2 @@
-SHA256 (RMySQL_0.10.8.tar.gz) = 26cdb975e1b07a5eedfabe74c720fad7e9917a3b905276956c23c0aaa14afeb3
-SIZE (RMySQL_0.10.8.tar.gz) = 52126
+SHA256 (RMySQL_0.10.9.tar.gz) = 41289c743dc8ee2e0dea8b8f291d65f0a7cd11e799b713d94840406ff296fd42
+SIZE (RMySQL_0.10.9.tar.gz) = 54012


More information about the svn-ports-all mailing list