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

TAKATSU Tomonari tota at FreeBSD.org
Sun Jan 31 03:46:31 UTC 2016


Author: tota
Date: Sun Jan 31 03:46:29 2016
New Revision: 407573
URL: https://svnweb.freebsd.org/changeset/ports/407573

Log:
  - Update to 0.10.8

Modified:
  head/databases/R-cran-RMySQL/Makefile
  head/databases/R-cran-RMySQL/distinfo

Modified: head/databases/R-cran-RMySQL/Makefile
==============================================================================
--- head/databases/R-cran-RMySQL/Makefile	Sun Jan 31 02:24:40 2016	(r407572)
+++ head/databases/R-cran-RMySQL/Makefile	Sun Jan 31 03:46:29 2016	(r407573)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	RMySQL
-DISTVERSION=	0.10.7
+DISTVERSION=	0.10.8
 CATEGORIES=	databases
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -17,6 +17,6 @@ USE_MYSQL=	yes
 USES=	cran:auto-plist
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e '/bin\//s|bash|sh|' ${WRKSRC}/configure
 
 .include <bsd.port.mk>

Modified: head/databases/R-cran-RMySQL/distinfo
==============================================================================
--- head/databases/R-cran-RMySQL/distinfo	Sun Jan 31 02:24:40 2016	(r407572)
+++ head/databases/R-cran-RMySQL/distinfo	Sun Jan 31 03:46:29 2016	(r407573)
@@ -1,2 +1,2 @@
-SHA256 (RMySQL_0.10.7.tar.gz) = 2e5061b90648d342a180723263fb39bac2de8bd1565569314b71ee5e604bb343
-SIZE (RMySQL_0.10.7.tar.gz) = 52422
+SHA256 (RMySQL_0.10.8.tar.gz) = 26cdb975e1b07a5eedfabe74c720fad7e9917a3b905276956c23c0aaa14afeb3
+SIZE (RMySQL_0.10.8.tar.gz) = 52126


More information about the svn-ports-all mailing list