From owner-svn-ports-head@freebsd.org Sat Mar 18 18:33:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E9DDD124F4; Sat, 18 Mar 2017 18:33:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 331481F03; Sat, 18 Mar 2017 18:33:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2IIXrFX075326; Sat, 18 Mar 2017 18:33:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2IIXrGb075324; Sat, 18 Mar 2017 18:33:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703181833.v2IIXrGb075324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 18 Mar 2017 18:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436444 - head/security/py-dfvfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2017 18:33:54 -0000 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 + +.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 +.include 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