Date: Sat, 2 Dec 2017 13:30:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455369 - head/security/py-artifacts Message-ID: <201712021330.vB2DUFFC068829@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712021330.vB2DUFFC068829>