diff options
author | tota <tota@FreeBSD.org> | 2016-01-31 11:46:29 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-01-31 11:46:29 +0800 |
commit | 290e4d7ce1137889dac5d3fc5a34b9e40b1a1170 (patch) | |
tree | 79ddc715436050b555019a842c2578f69cb87c85 /databases | |
parent | 51e73c2552a8e7249f0bb36b0903b204bf00d0d6 (diff) | |
download | freebsd-ports-gnome-290e4d7ce1137889dac5d3fc5a34b9e40b1a1170.tar.gz freebsd-ports-gnome-290e4d7ce1137889dac5d3fc5a34b9e40b1a1170.tar.zst freebsd-ports-gnome-290e4d7ce1137889dac5d3fc5a34b9e40b1a1170.zip |
- Update to 0.10.8
Diffstat (limited to 'databases')
-rw-r--r-- | databases/R-cran-RMySQL/Makefile | 4 | ||||
-rw-r--r-- | databases/R-cran-RMySQL/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile index bbce6070d5b3..ac9d60902674 100644 --- a/databases/R-cran-RMySQL/Makefile +++ b/databases/R-cran-RMySQL/Makefile @@ -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> diff --git a/databases/R-cran-RMySQL/distinfo b/databases/R-cran-RMySQL/distinfo index 7d3cacd226ea..acf9d6dc7d83 100644 --- a/databases/R-cran-RMySQL/distinfo +++ b/databases/R-cran-RMySQL/distinfo @@ -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 |