svn commit: r395530 - head/ftp/R-cran-curl
TAKATSU Tomonari
tota at FreeBSD.org
Sat Aug 29 07:40:19 UTC 2015
Author: tota
Date: Sat Aug 29 07:40:18 2015
New Revision: 395530
URL: https://svnweb.freebsd.org/changeset/ports/395530
Log:
- Update to 0.9.3
Modified:
head/ftp/R-cran-curl/Makefile
head/ftp/R-cran-curl/distinfo
Modified: head/ftp/R-cran-curl/Makefile
==============================================================================
--- head/ftp/R-cran-curl/Makefile Sat Aug 29 07:25:39 2015 (r395529)
+++ head/ftp/R-cran-curl/Makefile Sat Aug 29 07:40:18 2015 (r395530)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= curl
-PORTVERSION= 0.9.2
+PORTVERSION= 0.9.3
CATEGORIES= ftp
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -16,4 +16,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/
USES= cran:auto-plist
+post-patch:
+ @${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
+
.include <bsd.port.mk>
Modified: head/ftp/R-cran-curl/distinfo
==============================================================================
--- head/ftp/R-cran-curl/distinfo Sat Aug 29 07:25:39 2015 (r395529)
+++ head/ftp/R-cran-curl/distinfo Sat Aug 29 07:40:18 2015 (r395530)
@@ -1,2 +1,2 @@
-SHA256 (curl_0.9.2.tar.gz) = a6fe7126586cb9dee7128884b41667f68637c45931313628e475b27960efc966
-SIZE (curl_0.9.2.tar.gz) = 244688
+SHA256 (curl_0.9.3.tar.gz) = 8dbe426177d556c7be0b9ad8073de62d419c6d2776c770ec5eaca14965d0e90a
+SIZE (curl_0.9.3.tar.gz) = 245303
More information about the svn-ports-all
mailing list