Date: Tue, 30 Sep 2025 09:12:23 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f1236eb67474 - main - java/apache-commons-logging: pet stage-qa, get rid of "._*' metadata before installing Message-ID: <202509300912.58U9CNKr036328@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1236eb67474baa940bb30fe0d26c493d6702604 commit f1236eb67474baa940bb30fe0d26c493d6702604 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-09-30 09:00:38 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-09-30 09:00:38 +0000 java/apache-commons-logging: pet stage-qa, get rid of "._*' metadata before installing Approved by: portmgr blanket --- java/apache-commons-logging/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/apache-commons-logging/Makefile b/java/apache-commons-logging/Makefile index 3ed1106b8be9..6ba44b395918 100644 --- a/java/apache-commons-logging/Makefile +++ b/java/apache-commons-logging/Makefile @@ -26,6 +26,9 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +post-extract: + @${FIND} ${WRKSRC} -name "._*" -delete + do-install: ${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR} ${LN} -sf ${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jarhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509300912.58U9CNKr036328>
