non port: devel/maven/Makefile |
Number of commits found: 35 |
Tuesday, 31 Dec 2024
|
08:57 Muhammad Moinur Rahman (bofh)
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
0835676 |
Thursday, 17 Aug 2023
|
04:39 Koichiro Iwao (meta) Author: Michael Osipov
devel/maven: improve port for multiple parallel versions
PR: 272899
a1c897d |
Thursday, 23 Mar 2023
|
13:35 Nuno Teixeira (eduardo) Author: Michael Osipov
devel/maven: Update to 3.8.8
ChangeLog: https://maven.apache.org/docs/3.8.8/release-notes.html
PR: 270418
cd2d445 |
Monday, 9 Jan 2023
|
09:39 Nuno Teixeira (eduardo) Author: Michael Osipov
devel/maven: Update to 3.8.7
ChangeLog: https://maven.apache.org/docs/3.8.7/release-notes.html
PR: 268659
MFH: 2023Q1 (bugfixes)
86cf9e1 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Tuesday, 21 Jun 2022
|
02:37 Neel Chauhan (nc) Author: Michael Osipov
devel/maven: update to 3.8.6
PR: 264790
22dbef9 |
Sunday, 20 Mar 2022
|
22:59 Yasuhiro Kimura (yasu) Author: Michael Osipov
devel/maven: Update to 3.8.5
* Pass maintainership to submitter. Both current maintainer and
submitter agree with it. MAINTAINER is set to submitter's mail
address in apache.org.
* While I'm here, pet portclippy.
PR: 262551
Approved by: maintainer
9ad3ccf |
Saturday, 4 Dec 2021
|
20:00 Guangyuan Yang (ygy) Author: James Wright
devel/maven: Update to 3.8.4
Changelog: https://maven.apache.org/docs/3.8.4/release-notes.html
PR: 260198
Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
3aff930 |
Tuesday, 5 Oct 2021
|
07:10 Guangyuan Yang (ygy) Author: Jonathan Chen
devel/maven: Update to 3.8.3
Changelog: https://maven.apache.org/docs/3.8.3/release-notes.html
PR: 258915
MFH: 2021Q4 (bugfix releases)
Reviewed by: Michael Osipov <michael.osipov@siemens.com>
a781689 |
Monday, 19 Apr 2021
|
04:11 Kevin Bowling (kbowling)
devel/maven: update to 3.8.1
This is not just a bugfix as it contains three features that cause a change of
default behavior (external HTTP insecure URLs are now blocked by default): your
builds may fail when using this new Maven release, if you use now blocked
repositories. Please check and eventually fix before upgrading.
Changes http://maven.apache.org/docs/3.8.1/release-notes.html
PR: 255161
Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Security: CVE-2021-26291
CVE-2020-13956
887cfad |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 8 Dec 2019
|
10:59 pi
devel/maven: upgrade 3.6.1 -> 3.6.3
PR: 242489
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes: http://maven.apache.org/docs/3.6.2/release-notes.html
http://maven.apache.org/docs/3.6.3/release-notes.html
 |
Tuesday, 26 Nov 2019
|
21:46 jkim
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
 |
Thursday, 23 May 2019
|
21:49 swills
devel/maven: Update to 3.6.1
PR: 237916
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
 |
Thursday, 13 Dec 2018
|
05:30 meta
devel/maven: Update to 3.6.0
PR: 233966
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Approved by: mentors (implicit)
Relnotes: https://maven.apache.org/docs/3.6.0/release-notes.html
Sponsored by: HAW International, Inc.
 |
Thursday, 28 Jun 2018
|
20:57 swills
devel/maven: update to 3.5.4
PR: 229353
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
 |
Friday, 27 Apr 2018
|
15:16 krion
Update to 3.5.3
PR: 227757
Submitted by: maintainer
 |
Wednesday, 7 Feb 2018
|
07:25 pi
devel/maven: update 3.5.0 -> 3.5.2
PR: 225656
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes: https://maven.apache.org/docs/3.5.2/release-notes.html
 |
Tuesday, 25 Jul 2017
|
21:45 matthew
Partially revert r446612 -- remove the CONFLICTS_INSTALL lines,
because these ports do not actually conflict.
PointyHat to: me
Reported by: jonc@chen.org.nz
 |
16:46 matthew
New port: devel/maven -- maven-3.5.0
svn cp from devel/maven33
Apache Maven is a software project management and comprehension tool. Based on
the concept of a project object model (POM), Maven can manage a project's
build, reporting and documentation from a central piece of information.
WWW: http://maven.apache.org/
Add CONFLICTS_INSTALL for devel/maven3, devel/maven31, devel/maven33[1]
PR: 220959
Submitted by: jonc@chen.org.nz
Approved by: [1] portmgr blanket
 |
Sunday, 3 Oct 2010
|
17:16 garga
Remove expired port
2010-10-01 devel/maven: Development has been ceased, superseded by devel/maven2.
 |
Monday, 9 Aug 2010
|
05:03 miwi
- Mark as Deprecate (Note that no further development is planned for the
Maven-1.0 branch)
PR: 149429
Submitted by: "Simon Olofsson" <simon@olofsson.de>
 |
Friday, 30 Jul 2010
|
04:39 linimon
Reset long-time inactive maintainer jbq@caraldi.com due to maintainer
timeouts.
 |
Friday, 6 Jun 2008
|
13:21 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Sunday, 25 Jun 2006
|
20:44 hq
- Use new features from javavmwrapper 2.2 to set a default value for JAVA_HOME
- Set a default value for MAVEN_HOME only when not already defined
- Update pkg-message to reflect these changes
PR: 96659
Submitted by: hq
Approved by: maintainer
 |
Tuesday, 4 Apr 2006
|
08:08 hq
- Transfer maintainership
- Automatically set MAVEN_HOME [1]
PR: 95174
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (new maintainer) [1]
Approved by: maintainer
 |
Thursday, 24 Feb 2005
|
15:37 hq
Update to 1.0.2
PR: 78018
Submitted by: me
Approved by: maintainer
 |
Monday, 13 Dec 2004
|
23:29 hq
- Update to 1.0.1
PR: 74290
Submitted by: me
Approved by: maintainer
 |
Saturday, 7 Aug 2004
|
23:46 hq
- Update to 1.0 final [1]
- Use MASTER_SITE_APACHE
- Use DATADIR
- Install files using INSTALL_* [2]
PR: ports/68769
Submitted by: Rui Lopes (maintainer) [1]
Reviewed by: vs [2]
Approved by: maintainer, glewis (mentor)
 |
Thursday, 6 May 2004
|
21:26 thierry
1. Update maven to 1.0-rc2
2. Set USE_BZIP2=yes
3. Convert to bsd.java.mk 2.0 macros
4. Use alternative path in pkg-message
PR: ports/65703
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
Reviewed by: maintainer.
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Thursday, 22 Jan 2004
|
12:18 trevor
Use the CPIO macro defined in bsd.port.mk.
 |
Tuesday, 21 Oct 2003
|
21:00 marcus
Replace spaces with tabs on one line.
Submitted by: maintainer
 |
20:49 marcus
Add maven a Java project management and project comprehension tool. More
details are available at http://maven.apache.org.
PR: 58339
Submitted by: Rui Lopes <rui@ruilopes.com>
 |
Number of commits found: 35 |