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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 11 17:54:05 UTC 2020


Author: sunpoet
Date: Tue Feb 11 17:54:04 2020
New Revision: 525845
URL: https://svnweb.freebsd.org/changeset/ports/525845

Log:
  Cosmetic change

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

Modified: head/devel/py-jaraco.context/Makefile
==============================================================================
--- head/devel/py-jaraco.context/Makefile	Tue Feb 11 17:53:59 2020	(r525844)
+++ head/devel/py-jaraco.context/Makefile	Tue Feb 11 17:54:04 2020	(r525845)
@@ -21,8 +21,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e '/jaraco.apt/d; /yg.lockfile/d' ${WRKSRC}/setup.cfg
+POST_PLIST=	trim-jaraco-namespace
 
 .include <bsd.port.pre.mk>
 
@@ -30,7 +29,8 @@ post-patch:
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}contextlib2>=0:devel/py-contextlib2@${PY_FLAVOR}
 .endif
 
-POST_PLIST=	trim-jaraco-namespace
+post-patch:
+	@${REINPLACE_CMD} -e '/jaraco.apt/d; /yg.lockfile/d' ${WRKSRC}/setup.cfg
 
 post-install:
 	@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py*


More information about the svn-ports-all mailing list