svn commit: r463593 - head/security/py-cybox

Antoine Brodin antoine at FreeBSD.org
Sun Mar 4 17:51:40 UTC 2018


Author: antoine
Date: Sun Mar  4 17:51:39 2018
New Revision: 463593
URL: https://svnweb.freebsd.org/changeset/ports/463593

Log:
  - Update to 2.1.0.17
  - Allow concurrent installation

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

Modified: head/security/py-cybox/Makefile
==============================================================================
--- head/security/py-cybox/Makefile	Sun Mar  4 17:51:03 2018	(r463592)
+++ head/security/py-cybox/Makefile	Sun Mar  4 17:51:39 2018	(r463593)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cybox
-PORTVERSION=	2.1.0.16
+PORTVERSION=	2.1.0.17
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +24,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-cybox/distinfo
==============================================================================
--- head/security/py-cybox/distinfo	Sun Mar  4 17:51:03 2018	(r463592)
+++ head/security/py-cybox/distinfo	Sun Mar  4 17:51:39 2018	(r463593)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512025410
-SHA256 (CybOXProject-python-cybox-v2.1.0.16_GH0.tar.gz) = 341a4d06f46c7746cc013c2e7a67b9dc3511fbe6f1798fec2339f9b87ead7d2c
-SIZE (CybOXProject-python-cybox-v2.1.0.16_GH0.tar.gz) = 483677
+TIMESTAMP = 1520067213
+SHA256 (CybOXProject-python-cybox-v2.1.0.17_GH0.tar.gz) = 598608385f0c0d4f6f6b1cc460ce272951aa4e18a044b43dd61944f1a521756e
+SIZE (CybOXProject-python-cybox-v2.1.0.17_GH0.tar.gz) = 484688


More information about the svn-ports-all mailing list