Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2022-07-11
Affects: users of devel/maven-wrapper and devel/maven Author: michaelo@apache.org Reason:
The stunnel port has been updated to drop privileges to the stunnel
user by default.
As a result of this change, the pid file location has changed. If
you have a running copy of stunnel, you should stop the process
before performing the upgrade. Alternatively, you will need to
# pkill stunnel;service stunnel start
after the upgrade has been completed.
202207XYZ:
The environment variable M2_HOME has been replaced with more common
MAVEN_HOME which can be used to pass a custom Maven home directory.
|
Number of commits found: 13
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2 27 Apr 2023 15:49:13 |
Po-Chuan Hsieh (sunpoet) |
devel/maven-wrapper: Add NO_ARCH
Approved by: portmgr (blanket) |
2 28 Jul 2022 16:10:53 |
Kurt Jaeger (pi) Author: Michael Osipov |
devel/maven-wrapper: massively update port, align with devel/maven
- add missing patch for Makefile
PR: 265028, 265025 |
1_2 28 Jul 2022 15:55:11 |
Kurt Jaeger (pi) Author: Michael Osipov |
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 |
1_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1_2 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1_2 02 Mar 2014 05:22:26 |
tabthorpe |
- Reassign ports to the heap
- Thank you hq@ for your years of service! |
1_2 10 Feb 2014 07:25:07 |
miwi |
- Stage support |
1_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1_2 04 Nov 2012 21:39:41 |
hq |
Fix the quoting of command-line arguments in the wrapper script
PR: ports/173146
Reported by: swills
Feature safe: yes |
1_1 15 Oct 2011 19:24:30 |
pav |
- Fix package to create empty directory on install as the port does
Reported by: pointyhat |
1 21 Sep 2011 06:57:23 |
hq |
The maven-wrapper provides a convenient way to switch between several Maven
installations.
- By setting the M2_HOME environment variable the user can select the Maven
instance to use.
- A default Maven instance is selected according to the files in
/usr/local/etc/maven/instances.d/ |
Number of commits found: 13
|