[Bug 291821] www/payara: Update to version 7.2025.2
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 291821] Update www/payara to version 7.2025.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Dec 2025 03:29:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291821
--- Comment #7 from Vladimir Druzenko <vvd@FreeBSD.org> ---
3. Use:
EXTRACT_BEFORE_ARGS= -qo -x '*.bat' -x '*.exe' -x '*.dll' \
-x '*/bin/letsencrypt.py'
Instead of:
pre-install:
@${RM} ${WRKSRC}/bin/letsencrypt.py
@${FIND} ${WRKSRC} -name '*.bat' -o -name '*.exe' -o -name '*.dll'
-delete
11.
-.include <bsd.port.pre.mk>
...
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--
You are receiving this mail because:
You are the assignee for the bug.