Index: head/converters/R-cran-RJSONIO/Makefile =================================================================== --- head/converters/R-cran-RJSONIO/Makefile (revision 485212) +++ head/converters/R-cran-RJSONIO/Makefile (revision 485213) @@ -1,17 +1,16 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= RJSONIO -PORTREVISION= 2 -DISTVERSION= 1.3-0 +DISTVERSION= 1.3-1.1 CATEGORIES= converters DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Serialize R objects to JSON, JavaScript Object Notation LICENSE= BSD3CLAUSE USES= cran:auto-plist,compiles .include Index: head/converters/R-cran-RJSONIO/distinfo =================================================================== --- head/converters/R-cran-RJSONIO/distinfo (revision 485212) +++ head/converters/R-cran-RJSONIO/distinfo (revision 485213) @@ -1,2 +1,3 @@ -SHA256 (RJSONIO_1.3-0.tar.gz) = 119334b7761c6c1c3cec52fa17dbc1b72eaebb520c53e68d873dea147cf48fb7 -SIZE (RJSONIO_1.3-0.tar.gz) = 1148375 +TIMESTAMP = 1542516039 +SHA256 (RJSONIO_1.3-1.1.tar.gz) = 9466c318b8648d4178e97950e47190d636b5481f0d092e0a81f80ecd22bb32a6 +SIZE (RJSONIO_1.3-1.1.tar.gz) = 1159453 Index: head/converters/R-cran-RJSONIO/pkg-descr =================================================================== --- head/converters/R-cran-RJSONIO/pkg-descr (revision 485212) +++ head/converters/R-cran-RJSONIO/pkg-descr (revision 485213) @@ -1,15 +1,15 @@ This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. That version was too slow for converting large R objects to JSON and is not extensible, but a very useful prototype. It is fast for parsing. This package uses methods, vectorized operations and C code and callbacks to R functions for deserializing JSON objects to R. Verison 0.4 of this package uses a new native parser, implements the transformation code in C and allocates memory efficiently (rather than concatenating because of event driven parsing). The result is a significantly faster parsing of large JSON documents. -WWW: http://cran.r-project.org/web/packages/RJSONIO/ +WWW: https://cran.r-project.org/web/packages/RJSONIO/