diff options
-rw-r--r-- | security/py-plaso/Makefile | 19 | ||||
-rw-r--r-- | security/py-plaso/distinfo | 6 |
2 files changed, 13 insertions, 12 deletions
diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile index 14c8bbb25afd..5a914eee2bb2 100644 --- a/security/py-plaso/Makefile +++ b/security/py-plaso/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= plaso -PORTVERSION= 20170930 -PORTREVISION= 1 +PORTVERSION= 20171118 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -15,10 +14,7 @@ COMMENT= Automatic creation of a super timeline LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= hachoir-core>=0:devel/hachoir-core \ - hachoir-metadata>=0:sysutils/hachoir-metadata \ - hachoir-parser>=0:devel/hachoir-parser \ - libesedb>=e:devel/libesedb \ +RUN_DEPENDS= libesedb>=e:devel/libesedb \ libevt>=a:devel/libevt \ libevtx>=a:devel/libevtx \ libfwsi>=e:devel/libfwsi \ @@ -53,12 +49,17 @@ NO_ARCH= yes USES= python:2.7 USE_LOCALE= en_US.UTF-8 USE_PYTHON= distutils autoplist -TEST_ENV= ${MAKE_ENV} PYTHONHTTPSVERIFY=0 .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 3300 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyliblzma>=0:archivers/py-pyliblzma@${FLAVOR} +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= hachoir-core>=0:devel/hachoir-core \ + hachoir-metadata>=0:sysutils/hachoir-metadata \ + hachoir-parser>=0:devel/hachoir-parser \ + ${PYTHON_PKGNAMEPREFIX}pyliblzma>=0:archivers/py-pyliblzma@${FLAVOR} +TEST_ENV= ${MAKE_ENV} PYTHONHTTPSVERIFY=0 +.else +TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss .endif do-test: diff --git a/security/py-plaso/distinfo b/security/py-plaso/distinfo index 303d7d957c67..1cf81c33c37f 100644 --- a/security/py-plaso/distinfo +++ b/security/py-plaso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506966492 -SHA256 (plaso-20170930.tar.gz) = d5896ff3cc87c45699bd8c7ef9a0ba799cc7d45d1b8c81eb678a79f9d29ca64f -SIZE (plaso-20170930.tar.gz) = 108031253 +TIMESTAMP = 1511072697 +SHA256 (plaso-20171118.tar.gz) = 0a405ba929e376b710236789fee324c1cf65344d9bf51a8d60988d1268c8853b +SIZE (plaso-20171118.tar.gz) = 108040831 |