svn commit: r455369 - head/security/py-artifacts

Antoine Brodin antoine at FreeBSD.org
Sat Dec 2 13:30:16 UTC 2017


Author: antoine
Date: Sat Dec  2 13:30:14 2017
New Revision: 455369
URL: https://svnweb.freebsd.org/changeset/ports/455369

Log:
  - Update to 20171107
  - Remove USE_PYTHON=concurrent, it doesn't really work for this port

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

Modified: head/security/py-artifacts/Makefile
==============================================================================
--- head/security/py-artifacts/Makefile	Sat Dec  2 13:29:36 2017	(r455368)
+++ head/security/py-artifacts/Makefile	Sat Dec  2 13:30:14 2017	(r455369)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	artifacts
-PORTVERSION=	20170909
+PORTVERSION=	20171107
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP \
 		https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/
@@ -20,7 +20,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yapf>=0:textproc/
 NO_ARCH=	yes
 USES=		python
 USE_LOCALE=	en_US.UTF-8
-USE_PYTHON=	concurrent distutils autoplist
+USE_PYTHON=	distutils autoplist
 DO_MAKE_TEST=	${SETENV} ${TEST_ENV} ${PYTHON_CMD}
 TEST_TARGET=	run_tests.py
 

Modified: head/security/py-artifacts/distinfo
==============================================================================
--- head/security/py-artifacts/distinfo	Sat Dec  2 13:29:36 2017	(r455368)
+++ head/security/py-artifacts/distinfo	Sat Dec  2 13:30:14 2017	(r455369)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505025053
-SHA256 (artifacts-20170909.tar.gz) = 39c6624e33c2e62f7e1b3628faa56b09694f3269a44f2039e4c9f101b77e5334
-SIZE (artifacts-20170909.tar.gz) = 58949
+TIMESTAMP = 1510130339
+SHA256 (artifacts-20171107.tar.gz) = 61ca07be06ebdb2297ca0aeeb7483427966c3b0292d5fa87d80b8c97082b99da
+SIZE (artifacts-20171107.tar.gz) = 59122


More information about the svn-ports-all mailing list