Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.15.1 31 Dec 2024 08:57:55
    |
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 |
2.15.1 23 Dec 2024 12:34:45
    |
Michael Osipov (michaelo)  |
*/*: Update my email address
Since Siemens has sold our subsidiary to KPS Capital Partners we are now
legally a separate company with new public email addresses. Old ones
will go away in the future.
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D48171 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.15.1 07 Sep 2022 21:10:59
    |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.15.1 13 May 2022 21:04:17
    |
Kurt Jaeger (pi)  Author: Michael Osipov |
devel/nexus2-oss: update 2.14.20 -> 2.15.1
PR: 263256
Approved by: Michael Osipov <michael.osipov@siemens.com> (maintainer) |
2.14.20 29 Sep 2021 14:05:18
    |
Kyle Evans (kevans)  |
devel/nexus2-oss: fix inappropriately transcribed patch
PR: 252564
Pointyhat: kevans |
2.14.02 29 Sep 2021 05:52:49
    |
Kyle Evans (kevans)  |
devel/nexus2-oss: update to 2.14.20-02
This is primarily a secure release; 2.14.20 also includes:
- [NEXUS-25956] Signatures with ECC algorithm not being recognized
PR: 252564
Security: b2f1f86f-20e6-11ec-a574-080027eedc6a
Security: 730e922f-20e7-11ec-a574-080027eedc6a
MFH: 2021Q3 |
2.14.18 19 Aug 2021 14:45:03
    |
Bernhard Froehlich (decke)  |
devel/nexus2-oss: Fix CPE information
Approved by: portmgr (blanket) |
2.14.18 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.14.18 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
2.14.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.14.18 22 Mar 2021 10:17:44
  |
danfe  |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
2.14.18 31 Dec 2020 13:33:27
  |
pkubaj  |
devel/nexus2-oss: enable on all architectures
There's no mention at
https://help.sonatype.com/repomanager3/installation/system-requirements#SystemRequirements-CPU
about required architecture. |
2.14.18 18 Jun 2020 03:21:15
  |
glewis  |
Update to 2.4.18
PR: 245669
Submitted by: Michael Osipov <michael.osipov@siemens.com> (MAINTAINER) |
2.14.15 05 Nov 2019 23:59:13
  |
dmgk  |
devel/nexus2-oss: Update to 2.14.15-01
PR: 241308
Submitted by: Michael Osipov <michael.osipov@siemens.com> (maintainer)
Approved by: tz (mentor, implicit) |
2.14.14 15 Oct 2019 16:50:42
  |
swills  |
devel/nexus2-oss: Update to 2.14.14-01
PR: 241143
Submitted by: Michael Osipov <michael.osipov@siemens.com> (maintainer) |
2.14.12 23 Aug 2019 15:20:12
  |
bapt  |
Use pkg's ability to only print messages on removal instead of always
echoing a message. |
2.14.12 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
2.14.12 18 Mar 2019 16:45:02
  |
swills  |
devel/nexus2-oss: update port to 2.4.12-02
PR: 236521
Submitted by: Michael Osipov <michael.osipov@siemens.com> (maintainer) |
2.14.9 10 Feb 2019 04:42:38
  |
jmd  |
devel/nexus2-oss: Update to 2.14.9-01
While there, update maintainer email address.
PR: 222150
Submitted by: Michael Osipov <michael.osipov@siemens.com> (maintainer) |
2.14.0 01 Dec 2016 11:18:04
  |
mat  |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
2.14.0 12 Nov 2016 15:31:13
  |
cpm  |
[NEW PORT] devel/nexus2-oss: Repository management software
Nexus Repository Manager OSS provides you with an essential level of control
over the external repositories you use and the internal repositories you create.
It provides infrastructure and services for organizations that use repository
managers to obtain and deliver software. If you create software libraries or
applications for your end users, you can use Nexus Repository Manager OSS to
distribute your software. If your software depends on open source software
components, you can cache software components from remote repositories.
Nexus Repository Manager OSS features:
- Hosting repositories
- Proxy remote repositories
- Repository groups
- Numerous repository formats (Only the first 15 lines of the commit message are shown above ) |