svn commit: r407337 - in head/ftp/R-cran-curl: . files

TAKATSU Tomonari tota at FreeBSD.org
Wed Jan 27 05:47:15 UTC 2016


Author: tota
Date: Wed Jan 27 05:47:13 2016
New Revision: 407337
URL: https://svnweb.freebsd.org/changeset/ports/407337

Log:
  - Update to 0.9.5
  - Cosmetic change

Added:
  head/ftp/R-cran-curl/files/
  head/ftp/R-cran-curl/files/patch-src_nslookup.c   (contents, props changed)
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	Wed Jan 27 04:46:23 2016	(r407336)
+++ head/ftp/R-cran-curl/Makefile	Wed Jan 27 05:47:13 2016	(r407337)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	curl
-PORTVERSION=	0.9.4
+PORTVERSION=	0.9.5
 CATEGORIES=	ftp
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -17,6 +17,6 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 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/ftp/R-cran-curl/distinfo
==============================================================================
--- head/ftp/R-cran-curl/distinfo	Wed Jan 27 04:46:23 2016	(r407336)
+++ head/ftp/R-cran-curl/distinfo	Wed Jan 27 05:47:13 2016	(r407337)
@@ -1,2 +1,2 @@
-SHA256 (curl_0.9.4.tar.gz) = 86bab55fb6097adf27c43c5cb45515533fbfe2a7a7666a5217b6f0ac6a88bcd9
-SIZE (curl_0.9.4.tar.gz) = 245598
+SHA256 (curl_0.9.5.tar.gz) = f5832e217b04c600da85be9661b113694c67c32516c947433c02d28d2d69a833
+SIZE (curl_0.9.5.tar.gz) = 261496

Added: head/ftp/R-cran-curl/files/patch-src_nslookup.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/R-cran-curl/files/patch-src_nslookup.c	Wed Jan 27 05:47:13 2016	(r407337)
@@ -0,0 +1,11 @@
+--- src/nslookup.c.orig	2016-01-23 20:44:53 UTC
++++ src/nslookup.c
+@@ -8,6 +8,8 @@ const char *inet_ntop(int af, const void
+ #else
+ #include <netdb.h>
+ #include <arpa/inet.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
+ #endif
+ 
+ SEXP R_nslookup(SEXP hostname) {


More information about the svn-ports-all mailing list