notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/kibana7/files/patch-config_kibana.yml

Number of commits found: 3

Thursday, 2 Nov 2023
15:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
textproc/kibana7: Remove expired port

2023-10-30 textproc/kibana7: Depends on EOL NodeJS 16
commit hash: 8f7a0713a8bad4c87d62e06c0280ddf079cebab2 commit hash: 8f7a0713a8bad4c87d62e06c0280ddf079cebab2 commit hash: 8f7a0713a8bad4c87d62e06c0280ddf079cebab2 commit hash: 8f7a0713a8bad4c87d62e06c0280ddf079cebab2 8f7a071
Tuesday, 26 Oct 2021
14:22 Juraj Lutter (otis) search for other commits by this committer
textproc/kibana7: Use proper pid.file location

Fix 4fc5b7999a4a28d337226c6529f18ea00167122d by specifying
a proper path to kibana pid file.
commit hash: 401563fe1373d2791f035d8e43e34dff77821998 commit hash: 401563fe1373d2791f035d8e43e34dff77821998 commit hash: 401563fe1373d2791f035d8e43e34dff77821998 commit hash: 401563fe1373d2791f035d8e43e34dff77821998 401563f
13:53 Juraj Lutter (otis) search for other commits by this committer
textproc/kibana7: Fix restart and stop

Kibana now spawns two processes instead of one. The scenario looks like:

P1 /usr/sbin/daemon
P2   ${PREFIX}/bin/node ...
P3     ${PREFIX}/bin/node ...

It is not enough to kill P1 or P2, process P3 must be sent TERM signal.

Instruct process P3 to write its pid to a file specified by pid.file
config parameter.

Write P1's pid to /var/run/${name}-daemon.pid and instruct kibana to
write its the proper (P3) pid into /var/run/kibana.pid and also
check for proper process name.

And while here, also install a symlink for Node.js binary to
allow kibana utilities to work.
commit hash: 4fc5b7999a4a28d337226c6529f18ea00167122d commit hash: 4fc5b7999a4a28d337226c6529f18ea00167122d commit hash: 4fc5b7999a4a28d337226c6529f18ea00167122d commit hash: 4fc5b7999a4a28d337226c6529f18ea00167122d 4fc5b79

Number of commits found: 3