Index: head/databases/R-cran-RMySQL/Makefile =================================================================== --- head/databases/R-cran-RMySQL/Makefile (revision 385506) +++ head/databases/R-cran-RMySQL/Makefile (revision 385507) @@ -1,20 +1,19 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= RMySQL -DISTVERSION= 0.9-3 -PORTREVISION= 10 +DISTVERSION= 0.10.3 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= R interface to the MySQL database LICENSE= GPLv2 -RUN_DEPENDS= R-cran-DBI>=0.2.2:${PORTSDIR}/databases/R-cran-DBI +RUN_DEPENDS= R-cran-DBI>=0.3.1:${PORTSDIR}/databases/R-cran-DBI USE_MYSQL= yes USES= cran:auto-plist .include Index: head/databases/R-cran-RMySQL/distinfo =================================================================== --- head/databases/R-cran-RMySQL/distinfo (revision 385506) +++ head/databases/R-cran-RMySQL/distinfo (revision 385507) @@ -1,2 +1,2 @@ -SHA256 (RMySQL_0.9-3.tar.gz) = c10e14a502cd7fb21d15a7eb2b7459fef0232fedb75e108733eaccfce1cdbace -SIZE (RMySQL_0.9-3.tar.gz) = 165363 +SHA256 (RMySQL_0.10.3.tar.gz) = 46bd1961e1fa30a6c4b48fef943ffcf14facdd3bada64a2d93329ffca1be211d +SIZE (RMySQL_0.10.3.tar.gz) = 52000 Index: head/databases/R-cran-RMySQL/pkg-descr =================================================================== --- head/databases/R-cran-RMySQL/pkg-descr (revision 385506) +++ head/databases/R-cran-RMySQL/pkg-descr (revision 385507) @@ -1,5 +1,5 @@ RMySQL is a database interface and MySQL driver for R. This version complies with the database interface definition as implemented in the package DBI 0.2-2. -WWW: http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL +WWW: http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL