diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-08 00:33:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-08 00:33:55 +0800 |
commit | c5b0b44c505217adc1d7735078d8049cbc6246ca (patch) | |
tree | 53fad0e92cbd6784325f69b3e0c977f109b787ce /security | |
parent | bffc8bf8de708de567f9d3405d75b1d84336f6cb (diff) | |
download | freebsd-ports-gnome-c5b0b44c505217adc1d7735078d8049cbc6246ca.tar.gz freebsd-ports-gnome-c5b0b44c505217adc1d7735078d8049cbc6246ca.tar.zst freebsd-ports-gnome-c5b0b44c505217adc1d7735078d8049cbc6246ca.zip |
Update to 20180930
Diffstat (limited to 'security')
-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 |