diff options
author | tota <tota@FreeBSD.org> | 2016-01-29 15:09:49 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-01-29 15:09:49 +0800 |
commit | aee5f1a1dc2423c21c8e9336589d219e9edc58cd (patch) | |
tree | f4de7311a25b0ed8571dad04bec0367df176ff46 /www/R-cran-httr | |
parent | f8f43b4a112b12652a9b4b50eddefcf920a50207 (diff) | |
download | freebsd-ports-gnome-aee5f1a1dc2423c21c8e9336589d219e9edc58cd.tar.gz freebsd-ports-gnome-aee5f1a1dc2423c21c8e9336589d219e9edc58cd.tar.zst freebsd-ports-gnome-aee5f1a1dc2423c21c8e9336589d219e9edc58cd.zip |
- Update to 1.1.0
Diffstat (limited to 'www/R-cran-httr')
-rw-r--r-- | www/R-cran-httr/Makefile | 11 | ||||
-rw-r--r-- | www/R-cran-httr/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/R-cran-httr/Makefile b/www/R-cran-httr/Makefile index 4789554be6a3..5b3e05a3fb62 100644 --- a/www/R-cran-httr/Makefile +++ b/www/R-cran-httr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httr -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,12 +11,11 @@ COMMENT= Tools for Working with URLs and HTTP LICENSE= MIT -RUN_DEPENDS= R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \ - R-cran-jsonlite>0:${PORTSDIR}/converters/R-cran-jsonlite \ +RUN_DEPENDS= R-cran-jsonlite>0:${PORTSDIR}/converters/R-cran-jsonlite \ R-cran-mime>0:${PORTSDIR}/misc/R-cran-mime \ - R-cran-curl>=0.6:${PORTSDIR}/ftp/R-cran-curl \ - R-cran-R6>0:${PORTSDIR}/devel/R-cran-R6 \ - R-cran-stringr>=0.6.1:${PORTSDIR}/textproc/R-cran-stringr + R-cran-curl>=0.9.1:${PORTSDIR}/ftp/R-cran-curl \ + R-cran-openssl>=0.8:${PORTSDIR}/security/R-cran-openssl \ + R-cran-R6>0:${PORTSDIR}/devel/R-cran-R6 USES= cran:auto-plist diff --git a/www/R-cran-httr/distinfo b/www/R-cran-httr/distinfo index 77aae7b83c41..72e96f060fa8 100644 --- a/www/R-cran-httr/distinfo +++ b/www/R-cran-httr/distinfo @@ -1,2 +1,2 @@ -SHA256 (httr_1.0.0.tar.gz) = 98a5e34a24954b5454c99ef9d72e0be505c91b0cef6d95a13402a0472ee2f9fa -SIZE (httr_1.0.0.tar.gz) = 245989 +SHA256 (httr_1.1.0.tar.gz) = d7c0cdc11b2ded3132544580f52ebe5dad2a426cde1a5029f2cc693b2f195823 +SIZE (httr_1.1.0.tar.gz) = 118882 |