svn commit: r492037 - head/security/py-dfwinreg

Antoine Brodin antoine at FreeBSD.org
Sun Feb 3 09:45:45 UTC 2019


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


More information about the svn-ports-all mailing list