diff options
author | tota <tota@FreeBSD.org> | 2017-09-05 17:19:57 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-09-05 17:19:57 +0800 |
commit | 0dde471434e93d032d85396757c05bc05c53434c (patch) | |
tree | 4eb42921caf508f4212eb72908a466eed0fcbf95 /www | |
parent | e9a8e0076a612b7b01830ad01fe62526cb075502 (diff) | |
download | freebsd-ports-gnome-0dde471434e93d032d85396757c05bc05c53434c.tar.gz freebsd-ports-gnome-0dde471434e93d032d85396757c05bc05c53434c.tar.zst freebsd-ports-gnome-0dde471434e93d032d85396757c05bc05c53434c.zip |
- Update to 1.3.1
Diffstat (limited to 'www')
-rw-r--r-- | www/R-cran-httr/Makefile | 6 | ||||
-rw-r--r-- | www/R-cran-httr/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/R-cran-httr/Makefile b/www/R-cran-httr/Makefile index ca725ec6b6c3..802f5756ca17 100644 --- a/www/R-cran-httr/Makefile +++ b/www/R-cran-httr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httr -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,11 +11,13 @@ COMMENT= Tools for Working with URLs and HTTP LICENSE= MIT -RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ +CRAN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-mime>0:misc/R-cran-mime \ R-cran-curl>=0.9.1:ftp/R-cran-curl \ R-cran-openssl>=0.8:security/R-cran-openssl \ R-cran-R6>0:devel/R-cran-R6 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist diff --git a/www/R-cran-httr/distinfo b/www/R-cran-httr/distinfo index ee5d9029fd0d..9f3763e71cdf 100644 --- a/www/R-cran-httr/distinfo +++ b/www/R-cran-httr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468875784 -SHA256 (httr_1.2.1.tar.gz) = e7b90b90ee52c826e152efcfadf98e078fa75b65a6baaeb8fd25eeed2195730e -SIZE (httr_1.2.1.tar.gz) = 133398 +TIMESTAMP = 1504586887 +SHA256 (httr_1.3.1.tar.gz) = 22134d7426b2eba37f0cc34b99285499b8bac9fe75a7bc3222fbad179bf8f258 +SIZE (httr_1.3.1.tar.gz) = 147593 |