Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2017 16:36:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447471 - head/security/py-dfvfs
Message-ID:  <201708061636.v76GaZ0J000279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708061636.v76GaZ0J000279>