Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.11.14 17 May 2023 08:46:02
    |
Rene Ladan (rene)  |
sysutils/rundeck2: Remove expired port:
2023-05-17 sysutils/rundeck2: unmaintained and newer version available in
sysutils/rundeck3 |
2.11.14 04 Apr 2023 18:10:53
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket) |
2.11.14 20 Feb 2023 23:36:41
    |
Robert Clausecker (fuz)  |
sysutils/rundeck2: deprecate port
sysutils/rundeck2 is no longer maintained by upstream and
our local maintainer rescinded maintainership. Deprecate
and expire in 3 months.
Reported by: diizzy
See also: D38635
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38686 |
2.11.14 19 Feb 2023 11:01:41
    |
Robert Clausecker (fuz)  |
sysutils/rundeck{2,3}: drop maintainership
PR: 261748
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38635 |
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.11.14 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.11.14 21 Oct 2021 14:34:53
    |
Stefan Eßer (se)  |
sysutils/rundeck2: Add CPE information
Approved by: portmgr (blanket) |
2.11.14 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.11.14 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.11.14 07 May 2020 11:10:39
  |
tagattie  |
There is rundeck version 3 available and version 2 is still supported.
So it is good to have both versions in the ports. This commit is to:
- Add rundeck ver. 3 as rundeck3
- Preserve rundeck ver. 2 as rundeck2 for users who want to stay in version 2
- Pass maintainership to submitter
PR: 246022 246023
Submitted by: Daniel Tihanyi <daniel.tihanyi@tetragir.com>
Approved by: arcade@b1t.name (maintainer), pizzamig (mentor) |