svn commit: r455375 - head/security/py-plaso
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 2 13:58:26 UTC 2017
Author: antoine
Date: Sat Dec 2 13:58:25 2017
New Revision: 455375
URL: https://svnweb.freebsd.org/changeset/ports/455375
Log:
- Update to 20171118
- Arrange dependencies to make it easier to test python3 readiness
Modified:
head/security/py-plaso/Makefile
head/security/py-plaso/distinfo
Modified: head/security/py-plaso/Makefile
==============================================================================
--- head/security/py-plaso/Makefile Sat Dec 2 13:48:41 2017 (r455374)
+++ head/security/py-plaso/Makefile Sat Dec 2 13:58:25 2017 (r455375)
@@ -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:
Modified: head/security/py-plaso/distinfo
==============================================================================
--- head/security/py-plaso/distinfo Sat Dec 2 13:48:41 2017 (r455374)
+++ head/security/py-plaso/distinfo Sat Dec 2 13:58:25 2017 (r455375)
@@ -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
More information about the svn-ports-head
mailing list