Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.30 22 Jan 2024 16:52:32 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/xymon-client: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
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) |
4.3.30 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 ) |
4.3.30 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.3.30 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.3.30 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3.30 14 Jan 2020 17:17:42 |
feld |
net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.30
Various crashes and bugs relating to string handling changes have been fixed,
including problems with hostnames with dashes in them.
Combostatus tests propagated up from other combostatus tests should now
display properly. |
4.3.28 11 Jan 2018 16:53:45 |
danfe |
Remove superfluous linefeeds and fix some other minor whitespace bugs. |
4.3.28 14 Feb 2017 13:17:57 |
feld |
net-mgmt/xymon-{client,server}: Update to 4.3.28
Changelog: http://lists.xymon.com/archive/2017-January/044285.html |
4.3.27 24 May 2016 14:43:37 |
feld |
net-mgmt/xymon-client: Modernize port
Remove @exec and unnecessary @dir from plist
Reported by: bapt |
4.3.27 08 Apr 2016 20:12:52 |
feld |
net-mgmt/xymon-client & xymon-server: Update to 4.3.27
Changelog: http://lists.xymon.com/archive/2016-March/043283.html |
4.3.26 25 Feb 2016 18:09:16 |
feld |
net-mgmt/xymon-client: Update to 4.3.26
Changelog: http://comments.gmane.org/gmane.comp.monitoring.hobbit/38245 |
4.3.25 09 Feb 2016 17:07:42 |
feld |
net-mgmt/xymon-client: Update to 4.3.25 |
4.3.24 08 Dec 2015 16:14:10 |
feld |
net-mgmt/xymon-client: Update to 4.3.24 |
4.3.23 13 Nov 2015 15:54:46 |
feld |
net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.23
Changelog: http://sourceforge.net/p/xymon/news/2015/11/xymon-4323-released/ |
4.3.22 06 Nov 2015 19:43:42 |
feld |
net-mgmt/xymon-server net-mgmt/xymon-client: Update to 4.3.22
Changelog: http://sourceforge.net/p/xymon/news/2015/11/xymon-4322-released/ |
4.3.21 23 May 2015 21:59:48 |
feld |
Update to 4.3.21 |
4.3.20 16 May 2015 00:04:49 |
feld |
Update to Xymon 4.3.20 |
4.3.19 02 Apr 2015 13:00:58 |
feld |
Did not need to specify CPE_VENDOR or CPE_PRODUCT |
4.3.19 31 Mar 2015 12:55:57 |
feld |
Update to 4.3.19
Remove patches that were upstreamed
xymon-client rc script: leftover children auto expire after 5 minutes;
remove stop_postcmd
Special thanks to JC Cleaver who is taking upstream Xymon to new and
exciting places. |
4.3.18_6 26 Feb 2015 18:11:39 |
feld |
The new stop_postcmd was too broad and could kill xymon-server if it was
running on the same host as xymon-client |
4.3.18_5 24 Feb 2015 13:53:42 |
feld |
Fix typo that slipped in previous rc script patch
Pointyhat -> me
PR: 197827 |
4.3.18_4 21 Feb 2015 16:50:31 |
feld |
Execute the xymonlaunch process directly. The supplied runclient.sh
script duplicates much of the rc script and adds unnecessary complexity.
While here ensure that leftover processes are cleaned up.
This also fixes a recent regression which prevented xymon-client from
reliably starting on boot.
PR: 197827 |
4.3.18_3 09 Feb 2015 15:13:04 |
feld |
Chown needs to be using ${xymon_client_user}
Pointyhat -> me |
4.3.18_3 09 Feb 2015 15:11:17 |
feld |
Add a start_precmd to guarantee that client logs are owned by the correct user |
4.3.18_2 06 Feb 2015 15:43:50 |
feld |
Use XYMONUSER variable instead of USERS in the rc script |
4.3.18_2 05 Feb 2015 22:23:01 |
feld |
Xymon-client was not completely dropping privileges at startup.
While xymon-client knows internally what UID it should run as, a
design flaw in the rc script was still launching its master process as
root. As a result the following two processes were always running as
root instead of the xymon user:
/usr/local/www/xymon/client/bin/xymonlaunch ...
sh -c vmstat 300 2 ...
The rest of the processes the xymon-client runs such as df, netstat,
top, custom scripts, etc were correctly executing as non-root. |
4.3.18_1 03 Feb 2015 21:28:24 |
feld |
Upstream re-rolled 4.3.18 release |
4.3.18 19 Dec 2014 18:08:41 |
feld |
Update Xymon to 4.3.18
This version was not put on the usual MASTER SITE much to my dismay. |
4.3.17 07 Oct 2014 19:51:34 |
feld |
Add CPE support. While here, modernize plist and use @sample |
4.3.17 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
4.3.17 26 Feb 2014 18:36:36 |
feld |
Add missing shutdown KEYWORD
Appease rclint
Not bumping PORTREVISION; this is a no-op
Sponsored by: SupraNet Communications, Inc |
4.3.17 25 Feb 2014 14:14:36 |
feld |
Update Xymon ports to 4.3.17 |
4.3.16 10 Feb 2014 20:10:29 |
feld |
Update xymon-server and xymon-client to 4.3.16
Approved by: swills (mentor) |
4.3.12_1 05 Nov 2013 14:00:06 |
feld |
Fix missing dirs for pkg_tools users
Convert a gmake to ${GMAKE}
PR: ports/183670
Approved by: crees (mentor) |
4.3.12 04 Nov 2013 16:45:25 |
feld |
Support STAGE
Approved by: swills (mentor) |
4.3.12 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
4.3.12 13 Sep 2013 18:58:12 |
feld |
Fix building on HEAD with no GCC
Approved by: swills (mentor) |
4.3.12 29 Jul 2013 15:03:59 |
feld |
Fix my email address again, using proper @FreeBSD.org styling
Approved by: swills (mentor) |
4.3.12 25 Jul 2013 11:30:01 |
feld |
Update my email address throughout the tree
Approved by: swills (mentor) |
4.3.12 24 Jul 2013 15:09:41 |
feld |
- Update to 4.3.12
- Include patch to fix CLOCK test
Approved by: swills (mentor) |
4.3.11 04 May 2013 22:48:04 |
flo |
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt) |
4.3.11 24 Apr 2013 15:34:57 |
swills |
- Update to 4.3.11
- Use USERS/GROUPS
- Mark MAKE_JOBS_UNSAFE
- Give maintainership to submitter
PR: ports/178084
Submitted by: Mark Felder <feld@feld.me> |
4.3.10 18 Oct 2012 19:21:20 |
dinoex |
- drop maintainership
Feature safe: yes |
4.3.10 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
4.3.10 06 Aug 2012 18:17:06 |
dinoex |
- distfile repacked, verified only docs where updated. |
4.3.10 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
4.3.10 04 Aug 2012 05:36:52 |
dinoex |
- update to 4.3.10 |
4.3.7 14 Jan 2012 14:49:25 |
dinoex |
- escape shell names |
4.3.7 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
4.3.7 12 Jan 2012 06:20:14 |
dinoex |
- update to 4.3.7 |
4.3.4 06 Aug 2011 08:46:54 |
dinoex |
- update to 4.3.4 |
4.3.3 19 May 2011 18:46:46 |
dinoex |
- update to 4.3.3 |
4.3.2 15 May 2011 02:49:17 |
dougb |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
4.3.2 07 Apr 2011 17:04:47 |
dinoex |
- update to 4.3.2 |
4.3.0 02 Apr 2011 14:26:29 |
dinoex |
- update to 4.3.0
services and files and urls have been renamed
see UPDATING for migration from older config. |
4.2.3_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.2.3_1 27 Nov 2010 08:46:07 |
dinoex |
- update MASTER_SITES
PR: 152600
Submitted by: Florian Smeets |
4.2.3_1 18 Nov 2010 15:55:48 |
dinoex |
- update MASTER_SITES |
4.2.3_1 09 Jul 2010 07:41:48 |
dinoex |
- fix display of IPv6 ports
PR: 147915
Submitted by: Frank Bartels
Feature safe: yes |
4.2.3 04 Jun 2010 13:49:15 |
dinoex |
LICENSE GPLv2 |
4.2.3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
4.2.3 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
4.2.3 26 Feb 2009 18:47:47 |
dinoex |
- update to 4.2.3
PR: 132033
Submitted by: falz |
4.2.2 15 Feb 2009 16:44:55 |
dinoex |
- add LICENSE: |
4.2.2 11 Jan 2009 21:11:35 |
dinoex |
- update to 4.2.2 |
4.2.0_2 11 Jan 2009 21:02:55 |
dinoex |
- set homedir
PR: 125081 |
4.2.0_2 11 Jan 2009 20:57:17 |
dinoex |
- repocopy hobbit-* -> xymon-* |