Index: head/ftp/R-cran-RCurl/Makefile =================================================================== --- head/ftp/R-cran-RCurl/Makefile (revision 523623) +++ head/ftp/R-cran-RCurl/Makefile (revision 523624) @@ -1,23 +1,23 @@ # Created by: TAKATSU Tomonari # $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 \ ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} LIB_DEPENDS= libcurl.so:ftp/curl USES= cran:auto-plist,compiles gnome USE_GNOME= libxml2 .include Index: head/ftp/R-cran-RCurl/distinfo =================================================================== --- head/ftp/R-cran-RCurl/distinfo (revision 523623) +++ head/ftp/R-cran-RCurl/distinfo (revision 523624) @@ -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 Index: head/ftp/R-cran-RCurl/pkg-descr =================================================================== --- head/ftp/R-cran-RCurl/pkg-descr (revision 523623) +++ head/ftp/R-cran-RCurl/pkg-descr (revision 523624) @@ -1,7 +1,7 @@ The RCurl package is an R-interface to the libcurl library that provides HTTP facilities. This allows us to download files from Web 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/