svn commit: r464930 - head/security/py-stix

Antoine Brodin antoine at FreeBSD.org
Sun Mar 18 16:12:19 UTC 2018


Author: antoine
Date: Sun Mar 18 16:12:18 2018
New Revision: 464930
URL: https://svnweb.freebsd.org/changeset/ports/464930

Log:
  - Update to 1.2.0.5
  - Allow concurrent installation

Modified:
  head/security/py-stix/Makefile
  head/security/py-stix/distinfo

Modified: head/security/py-stix/Makefile
==============================================================================
--- head/security/py-stix/Makefile	Sun Mar 18 15:51:44 2018	(r464929)
+++ head/security/py-stix/Makefile	Sun Mar 18 16:12:18 2018	(r464930)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	stix
-PORTVERSION=	1.2.0.4
+PORTVERSION=	1.2.0.5
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,7 +26,7 @@ GH_PROJECT=	python-${PORTNAME}
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	concurrent distutils autoplist
 
 PORTDOCS=	README.rst
 PORTEXAMPLES=	*

Modified: head/security/py-stix/distinfo
==============================================================================
--- head/security/py-stix/distinfo	Sun Mar 18 15:51:44 2018	(r464929)
+++ head/security/py-stix/distinfo	Sun Mar 18 16:12:18 2018	(r464930)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494223286
-SHA256 (STIXProject-python-stix-v1.2.0.4_GH0.tar.gz) = 0f4711998d711a3da62dcdc753a64b7aa19a3a865be9f96da8bf3acbee5a1c10
-SIZE (STIXProject-python-stix-v1.2.0.4_GH0.tar.gz) = 212453
+TIMESTAMP = 1520439860
+SHA256 (STIXProject-python-stix-v1.2.0.5_GH0.tar.gz) = 3ba6a5d72746de7837f65a81645642922ff32f21ebb2a01fc22185101a34b0a0
+SIZE (STIXProject-python-stix-v1.2.0.5_GH0.tar.gz) = 215238


More information about the svn-ports-head mailing list