- Update to 0.10.5
This commit is contained in:
parent
69b310e9b0
commit
91249c4f70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395534
2 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= RMySQL
|
||||
DISTVERSION= 0.10.4
|
||||
DISTVERSION= 0.10.5
|
||||
CATEGORIES= databases
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
|
@ -16,4 +16,7 @@ RUN_DEPENDS= R-cran-DBI>=0.3.1:${PORTSDIR}/databases/R-cran-DBI
|
|||
USE_MYSQL= yes
|
||||
USES= cran:auto-plist
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (RMySQL_0.10.4.tar.gz) = 0ded53666c2e4c8f148f364c249704119038022f7feed7f9c430c1672bd6cb53
|
||||
SIZE (RMySQL_0.10.4.tar.gz) = 52275
|
||||
SHA256 (RMySQL_0.10.5.tar.gz) = e6e73596023a07bd3cd6fa3acc8901aaa269ef64683c7d12066345e8e30ca8f7
|
||||
SIZE (RMySQL_0.10.5.tar.gz) = 52419
|
||||
|
|
Loading…
Reference in a new issue