aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-07-28 10:17:21 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-07-28 10:17:21 +0000
commit1809659a1dd14b4b2aec2fa6c710350c4135b289 (patch)
treefab945c44da2ff1b2babda7a4277a4d82e942cce /ftp
parent23529091f431ff183231a9028dc1c2def1b6a3c1 (diff)
downloadports-1809659a1dd14b4b2aec2fa6c710350c4135b289.tar.gz
ports-1809659a1dd14b4b2aec2fa6c710350c4135b289.zip
- Update to 1.0
- Add "compiles" argument to USES=cran
Notes
Notes: svn path=/head/; revision=419208
Diffstat (limited to 'ftp')
-rw-r--r--ftp/R-cran-curl/Makefile7
-rw-r--r--ftp/R-cran-curl/distinfo5
-rw-r--r--ftp/R-cran-curl/files/patch-src_nslookup.c11
3 files changed, 5 insertions, 18 deletions
diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile
index 3fa9464bc077..c2c4edbe453a 100644
--- a/ftp/R-cran-curl/Makefile
+++ b/ftp/R-cran-curl/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= curl
-PORTVERSION= 0.9.7
+PORTVERSION= 1.0
CATEGORIES= ftp
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -14,9 +14,6 @@ LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/include/curl/curl.h:ftp/curl
LIB_DEPENDS= libcurl.so:ftp/curl
-USES= cran:auto-plist
-
-post-patch:
- @${REINPLACE_CMD} -e '/bin\//s|bash|sh|' ${WRKSRC}/configure
+USES= cran:auto-plist,compiles
.include <bsd.port.mk>
diff --git a/ftp/R-cran-curl/distinfo b/ftp/R-cran-curl/distinfo
index 9dcf0f08ed59..1a0c81a6c5fb 100644
--- a/ftp/R-cran-curl/distinfo
+++ b/ftp/R-cran-curl/distinfo
@@ -1,2 +1,3 @@
-SHA256 (curl_0.9.7.tar.gz) = 46e150998723fd1937da598f47f49fe47e40c1f57ec594436c6ef1e0145b44dc
-SIZE (curl_0.9.7.tar.gz) = 263926
+TIMESTAMP = 1469528190
+SHA256 (curl_1.0.tar.gz) = f8927228754fdfb21dbf08b9e67c5f97e06764c4adf327a4126eed84b1508f3d
+SIZE (curl_1.0.tar.gz) = 283402
diff --git a/ftp/R-cran-curl/files/patch-src_nslookup.c b/ftp/R-cran-curl/files/patch-src_nslookup.c
deleted file mode 100644
index 06318651b2dc..000000000000
--- a/ftp/R-cran-curl/files/patch-src_nslookup.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) {