diff -ruN py-plotly-old/distinfo py-plotly/distinfo --- py-plotly-old/distinfo 2017-12-16 20:38:02.317148000 -0300 +++ py-plotly/distinfo 2017-12-16 20:59:23.822968000 -0300 @@ -1,3 +1,3 @@ -TIMESTAMP = 1491823083 -SHA256 (plotly-2.0.7.tar.gz) = 7a8765390b957ba277a35d4566dfe54885afe6fc684942b3d942573dce3a026b -SIZE (plotly-2.0.7.tar.gz) = 923071 +TIMESTAMP = 1513467523 +SHA256 (plotly-2.2.3.tar.gz) = dadd2263f1c0449b248fd3742a077d9594935921a9597529be76d6a841237ab0 +SIZE (plotly-2.2.3.tar.gz) = 1082575 diff -ruN py-plotly-old/Makefile py-plotly/Makefile --- py-plotly-old/Makefile 2017-12-16 20:38:02.316818000 -0300 +++ py-plotly/Makefile 2017-12-16 20:59:23.822851000 -0300 @@ -2,7 +2,7 @@ # $FreeBSD: head/graphics/py-plotly/Makefile 455210 2017-11-30 15:50:30Z mat $ PORTNAME= plotly -PORTVERSION= 2.0.7 +PORTVERSION= 2.2.3 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${FLAVOR} NO_ARCH= yes USES= python