Date: Wed, 4 Jul 2018 13:05:55 +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: r473883 - head/security/py-dfvfs Message-ID: <201807041305.w64D5tun092363@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807041305.w64D5tun092363>