[Bug 272863] devel/maven39: new port for maven 3.9
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272863] devel/maven39: new port for maven 3.9"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Aug 2023 13:32:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272863 --- Comment #2 from Michael Osipov <michael.osipov@siemens.com> --- Based on your patch, I can see some room for improvement in the devel/maven port. The patch contains at least one bug: DATADIR= ${JAVASHAREDIR}/${PORTNAME} It must be "DATADIR= ${JAVASHAREDIR}/${PORTNAME}-${PORTVERSION}" otherwise it will override what Maven 3.8.x contains. I will update the devel/maven port to versionize the DATADIR for more clarity. -- You are receiving this mail because: You are the assignee for the bug.