svn commit: r481345 - head/net/py-softlayer

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 6 09:35:07 UTC 2018


Author: sunpoet
Date: Sat Oct  6 09:35:05 2018
New Revision: 481345
URL: https://svnweb.freebsd.org/changeset/ports/481345

Log:
  Update to 5.5.3
  
  Changes:	https://github.com/softlayer/softlayer-python/releases
  		https://github.com/softlayer/softlayer-python/blob/master/CHANGELOG.md

Modified:
  head/net/py-softlayer/Makefile
  head/net/py-softlayer/distinfo

Modified: head/net/py-softlayer/Makefile
==============================================================================
--- head/net/py-softlayer/Makefile	Sat Oct  6 09:34:57 2018	(r481344)
+++ head/net/py-softlayer/Makefile	Sat Oct  6 09:35:05 2018	(r481345)
@@ -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-
 		${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>

Modified: head/net/py-softlayer/distinfo
==============================================================================
--- head/net/py-softlayer/distinfo	Sat Oct  6 09:34:57 2018	(r481344)
+++ head/net/py-softlayer/distinfo	Sat Oct  6 09:35:05 2018	(r481345)
@@ -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


More information about the svn-ports-head mailing list