svn commit: r447471 - head/security/py-dfvfs
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 6 16:36:36 UTC 2017
Author: antoine
Date: Sun Aug 6 16:36:35 2017
New Revision: 447471
URL: https://svnweb.freebsd.org/changeset/ports/447471
Log:
Update to 20170723
Modified:
head/security/py-dfvfs/Makefile
head/security/py-dfvfs/distinfo
Modified: head/security/py-dfvfs/Makefile
==============================================================================
--- head/security/py-dfvfs/Makefile Sun Aug 6 16:34:24 2017 (r447470)
+++ head/security/py-dfvfs/Makefile Sun Aug 6 16:36:35 2017 (r447471)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dfvfs
-PORTVERSION= 20170406
+PORTVERSION= 20170723
CATEGORIES= security devel python
MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \
LOCAL/antoine
@@ -32,6 +32,7 @@ RUN_DEPENDS= libbde>=a:devel/libbde \
${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto \
${PYTHON_PKGNAMEPREFIX}pytsk>=0:sysutils/py-pytsk \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
NO_ARCH= yes
USES= python:2.7
@@ -48,6 +49,7 @@ TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss
.endif
do-test:
+ @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py)
.include <bsd.port.post.mk>
Modified: head/security/py-dfvfs/distinfo
==============================================================================
--- head/security/py-dfvfs/distinfo Sun Aug 6 16:34:24 2017 (r447470)
+++ head/security/py-dfvfs/distinfo Sun Aug 6 16:36:35 2017 (r447471)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491542667
-SHA256 (dfvfs-20170406.tar.gz) = 6106edab6682efc215f47ab0d2348b47de60d3eb43c5eafcd745d595e902c5ab
-SIZE (dfvfs-20170406.tar.gz) = 165327
+TIMESTAMP = 1501704272
+SHA256 (dfvfs-20170723.tar.gz) = 33b9ec370d38d44c7b18edf9f8000529281fa6c2020a0062621ddb3a4a4f1299
+SIZE (dfvfs-20170723.tar.gz) = 77652139
More information about the svn-ports-all
mailing list