diff options
author | tota <tota@FreeBSD.org> | 2016-07-19 05:01:10 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-07-19 05:01:10 +0800 |
commit | e5b3c466eb20016857c9249595ca42f7270d048d (patch) | |
tree | 893cbe06e4f08f9023d9ca176afaea81bdbfabd6 /converters | |
parent | fc2097d65d0ac8c105252c3f3c17ffb8bf765e20 (diff) | |
download | freebsd-ports-gnome-e5b3c466eb20016857c9249595ca42f7270d048d.tar.gz freebsd-ports-gnome-e5b3c466eb20016857c9249595ca42f7270d048d.tar.zst freebsd-ports-gnome-e5b3c466eb20016857c9249595ca42f7270d048d.zip |
- Update to 1.0
- Add "compiles" argument to USES=cran
Diffstat (limited to 'converters')
-rw-r--r-- | converters/R-cran-jsonlite/Makefile | 4 | ||||
-rw-r--r-- | converters/R-cran-jsonlite/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/R-cran-jsonlite/Makefile b/converters/R-cran-jsonlite/Makefile index df19cfc42583..bfee70130967 100644 --- a/converters/R-cran-jsonlite/Makefile +++ b/converters/R-cran-jsonlite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jsonlite -PORTVERSION= 0.9.22 +PORTVERSION= 1.0 CATEGORIES= converters DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,6 +11,6 @@ COMMENT= Robust, High Performance JSON Parser and Generator for R LICENSE= MIT -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/converters/R-cran-jsonlite/distinfo b/converters/R-cran-jsonlite/distinfo index c19f0812e09a..f13d1b3609de 100644 --- a/converters/R-cran-jsonlite/distinfo +++ b/converters/R-cran-jsonlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466076246 -SHA256 (jsonlite_0.9.22.tar.gz) = 381d97ca92b14a87774e75e4b3b83bd8799bccd70b6fdd93faff896ac78f1d0a -SIZE (jsonlite_0.9.22.tar.gz) = 1057097 +TIMESTAMP = 1468874642 +SHA256 (jsonlite_1.0.tar.gz) = d756dd6367e3fc515c855bb0b34a3a81955f8aeb494db029a893f3cdfcff962d +SIZE (jsonlite_1.0.tar.gz) = 1057732 |