Date: Sun, 3 Feb 2019 09:45:43 +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: r492037 - head/security/py-dfwinreg Message-ID: <201902030945.x139jhoO054140@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 3 09:45:43 2019 New Revision: 492037 URL: https://svnweb.freebsd.org/changeset/ports/492037 Log: - Update to 20190122 - Allow concurrent installation Modified: head/security/py-dfwinreg/Makefile head/security/py-dfwinreg/distinfo Modified: head/security/py-dfwinreg/Makefile ============================================================================== --- head/security/py-dfwinreg/Makefile Sun Feb 3 09:43:31 2019 (r492036) +++ head/security/py-dfwinreg/Makefile Sun Feb 3 09:45:43 2019 (r492037) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfwinreg -PORTVERSION= 20180712 +PORTVERSION= 20190122 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP \ https://github.com/log2timeline/dfwinreg/releases/download/${PORTVERSION}/ @@ -21,7 +21,10 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-m NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent + +post-patch: + ${REINPLACE_CMD} "s,share/doc/dfwinreg,${DOCSDIR_REL}," ${WRKSRC}/setup.py do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py) Modified: head/security/py-dfwinreg/distinfo ============================================================================== --- head/security/py-dfwinreg/distinfo Sun Feb 3 09:43:31 2019 (r492036) +++ head/security/py-dfwinreg/distinfo Sun Feb 3 09:45:43 2019 (r492037) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531429937 -SHA256 (dfwinreg-20180712.tar.gz) = bb1d6bd6f7349464da1c79704b09828d4c1bef287e88399dfc6b76c8d1ab4701 -SIZE (dfwinreg-20180712.tar.gz) = 1226394 +TIMESTAMP = 1548267578 +SHA256 (dfwinreg-20190122.tar.gz) = 85bb0cca84753132810e627ac13104fee012c2cc4b05bbc82c600fcfabcfbfbd +SIZE (dfwinreg-20190122.tar.gz) = 1234152
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902030945.x139jhoO054140>