From owner-svn-ports-all@freebsd.org Sun Nov 24 13:21:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 905451AF24D; Sun, 24 Nov 2019 13:21:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47LW5D3Kfgz422J; Sun, 24 Nov 2019 13:21:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5596124B99; Sun, 24 Nov 2019 13:21:04 +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 xAODL42h078867; Sun, 24 Nov 2019 13:21:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAODL4h8078570; Sun, 24 Nov 2019 13:21:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201911241321.xAODL4h8078570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Nov 2019 13:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518323 - head/security/py-dfvfs X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/py-dfvfs X-SVN-Commit-Revision: 518323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2019 13:21:04 -0000 Author: antoine Date: Sun Nov 24 13:21:03 2019 New Revision: 518323 URL: https://svnweb.freebsd.org/changeset/ports/518323 Log: - Update to 20190902 - Drop python 2.7 support Modified: head/security/py-dfvfs/Makefile head/security/py-dfvfs/distinfo Modified: head/security/py-dfvfs/Makefile ============================================================================== --- head/security/py-dfvfs/Makefile Sun Nov 24 13:15:43 2019 (r518322) +++ head/security/py-dfvfs/Makefile Sun Nov 24 13:21:03 2019 (r518323) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfvfs -PORTVERSION= 20190609 +PORTVERSION= 20190902 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -33,23 +33,15 @@ RUN_DEPENDS= libbde>=a:devel/libbde \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytsk>=0:sysutils/py-pytsk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ + ca_root_nss>=0:security/ca_root_nss -USES= python +USES= python:3.5+ USE_LOCALE= en_US.UTF-8 USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 3300 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.lzma>=0:archivers/py-backports.lzma@${PY_FLAVOR} -TEST_ENV= ${MAKE_ENV} PYTHONHTTPSVERIFY=0 -.else -TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss -.endif - post-patch: ${REINPLACE_CMD} "s,share/doc/dfvfs,${DOCSDIR_REL}," ${WRKSRC}/setup.py @@ -57,4 +49,4 @@ do-test: @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py) -.include +.include Modified: head/security/py-dfvfs/distinfo ============================================================================== --- head/security/py-dfvfs/distinfo Sun Nov 24 13:15:43 2019 (r518322) +++ head/security/py-dfvfs/distinfo Sun Nov 24 13:21:03 2019 (r518323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563182522 -SHA256 (dfvfs-20190609.tar.gz) = 67673b663baaf32ac85932f359dd30ff9310a6f3ee107eb9606085d5769c36ab -SIZE (dfvfs-20190609.tar.gz) = 78024095 +TIMESTAMP = 1567489245 +SHA256 (dfvfs-20190902.tar.gz) = 2cdada954726730c6563282599629d6dd9cff6fef6d905da892c0f98ac06f116 +SIZE (dfvfs-20190902.tar.gz) = 78025128