aboutsummaryrefslogtreecommitdiff
path: root/misc/openhab
Commit message (Collapse)AuthorAgeFilesLines
* misc/openhab: update to 4.1.2.Alexander Leidinger2024-03-292-4/+4
|
* misc/openhab: Update to 4.1.1.Alexander Leidinger2024-01-082-4/+4
|
* misc/openhab*: Update to 4.1.0.Alexander Leidinger2023-12-234-216/+195
|
* misc/openhab*: update to 4.0.4Alexander Leidinger2023-11-073-5/+4
|
* */*: Fix broken UCLDan Langille2023-11-031-0/+1
| | | | | | | | Most of this is a missing ] or }. In one case, it was leading whitespace before a EOM tag. PR: 259533 Approved by: portmgr (blanket)
* misc/openhab: update to 4.0.3.Alexander Leidinger2023-09-104-6/+12
| | | | Also add a recommendation for some periodic daily runs.
* misc/openhab: take runtime user into account, fix piddir handlingAlexander Leidinger2023-09-042-4/+4
| | | | | | | The rc.d script lost the runtime user handling and the piddir was not set which caused warnings in the prestart routine. Noticed by: Martin ehk <rehak@tekkirk.org>
* misc/openhab*: update to 4.0.2, rc.d script changesAlexander Leidinger2023-08-304-35/+62
| | | | | | | | | The rc.d script is now instance-aware (like the tomcat port). [1] This allows to make a copy of the rc.d script to a different name and use similar-named rc.conf variables to start a second instance of openhab. Submitted by: Jürgen Weber <weberjn@gmail.com> [1]
* miscc/openhab: Update to 4.0.1.Alexander Leidinger2023-07-302-4/+4
|
* misc/openhab: Update to 4.0.0.Alexander Leidinger2023-07-265-167/+211
|
* misc/openhab*: update to 3.4.4.Alexander Leidinger2023-05-082-4/+4
|
* misc/openhab*: update to 3.4.3Alexander Leidinger2023-04-132-4/+4
|
* misc/openhab: update to 3.4.2Alexander Leidinger2023-02-142-4/+4
|
* misc/openhab*: Update to 3.4.1.Alexander Leidinger2023-01-092-4/+4
|
* misc/openhab: Update to 3.4.0.Alexander Leidinger2023-01-023-20/+22
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* misc/openhab misc/openhab-addons: update to 3.3.0.Alexander Leidinger2022-07-193-138/+140
|
* misc/openhab,+addons: update to 3.2.0Alexander Leidinger2021-12-214-150/+179
| | | | | | | | | | Update to 3.2.0: - https://github.com/openhab/openhab-distro/releases/tag/3.2.0 - switches from log4j mitigation to updated log4j (2.17.0) https://community.openhab.org/t/log4j-vulnerability/129863/73 - add CPE for addons PR: 260421
* misc/openhab: update to 3.1.1 (fix log4shell)Alexander Leidinger2021-12-133-6/+6
| | | | | | | Update to 3.1.1 which brings fixes for the log4j vulnerability. Security: https://github.com/openhab/openhab-distro/security/advisories/GHSA-j99j-qp89-pcfq Security: CVE-2021-44228
* misc/openhab: Add CPE informationBernhard Froehlich2021-09-021-1/+1
| | | | Approved by: portmgr (blanket)
* misc/openhab: cd to '/' on startAlexander Leidinger2021-07-212-2/+2
| | | | | | | | /root may have the rights "o=", which will result in issues on start. Adapt the command line arguments to daemon(8) to cd to /. Reported by: Sandro Wirth <sandro.wirth@gmx.de> Tested by: Sandro Wirth <sandro.wirth@gmx.de>
* misc/openhab: update to 3.1.0Alexander Leidinger2021-06-284-199/+206
| | | | Release notes: https://www.openhab.org/blog/2021-06-28-openhab-3-1-release.html
* misc/openhab*: fix wrong openhab v3 repo-copyAlexander Leidinger2021-06-207-0/+0
|
* misc/openhab: new v3 based upon copy from openhab2Alexander Leidinger2021-06-207-0/+667
- copy openhab2* to openhab (follow upstream) - update to 3.0.2 - remove update script (no auto migration from v2, scrip may come back later, if needed) - use openhab instead openhabvX directories (follow upstream) - use openjdk 11 (new requirement) - add UPDATING entry for users which may want to switch to v3