diff options
author | tota <tota@FreeBSD.org> | 2012-03-15 21:40:01 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-03-15 21:40:01 +0800 |
commit | 8848eda296e01371626312c18cf9473c0b29a906 (patch) | |
tree | 3ec65adae55334ec96f0d127dd7fb25509247d86 /converters | |
parent | 3aae74a0458e1f7b619ce9ea5c9a72c9a0651549 (diff) | |
download | freebsd-ports-graphics-8848eda296e01371626312c18cf9473c0b29a906.tar.gz freebsd-ports-graphics-8848eda296e01371626312c18cf9473c0b29a906.tar.zst freebsd-ports-graphics-8848eda296e01371626312c18cf9473c0b29a906.zip |
- Update to 0.2.7
- Add LICENSE
Feature safe: yes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/R-cran-rjson/Makefile | 5 | ||||
-rw-r--r-- | converters/R-cran-rjson/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/converters/R-cran-rjson/Makefile b/converters/R-cran-rjson/Makefile index 515b3d3a1ea..18f4edf8cdc 100644 --- a/converters/R-cran-rjson/Makefile +++ b/converters/R-cran-rjson/Makefile @@ -6,14 +6,15 @@ # PORTNAME= rjson -PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTVERSION= 0.2.7 CATEGORIES= converters DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= JSON for R +LICENSE= GPLv2 + USE_R_MOD= yes R_MOD_AUTOPLIST= yes diff --git a/converters/R-cran-rjson/distinfo b/converters/R-cran-rjson/distinfo index 226362eb52d..be1e1a66722 100644 --- a/converters/R-cran-rjson/distinfo +++ b/converters/R-cran-rjson/distinfo @@ -1,2 +1,2 @@ -SHA256 (rjson_0.2.6.tar.gz) = bce654166b1391b26c07e74c6503277e4503c5f6ae79b4716bde96b0bc0420ac -SIZE (rjson_0.2.6.tar.gz) = 94879 +SHA256 (rjson_0.2.7.tar.gz) = 1e7eab55f47029e0a848aaecf9483aa5458f387de0e0f29e1f2f3b93d35bf11e +SIZE (rjson_0.2.7.tar.gz) = 95368 |