aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2020-01-20 14:40:18 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2020-01-20 14:40:18 +0000
commit9bfddf33b79ed7ab93e131f5a9ee91c4a3477ac3 (patch)
treecbd6e2113777059b20f50c67722093dbcd1819ee /ftp
parent2eb4183220fc3318e31f024a794294c0f7168e7f (diff)
downloadports-9bfddf33b79ed7ab93e131f5a9ee91c4a3477ac3.tar.gz
ports-9bfddf33b79ed7ab93e131f5a9ee91c4a3477ac3.zip
- Update to 1.98-1.1
- Update LICESE - Update WWW: line in pkg-descr
Notes
Notes: svn path=/head/; revision=523624
Diffstat (limited to 'ftp')
-rw-r--r--ftp/R-cran-RCurl/Makefile4
-rw-r--r--ftp/R-cran-RCurl/distinfo6
-rw-r--r--ftp/R-cran-RCurl/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile
index f326b036a285..5cf3ad464c14 100644
--- a/ftp/R-cran-RCurl/Makefile
+++ b/ftp/R-cran-RCurl/Makefile
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= RCurl
-DISTVERSION= 1.95-4.13
+DISTVERSION= 1.98-1.1
CATEGORIES= ftp
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= General network client interface for R
-LICENSE= BSD2CLAUSE
+LICENSE= BSD3CLAUSE
CRAN_DEPENDS= R-cran-bitops>0:devel/R-cran-bitops
BUILD_DEPENDS= curl-config:ftp/curl \
diff --git a/ftp/R-cran-RCurl/distinfo b/ftp/R-cran-RCurl/distinfo
index 27bae10b5cec..6ba5371ddb20 100644
--- a/ftp/R-cran-RCurl/distinfo
+++ b/ftp/R-cran-RCurl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579343674
-SHA256 (RCurl_1.95-4.13.tar.gz) = 06012334b47b140d3c47afd17939dd400840efa35b835b18affdbf5566439005
-SIZE (RCurl_1.95-4.13.tar.gz) = 698455
+TIMESTAMP = 1579530995
+SHA256 (RCurl_1.98-1.1.tar.gz) = 6eca9172be1b32786950290eddb626caa5d6b0e8351ff458dd06ecd2215711ff
+SIZE (RCurl_1.98-1.1.tar.gz) = 699474
diff --git a/ftp/R-cran-RCurl/pkg-descr b/ftp/R-cran-RCurl/pkg-descr
index 61e810ceff8d..fc6073d61382 100644
--- a/ftp/R-cran-RCurl/pkg-descr
+++ b/ftp/R-cran-RCurl/pkg-descr
@@ -4,4 +4,4 @@ servers, post forms, use HTTPS (the secure HTTP), use persistent
connections, upload files, use binary content, handle redirects,
password authentication, etc.
-WWW: http://www.omegahat.org/RCurl/
+WWW: https://cran.r-project.org/web/packages/RCurl/