From owner-svn-ports-head@freebsd.org Wed Jul 4 13:05:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB1831033B2A; Wed, 4 Jul 2018 13:05:55 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F3E8791EF; Wed, 4 Jul 2018 13:05:55 +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 6064C337E; Wed, 4 Jul 2018 13:05:55 +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 w64D5tIN092365; Wed, 4 Jul 2018 13:05:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w64D5tun092363; Wed, 4 Jul 2018 13:05:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201807041305.w64D5tun092363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 4 Jul 2018 13:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473883 - 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: 473883 X-SVN-Commit-Repository: ports 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.27 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: Wed, 04 Jul 2018 13:05:56 -0000 Author: antoine Date: Wed Jul 4 13:05:54 2018 New Revision: 473883 URL: https://svnweb.freebsd.org/changeset/ports/473883 Log: - Update to 20180703 - Now works with python 3 - Allow concurrent installation Modified: head/security/py-dfvfs/Makefile head/security/py-dfvfs/distinfo Modified: head/security/py-dfvfs/Makefile ============================================================================== --- head/security/py-dfvfs/Makefile Wed Jul 4 12:57:28 2018 (r473882) +++ head/security/py-dfvfs/Makefile Wed Jul 4 13:05:54 2018 (r473883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfvfs -PORTVERSION= 20180510 +PORTVERSION= 20180703 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -35,9 +35,9 @@ RUN_DEPENDS= libbde>=a:devel/libbde \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} NO_ARCH= yes -USES= python:2.7 +USES= python USE_LOCALE= en_US.UTF-8 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent .include @@ -47,6 +47,9 @@ 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 do-test: @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py Modified: head/security/py-dfvfs/distinfo ============================================================================== --- head/security/py-dfvfs/distinfo Wed Jul 4 12:57:28 2018 (r473882) +++ head/security/py-dfvfs/distinfo Wed Jul 4 13:05:54 2018 (r473883) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527152629 -SHA256 (dfvfs-20180510.tar.gz) = 547be8afd28bd52059bf8e5bfd102d04cbc578a68f380d8a76e48cb73b851cc9 -SIZE (dfvfs-20180510.tar.gz) = 77727962 +TIMESTAMP = 1530682200 +SHA256 (dfvfs-20180703.tar.gz) = 13aa85dec12bcb7aeecc95e50e180a03d9b1770b3940bc39daf935eab14f2df2 +SIZE (dfvfs-20180703.tar.gz) = 77729728