git: 53f227219036 - main - devel/py-jaraco.context: Remove outdated post-patch:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:24:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=53f2272190363c01521440828bce519d1888446a commit 53f2272190363c01521440828bce519d1888446a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:54:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:54:05 +0000 devel/py-jaraco.context: Remove outdated post-patch: --- devel/py-jaraco.context/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/devel/py-jaraco.context/Makefile b/devel/py-jaraco.context/Makefile index e2bb717fedcf..4c8e5c8773a3 100644 --- a/devel/py-jaraco.context/Makefile +++ b/devel/py-jaraco.context/Makefile @@ -27,9 +27,6 @@ NO_ARCH= yes 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* -@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.*