aboutsummaryrefslogtreecommitdiff
path: root/security/py-plaso
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-05-11 19:14:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-05-11 19:14:15 +0000
commitca50f8e5a13774919e0ab5463aa2a990c79d0e18 (patch)
tree4ed761f3d8594e63770a2ce4eaed5f2d036ea13e /security/py-plaso
parentc3bd81a2e9e9f01fec43d98e74bc7bc900942601 (diff)
downloadports-ca50f8e5a13774919e0ab5463aa2a990c79d0e18.tar.gz
ports-ca50f8e5a13774919e0ab5463aa2a990c79d0e18.zip
- Update to 20190429
- Allow concurrent installation
Notes
Notes: svn path=/head/; revision=501294
Diffstat (limited to 'security/py-plaso')
-rw-r--r--security/py-plaso/Makefile8
-rw-r--r--security/py-plaso/distinfo6
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 <bsd.port.pre.mk>
@@ -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