svn commit: r502086 - head/sysutils/py-filelock

Antoine Brodin antoine at FreeBSD.org
Mon May 20 06:42:04 UTC 2019


Author: antoine
Date: Mon May 20 06:42:03 2019
New Revision: 502086
URL: https://svnweb.freebsd.org/changeset/ports/502086

Log:
  Unbreak py-filelock and unbreak bulk -a

Modified:
  head/sysutils/py-filelock/Makefile

Modified: head/sysutils/py-filelock/Makefile
==============================================================================
--- head/sysutils/py-filelock/Makefile	Mon May 20 06:33:58 2019	(r502085)
+++ head/sysutils/py-filelock/Makefile	Mon May 20 06:42:03 2019	(r502086)
@@ -12,9 +12,12 @@ COMMENT=	Platform independent file lock
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.6+ # fails on 27: https://github.com/benediktschmitt/py-filelock/issues/53
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
+
+post-patch:
+	@${REINPLACE_CMD} 's,LICENSE.rst,LICENSE,' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list