Bug 265028 - devel/maven-wrapper: massively update port
Summary: devel/maven-wrapper: massively update port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-04 10:14 UTC by Michael Osipov
Modified: 2022-07-29 07:43 UTC (History)
2 users (show)

See Also:
michael.osipov: maintainer-feedback+


Attachments
Git-formatted patch (3.12 KB, patch)
2022-07-04 10:14 UTC, Michael Osipov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Osipov 2022-07-04 10:14:51 UTC
Created attachment 235062 [details]
Git-formatted patch

Hi, this is the Maven PMC. I have revamped the script to be prepared for the upcoming future...

* Take over ownershipt with my @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

Please add the following to UPDATING:

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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-28 15:56:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f0ee47286fc1f0350efda5e88bd114a9a9b80a5

commit 5f0ee47286fc1f0350efda5e88bd114a9a9b80a5
Author:     Michael Osipov <michaelo@apache.org>
AuthorDate: 2022-07-28 15:53:13 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2022-07-28 15:55:11 +0000

    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

 UPDATING                            |  7 ++++++
 devel/maven-wrapper/files/mvn.sh.in | 21 ++++++++---------
 devel/maven-wrapper/pkg-descr       |  4 ++--
 devel/maven-wrapper/pkg-plist       |  3 ++-
 devel/maven/files/mvn.sh.in (gone)  | 46 -------------------------------------
 5 files changed, 20 insertions(+), 61 deletions(-)
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2022-07-28 16:01:26 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-07-28 16:12:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1be3491735f0f01671d3498d15d4966f26c86b3b

commit 1be3491735f0f01671d3498d15d4966f26c86b3b
Author:     Michael Osipov <michaelo@apache.org>
AuthorDate: 2022-07-28 16:10:53 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2022-07-28 16:10:53 +0000

    devel/maven-wrapper: massively update port, align with devel/maven

    - add missing patch for Makefile

    PR: 265028, 265025

 devel/maven-wrapper/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
Comment 4 Michael Osipov 2022-07-29 07:43:14 UTC
Thank you!