diff options
author | tota <tota@FreeBSD.org> | 2018-03-20 13:52:10 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2018-03-20 13:52:10 +0800 |
commit | 3cf395b5321085edb107ed9b29f5e43974bf32d0 (patch) | |
tree | 087f99fc465345184a12530da3b808b5a0900a4b /ftp | |
parent | ab7ac7998798ac356a55c1bce912b82ffdb5fc32 (diff) | |
download | freebsd-ports-gnome-3cf395b5321085edb107ed9b29f5e43974bf32d0.tar.gz freebsd-ports-gnome-3cf395b5321085edb107ed9b29f5e43974bf32d0.tar.zst freebsd-ports-gnome-3cf395b5321085edb107ed9b29f5e43974bf32d0.zip |
- Update to 1.95-4.10
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/R-cran-RCurl/Makefile | 9 | ||||
-rw-r--r-- | ftp/R-cran-RCurl/distinfo | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile index 7f3bf2a0c770..9f983fd11ebe 100644 --- a/ftp/R-cran-RCurl/Makefile +++ b/ftp/R-cran-RCurl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= RCurl -PORTREVISION= 2 -DISTVERSION= 1.95-4.8 +DISTVERSION= 1.95-4.10 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,8 +11,10 @@ COMMENT= General network client interface for R LICENSE= BSD3CLAUSE -BUILD_DEPENDS= curl-config:ftp/curl -RUN_DEPENDS= R-cran-bitops>0:devel/R-cran-bitops +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 diff --git a/ftp/R-cran-RCurl/distinfo b/ftp/R-cran-RCurl/distinfo index 4306d7fb087a..01de63680dd4 100644 --- a/ftp/R-cran-RCurl/distinfo +++ b/ftp/R-cran-RCurl/distinfo @@ -1,2 +1,3 @@ -SHA256 (RCurl_1.95-4.8.tar.gz) = e72243251bbbec341bc5864305bb8cc23d311d19c5d0d9310afec7eb35aa2bfb -SIZE (RCurl_1.95-4.8.tar.gz) = 916934 +TIMESTAMP = 1521429112 +SHA256 (RCurl_1.95-4.10.tar.gz) = 6f8324f1cb2de6ca818851bd9b83be33083f8752e76ce4187b7c39bda781fe0a +SIZE (RCurl_1.95-4.10.tar.gz) = 916649 |