Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2017 18:33:53 +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: r436444 - head/security/py-dfvfs
Message-ID:  <201703181833.v2IIXrGb075324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Mar 18 18:33:52 2017
New Revision: 436444
URL: https://svnweb.freebsd.org/changeset/ports/436444

Log:
  - Update to 20170116
  - Make it easier to test python 3 readiness

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

Modified: head/security/py-dfvfs/Makefile
==============================================================================
--- head/security/py-dfvfs/Makefile	Sat Mar 18 18:33:12 2017	(r436443)
+++ head/security/py-dfvfs/Makefile	Sat Mar 18 18:33:52 2017	(r436444)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dfvfs
-PORTVERSION=	20160918
+PORTVERSION=	20170116
 CATEGORIES=	security devel python
 MASTER_SITES=	https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \
 		LOCAL/antoine
@@ -27,7 +27,6 @@ RUN_DEPENDS=	libbde>=a:devel/libbde \
 		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}dfdatetime>=0:security/py-dfdatetime \
 		${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto \
@@ -38,9 +37,17 @@ NO_ARCH=	yes
 USES=		python:2.7
 USE_LOCALE=	en_US.UTF-8
 USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3300
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pyliblzma>=0:archivers/py-pyliblzma
 TEST_ENV=	${MAKE_ENV} PYTHONHTTPSVERIFY=0
+.else
+TEST_DEPENDS+=	ca_root_nss>=0:security/ca_root_nss
+.endif
 
 do-test:
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py)
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/security/py-dfvfs/distinfo
==============================================================================
--- head/security/py-dfvfs/distinfo	Sat Mar 18 18:33:12 2017	(r436443)
+++ head/security/py-dfvfs/distinfo	Sat Mar 18 18:33:52 2017	(r436444)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474205984
-SHA256 (dfvfs-20160918.tar.gz) = 0eb4f54d745502e43b12456882ee69130b566db05c33c4abefede010422fb666
-SIZE (dfvfs-20160918.tar.gz) = 77646360
+TIMESTAMP = 1488752750
+SHA256 (dfvfs-20170116.tar.gz) = fc28de3e9d0d9b873aaf67b17d30c1e64a2be6594c78e10b96ded6b8682a009b
+SIZE (dfvfs-20170116.tar.gz) = 77645720



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