diff options
author | Michael Osipov <michaelo@apache.org> | 2022-07-28 17:53:13 +0200 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2022-07-28 17:55:11 +0200 |
commit | 5f0ee47286fc1f0350efda5e88bd114a9a9b80a5 (patch) | |
tree | 5fbafa3753a3b1f51f5e39030d75c6991204f2b0 /UPDATING | |
parent | abba8035dc13816e1db1adc51afc01f97da816cb (diff) | |
download | freebsd-ports-5f0ee47286fc1f0350efda5e88bd114a9a9b80a5.zip |
devel/maven-wrapper: massively update port, align with devel/maven
- Submitter changes MAINTAINER to his @apache.org address
- Bump version to 2
- Use ETCDIR wherever possible
- Also install mvnDebug
- Burry long dead M2_HOME in favor of MAVEN_HOME which
will *never* be propagated
PR: 265028, 265025
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -18,6 +18,13 @@ you update your ports collection, before attempting any port upgrades. # pkill stunnel;service stunnel start after the upgrade has been completed. +202207XYZ: + AFFECTS: users of devel/maven-wrapper and devel/maven + AUTHOR: michaelo@apache.org + + The environment variable M2_HOME has been replaced with more common + MAVEN_HOME which can be used to pass a custom Maven home directory. + 20220628: AFFECTS: users of Erlang and Elixir AUTHOR: dch@FreeBSD.org |