Index: head/devel/rtichoke/Makefile =================================================================== --- head/devel/rtichoke/Makefile (revision 487756) +++ head/devel/rtichoke/Makefile (revision 487757) @@ -1,20 +1,21 @@ # $FreeBSD$ PORTNAME= rtichoke -DISTVERSION= 0.2.12 +DISTVERSION= 0.2.14 CATEGORIES= devel math python MASTER_SITES= CHEESESHOP MAINTAINER= yuri@FreeBSD.org COMMENT= 21st century R console LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lineedit>=0.1.1:devel/py-lineedit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rapi>=0.1.2:math/py-rapi@${PY_FLAVOR} USES= python USE_PYTHON= distutils noflavors autoplist + NO_ARCH= yes .include Index: head/devel/rtichoke/distinfo =================================================================== --- head/devel/rtichoke/distinfo (revision 487756) +++ head/devel/rtichoke/distinfo (revision 487757) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535816159 -SHA256 (rtichoke-0.2.12.tar.gz) = fe227414708414f65d62a633a3dc00d0fe2f16bc8b9e42b84a5a8376d68a7fa7 -SIZE (rtichoke-0.2.12.tar.gz) = 21304 +TIMESTAMP = 1545151439 +SHA256 (rtichoke-0.2.14.tar.gz) = 94e56e4b8ee90e0eb9bb81dcfd7afd1acc08cc885d0df3fd645dda33ebe6f3cd +SIZE (rtichoke-0.2.14.tar.gz) = 21324 Index: head/devel/rtichoke/pkg-descr =================================================================== --- head/devel/rtichoke/pkg-descr (revision 487756) +++ head/devel/rtichoke/pkg-descr (revision 487757) @@ -1,11 +1,11 @@ rtichoke is an improved console for the R program with multiline editing and rich syntax highlight and more... Under the hood, rtichoke is built on top of the python library prompt-toolkit. One would consider rtichoke as a ipython clone for R, though its layout and keybinds are actually more similar to those of julia. rtichoke is still under active developement, users should use it at their own risks. -WWW: https://github.com/randy3k/rtichok +WWW: https://github.com/randy3k/rtichoke