mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.9.5
- Cosmetic change
This commit is contained in:
parent
fc696a0ac0
commit
1419bfea36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407337
3 changed files with 15 additions and 4 deletions
|
@ -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/curl
|
|||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
11
ftp/R-cran-curl/files/patch-src_nslookup.c
Normal file
11
ftp/R-cran-curl/files/patch-src_nslookup.c
Normal file
|
@ -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) {
|
Loading…
Add table
Reference in a new issue