svn commit: r524574 - head/devel/py-jaraco.context

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 29 19:14:15 UTC 2020


Author: sunpoet
Date: Wed Jan 29 19:14:14 2020
New Revision: 524574
URL: https://svnweb.freebsd.org/changeset/ports/524574

Log:
  Remove unnecessary requires.txt patch

Modified:
  head/devel/py-jaraco.context/Makefile

Modified: head/devel/py-jaraco.context/Makefile
==============================================================================
--- head/devel/py-jaraco.context/Makefile	Wed Jan 29 19:14:09 2020	(r524573)
+++ head/devel/py-jaraco.context/Makefile	Wed Jan 29 19:14:14 2020	(r524574)
@@ -22,7 +22,7 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 post-patch:
-	@${REINPLACE_CMD} -e '/jaraco.apt/d; /yg.lockfile/d' ${WRKSRC}/setup.cfg ${WRKSRC}/jaraco.context.egg-info/requires.txt
+	@${REINPLACE_CMD} -e '/jaraco.apt/d; /yg.lockfile/d' ${WRKSRC}/setup.cfg
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list