summaryrefslogtreecommitdiff
path: root/security/py-plaso
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-05-27 21:11:37 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-05-27 21:11:37 +0000
commit36b401ac4b61112a9a49a2c60cb7927da4fd3a8f (patch)
tree8f990ac30d70bf24b49588befbcf36f3469f69b2 /security/py-plaso
parentmultimedia/gaupol: Plist problem fixed by the upstream (diff)
Allow concurrent installation of py-artifacts
Notes
Notes: svn path=/head/; revision=471006
Diffstat (limited to 'security/py-plaso')
-rw-r--r--security/py-plaso/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile
index 1128b7b951c3..47b6e92b13bb 100644
--- a/security/py-plaso/Makefile
+++ b/security/py-plaso/Makefile
@@ -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