Bug 265028

Summary: devel/maven-wrapper: massively update port
Product: Ports & Packages Reporter: Michael Osipov <michael.osipov>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Some People CC: michael.osipov, pi
Priority: --- Flags: michael.osipov: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Git-formatted patch none

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!