svn commit: r476871 - head/security/py-maec

Antoine Brodin antoine at FreeBSD.org
Sat Aug 11 11:16:37 UTC 2018


Author: antoine
Date: Sat Aug 11 11:16:35 2018
New Revision: 476871
URL: https://svnweb.freebsd.org/changeset/ports/476871

Log:
  - Update to 4.1.0.14
  - Allow concurrent installation

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

Modified: head/security/py-maec/Makefile
==============================================================================
--- head/security/py-maec/Makefile	Sat Aug 11 11:06:14 2018	(r476870)
+++ head/security/py-maec/Makefile	Sat Aug 11 11:16:35 2018	(r476871)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	maec
-PORTVERSION=	4.1.0.13
+PORTVERSION=	4.1.0.14
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	concurrent distutils autoplist
 USE_LOCALE=	en_US.UTF-8
 
 PORTDOCS=	README.rst

Modified: head/security/py-maec/distinfo
==============================================================================
--- head/security/py-maec/distinfo	Sat Aug 11 11:06:14 2018	(r476870)
+++ head/security/py-maec/distinfo	Sat Aug 11 11:16:35 2018	(r476871)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485089878
-SHA256 (maec-4.1.0.13.tar.gz) = c57fc0faf94b0fc4882a0a886f991cf444f6959f44265e216bc5997f6687144d
-SIZE (maec-4.1.0.13.tar.gz) = 152889
+TIMESTAMP = 1533374447
+SHA256 (maec-4.1.0.14.tar.gz) = 9e997ec9457a7a4bb8626a3f1374939ef20f793755f18accab5579f48114eb75
+SIZE (maec-4.1.0.14.tar.gz) = 154974


More information about the svn-ports-head mailing list