diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-06 17:35:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-06 17:35:05 +0800 |
commit | 2b8a782c8f7a1ae9845f093e817a2dd4b115763c (patch) | |
tree | 97878b75eb2c13798f9b43386cd66d774cfccc67 /net | |
parent | 948f69d1c8535f9386cb92c5d37a1376a84b5e9e (diff) | |
download | freebsd-ports-gnome-2b8a782c8f7a1ae9845f093e817a2dd4b115763c.tar.gz freebsd-ports-gnome-2b8a782c8f7a1ae9845f093e817a2dd4b115763c.tar.zst freebsd-ports-gnome-2b8a782c8f7a1ae9845f093e817a2dd4b115763c.zip |
Update to 5.5.3
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 | 7 | ||||
-rw-r--r-- | net/py-softlayer/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile index 4d8bbec361db..49597a05cdc4 100644 --- a/net/py-softlayer/Makefile +++ b/net/py-softlayer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= softlayer -PORTVERSION= 5.5.2 +PORTVERSION= 5.5.3 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,8 +22,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.22:net/py-urllib3@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo index 2fdc5879df61..ec6798c2ec0b 100644 --- a/net/py-softlayer/distinfo +++ b/net/py-softlayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535829088 -SHA256 (SoftLayer-5.5.2.tar.gz) = 5565b9640d9300d3645074c9e7d4bff024f496746acc4d6b37bea8bddb6b21d2 -SIZE (SoftLayer-5.5.2.tar.gz) = 272198 +TIMESTAMP = 1538663122 +SHA256 (SoftLayer-5.5.3.tar.gz) = dde0801a32bcb5fe96fb88c0aaf3612994ea0eedd56b765443fed7df12d02848 +SIZE (SoftLayer-5.5.3.tar.gz) = 276555 |