svn commit: r422523 - in head/security/py-dfvfs: . files

Antoine Brodin antoine at FreeBSD.org
Tue Sep 20 17:01:45 UTC 2016


Author: antoine
Date: Tue Sep 20 17:01:44 2016
New Revision: 422523
URL: https://svnweb.freebsd.org/changeset/ports/422523

Log:
  Update to 20160918

Deleted:
  head/security/py-dfvfs/files/
Modified:
  head/security/py-dfvfs/Makefile
  head/security/py-dfvfs/distinfo

Modified: head/security/py-dfvfs/Makefile
==============================================================================
--- head/security/py-dfvfs/Makefile	Tue Sep 20 17:01:30 2016	(r422522)
+++ head/security/py-dfvfs/Makefile	Tue Sep 20 17:01:44 2016	(r422523)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dfvfs
-PORTVERSION=	20160108
-PORTREVISION=	1
+PORTVERSION=	20160918
 CATEGORIES=	security devel python
 MASTER_SITES=	https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \
 		LOCAL/antoine
@@ -18,6 +17,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	libbde>=a:devel/libbde \
 		libewf>=0:devel/libewf \
 		libfsntfs>=e:devel/libfsntfs \
+		libfvde>=0:sysutils/libfvde \
+		libfwnt>=e:devel/libfwnt \
 		libqcow>=a:devel/libqcow \
 		libsigscan>=e:devel/libsigscan \
 		libsmdev>=a:devel/libsmdev \
@@ -25,15 +26,20 @@ RUN_DEPENDS=	libbde>=a:devel/libbde \
 		libvhdi>=e:devel/libvhdi \
 		libvmdk>=e:devel/libvmdk \
 		libvshadow>=0:devel/libvshadow \
+		libvslvm>=e:devel/libvslvm \
+		${PYTHON_PKGNAMEPREFIX}pyliblzma>=0:archivers/py-pyliblzma \
 		${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct \
-		${PYTHON_PKGNAMEPREFIX}protobuf>=0:devel/py-protobuf \
+		${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime \
+		${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto \
 		${PYTHON_PKGNAMEPREFIX}pytsk>=0:sysutils/py-pytsk \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3
 
 NO_ARCH=	yes
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist
+TEST_ENV=	${MAKE_ENV} LANG=en_US.UTF-8 PYTHONHTTPSVERIFY=0
 
-# Note: for regression tests set LANG to en_US.UTF-8
+do-test:
+	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py)
 
 .include <bsd.port.mk>

Modified: head/security/py-dfvfs/distinfo
==============================================================================
--- head/security/py-dfvfs/distinfo	Tue Sep 20 17:01:30 2016	(r422522)
+++ head/security/py-dfvfs/distinfo	Tue Sep 20 17:01:44 2016	(r422523)
@@ -1,2 +1,3 @@
-SHA256 (dfvfs-20160108.tar.gz) = d5569b878f9cee79790aa5768689e576d6b52caaf76edbd87a00ed423a96584c
-SIZE (dfvfs-20160108.tar.gz) = 62250192
+TIMESTAMP = 1474205984
+SHA256 (dfvfs-20160918.tar.gz) = 0eb4f54d745502e43b12456882ee69130b566db05c33c4abefede010422fb666
+SIZE (dfvfs-20160918.tar.gz) = 77646360


More information about the svn-ports-head mailing list