diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-07-30 03:17:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-07-30 03:17:48 +0800 |
commit | 3462aeb5ea4bd75702ea9df06daacb4eba1ab616 (patch) | |
tree | 2bbe00c02635e81070294c5def71f88648677750 /net | |
parent | dc96be9c3b696c507ec717b067330baf36383a07 (diff) | |
download | freebsd-ports-gnome-3462aeb5ea4bd75702ea9df06daacb4eba1ab616.tar.gz freebsd-ports-gnome-3462aeb5ea4bd75702ea9df06daacb4eba1ab616.tar.zst freebsd-ports-gnome-3462aeb5ea4bd75702ea9df06daacb4eba1ab616.zip |
Update to 5.5.0
Changes: https://github.com/softlayer/softlayer-python/releases
https://github.com/softlayer/softlayer-python/blob/master/CHANGELOG.md
Diffstat (limited to 'net')
-rw-r--r-- | net/py-softlayer/Makefile | 4 | ||||
-rw-r--r-- | net/py-softlayer/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile index 97fb809dcc0d..04497dd2212e 100644 --- a/net/py-softlayer/Makefile +++ b/net/py-softlayer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= softlayer -PORTVERSION= 5.4.4 +PORTVERSION= 5.5.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.0:devel/py-prettytable@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ptable>=0.9.2:devel/py-ptable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=0.53:devel/py-prompt_toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.0.0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo index 99054ab88e82..5a99e76b40d2 100644 --- a/net/py-softlayer/distinfo +++ b/net/py-softlayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1524259468 -SHA256 (SoftLayer-5.4.4.tar.gz) = 33bf4dc42aeaad5de4bf3cbdde3282ee810da24625ace6db20324c8d62116850 -SIZE (SoftLayer-5.4.4.tar.gz) = 257122 +TIMESTAMP = 1532810720 +SHA256 (SoftLayer-5.5.0.tar.gz) = 9f7746bc2aa26c1f45e0e5cee6b3115aeffe47dfbb63ce501e252574fa31f05e +SIZE (SoftLayer-5.5.0.tar.gz) = 268827 |