From ca50f8e5a13774919e0ab5463aa2a990c79d0e18 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 11 May 2019 19:14:15 +0000 Subject: [PATCH] - Update to 20190429 - Allow concurrent installation --- security/py-plaso/Makefile | 8 ++++++-- security/py-plaso/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile index a5b3dbfcdbcd..84830215a1d2 100644 --- a/security/py-plaso/Makefile +++ b/security/py-plaso/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plaso -PORTVERSION= 20190331 +PORTVERSION= 20190429 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -47,7 +47,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} NO_ARCH= yes USES= python USE_LOCALE= en_US.UTF-8 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent .include @@ -61,6 +61,10 @@ TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss post-patch: ${REINPLACE_CMD} "s|'share', 'artifacts'|'share', '${PYTHON_PKGNAMEPREFIX}artifacts'|" \ ${WRKSRC}/plaso/cli/helpers/artifact_definitions.py + ${REINPLACE_CMD} "s|'share', 'plaso'|'share', '${PYTHON_PKGNAMEPREFIX}plaso'|" \ + ${WRKSRC}/plaso/cli/helpers/data_location.py + ${REINPLACE_CMD} "s|share/doc/plaso|${DOCSDIR_REL}| ; s|share/plaso|${DATADIR_REL}|" \ + ${WRKSRC}/setup.py do-test: @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py diff --git a/security/py-plaso/distinfo b/security/py-plaso/distinfo index d96bf7391694..2d4bfdc4008a 100644 --- a/security/py-plaso/distinfo +++ b/security/py-plaso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554126298 -SHA256 (plaso-20190331.tar.gz) = caeee3c296308489575613cc933a40a25f176f1ca2669f0c6090b59ed04a5082 -SIZE (plaso-20190331.tar.gz) = 110184239 +TIMESTAMP = 1556602483 +SHA256 (plaso-20190429.tar.gz) = 301bed54483441ac965a0d9da2ff8c674d5f1df33f225735033debbbbd94b7dc +SIZE (plaso-20190429.tar.gz) = 110152073