diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-07 16:33:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-07 16:33:55 +0000 |
commit | 2ae14a93e860761d4c8e1769ad1c2c202e72410c (patch) | |
tree | 53fad0e92cbd6784325f69b3e0c977f109b787ce /security/py-plaso | |
parent | 1dd5897b9dd2fcd586b2478359898083a736326a (diff) | |
download | ports-2ae14a93e860761d4c8e1769ad1c2c202e72410c.tar.gz ports-2ae14a93e860761d4c8e1769ad1c2c202e72410c.zip |
Notes
Diffstat (limited to 'security/py-plaso')
-rw-r--r-- | security/py-plaso/Makefile | 4 | ||||
-rw-r--r-- | security/py-plaso/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile index c0baf002e30e..3ec52d3792b7 100644 --- a/security/py-plaso/Makefile +++ b/security/py-plaso/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plaso -PORTVERSION= 20180818 +PORTVERSION= 20180930 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -26,7 +26,6 @@ RUN_DEPENDS= libesedb>=e:devel/libesedb \ ${PYTHON_PKGNAMEPREFIX}artifacts>=0:security/py-artifacts@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bencode.py>=0:converters/py-bencode.py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}biplist>=0:devel/py-biplist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dfvfs>=0:security/py-dfvfs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dfwinreg>=0:security/py-dfwinreg@${PY_FLAVOR} \ @@ -64,7 +63,6 @@ TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss .endif post-patch: - ${REINPLACE_CMD} "/scripts=glob/s/*.py/[a-z]*.py/" ${WRKSRC}/setup.py ${REINPLACE_CMD} "/elasticsearch5/d" ${WRKSRC}/plaso/dependencies.py ${REINPLACE_CMD} "/^\[elasticsearch5/,/^$$/d" ${WRKSRC}/dependencies.ini ${REINPLACE_CMD} "s|'share', 'artifacts'|'share', '${PYTHON_PKGNAMEPREFIX}artifacts'|" \ diff --git a/security/py-plaso/distinfo b/security/py-plaso/distinfo index 3c4d5515b7bc..35aefec61de0 100644 --- a/security/py-plaso/distinfo +++ b/security/py-plaso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1534691634 -SHA256 (plaso-20180818.tar.gz) = 87e9cedcaad968fd7f36dd8fbd0736abb3ae0f7f9fbdcb3a199f45ce2cc41e72 -SIZE (plaso-20180818.tar.gz) = 109783467 +TIMESTAMP = 1538460556 +SHA256 (plaso-20180930.tar.gz) = 1f8c6a95d35f4603c0274642bfaf531cac03730c0057051789f4b6c2e4691d23 +SIZE (plaso-20180930.tar.gz) = 110088122 |