From owner-svn-ports-all@freebsd.org Sun May 27 21:11:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C35B0EED31D; Sun, 27 May 2018 21:11:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74C656F1B7; Sun, 27 May 2018 21:11:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BD8223C1A; Sun, 27 May 2018 21:11:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4RLBcuR011441; Sun, 27 May 2018 21:11:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4RLBb0m011440; Sun, 27 May 2018 21:11:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805272111.w4RLBb0m011440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 27 May 2018 21:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471006 - in head/security: py-artifacts py-plaso X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security: py-artifacts py-plaso X-SVN-Commit-Revision: 471006 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2018 21:11:38 -0000 Author: antoine Date: Sun May 27 21:11:37 2018 New Revision: 471006 URL: https://svnweb.freebsd.org/changeset/ports/471006 Log: Allow concurrent installation of py-artifacts Modified: head/security/py-artifacts/Makefile head/security/py-plaso/Makefile Modified: head/security/py-artifacts/Makefile ============================================================================== --- head/security/py-artifacts/Makefile Sun May 27 20:56:47 2018 (r471005) +++ head/security/py-artifacts/Makefile Sun May 27 21:11:37 2018 (r471006) @@ -3,6 +3,7 @@ PORTNAME= artifacts PORTVERSION= 20180505 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP \ https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/ @@ -21,8 +22,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py- NO_ARCH= yes USES= python USE_LOCALE= en_US.UTF-8 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} TEST_TARGET= run_tests.py + +post-patch: + ${REINPLACE_CMD} "s,share/artifacts,${DATADIR_REL}," ${WRKSRC}/setup.py .include Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Sun May 27 20:56:47 2018 (r471005) +++ head/security/py-plaso/Makefile Sun May 27 21:11:37 2018 (r471006) @@ -3,6 +3,7 @@ PORTNAME= plaso PORTVERSION= 20180524 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -66,6 +67,8 @@ TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss post-patch: ${REINPLACE_CMD} "s,'5.5.1',None," ${WRKSRC}/plaso/dependencies.py ${REINPLACE_CMD} "/maximum_version: 5.5.1/d" ${WRKSRC}/dependencies.ini + ${REINPLACE_CMD} "s|'share', 'artifacts'|'share', '${PYTHON_PKGNAMEPREFIX}artifacts'|" \ + ${WRKSRC}/plaso/cli/helpers/artifact_definitions.py do-test: @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py