diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-10-07 18:40:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-10-07 18:40:56 +0000 |
commit | 430a5eab53f2a87af2cbf81a05a8e24278870ebe (patch) | |
tree | d549d5a737430b6961d497be56537c94ff76fecd /security/py-plaso | |
parent | ac2552c183eed805c28b6dd929d131432cd46f49 (diff) |
Notes
Diffstat (limited to 'security/py-plaso')
-rw-r--r-- | security/py-plaso/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile index 6dc27b0b3477..4ac046af70e0 100644 --- a/security/py-plaso/Makefile +++ b/security/py-plaso/Makefile @@ -3,6 +3,7 @@ PORTNAME= plaso PORTVERSION= 20170930 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -27,7 +28,7 @@ RUN_DEPENDS= hachoir-core>=0:devel/hachoir-core \ libregf>=a:devel/libregf \ libscca>=a:devel/libscca \ ${PYTHON_PKGNAMEPREFIX}artifacts>=0:security/py-artifacts \ - ${PYTHON_PKGNAMEPREFIX}bencode>=0:converters/py-bencode \ + ${PYTHON_PKGNAMEPREFIX}bencode.py>=0:converters/py-bencode.py \ ${PYTHON_PKGNAMEPREFIX}binplist>=0:devel/py-binplist \ ${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ |