| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Mar 2013 11:32:12
5.5
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
03 Sep 2012 03:16:46
5.5
|
bdrewery  |
- Update to 5.5 [1]
- Convert to new options framework
PR: ports/171271
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
Approved by: eadler, bapt (mentors, implicit) |
05 Aug 2012 23:19:40
5.4
|
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 |
06 May 2012 17:18:14
5.4
|
sunpoet  |
- Update to 5.4
Changes: http://mmonit.com/monit/dist/CHANGES.txt
PR: ports/167647
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
14 Jan 2012 08:57:23
5.3.2
|
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. |
21 Dec 2011 17:31:49
5.3.2
|
jgh  |
Update to 5.3.2
redundant assignment of PKGMESSAGE removed
PR: ports/163491
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
Approved by: crees (mentor)
Feature safe: yes |
25 Oct 2011 16:04:26
5.3.1
|
pawel  |
Update to 5.3.1
PR: ports/161983
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
23 Sep 2011 22:26:39
5.3_1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
15 Sep 2011 20:11:53
5.3_1
|
beech  |
- Update to 5.3
PR: ports/160715
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
25 Jun 2011 12:37:57
5.2.5_1
|
wxs  |
- Add patch to fix MySQL protocol testing with MySQL 5.1.57+ and 5.5.12+.
Taken from vendor repo (r372).
- Remove CPPFLAGS from CONFIGURE_ARGS as it is inherently passed via use of
GNU_CONFIGURE. (quiets lint warning)
- Remove WITH_SSL option conditional and replace it with a WITHOUT_SSL
conditional. SSL support is enabled by default in configure and the
--enable-SSL and --with-openssl knobs have been removed. (quiets configure
warning)
- Change Mk includes to use new options style.
- Fix WWW in pkg-descr.
PR: ports/158198
Submitted by: Jase Thew <freebsd@beardz.net>
Approved by: Martin Pala <martinp@tildeslash.com> (maintainer) |
29 Mar 2011 17:56:15
5.2.5
|
dhn  |
- Update to 5.2.5
PR: ports/156009
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
23 Feb 2011 18:19:15
5.2.4
|
sylvio  |
- Update to 5.2.4
PR: ports/154968
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
20 Nov 2010 22:19:53
5.2.3
|
sunpoet  |
- Update to 5.2.3
Changes: http://www.mmonit.com/monit/dist/CHANGES.txt
PR: ports/152429
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
08 Nov 2010 17:21:36
5.2.2
|
sunpoet  |
- Pet portlint
- Simplifiy PORTDOCS installation
- Use INSTALL
PR: ports/152023
Submitted by: sunpoet (myself)
Approved by: Martin Pala <martinp@tildeslash.com> (maintainer) |
07 Nov 2010 16:25:40
5.2.2
|
ohauer  |
- update monit to version 5.2.2
BUGFIXES:
* Fix crash on MacOSX
* ICMP echo test (ping):
- bug #31128: do not log error if different response type is received
- bug #31129: do not require root to use ping test. Privilege to create
raw socket is still required, but on some platforms such as Solaris it
can be granted to non-root users too. If the user has no permission to
perform ping, monit will skip the icmp test and log message (in debug
mode only).
* rsync protocol test:
- wait for full server response and verify exit was received
- bug #31249: send full version to rsync server. Thanks to John Hall
for report
PR: 152012
Submitted by: Martin Pala <martinp _at_ tildeslash.com> (maintainer)
Approved by: glarkin (mentor, implicit) |
26 Sep 2010 01:59:44
5.2.1
|
skreuzer  |
Update to 5.2.1
PR: ports/150923
Submitted by: Martin Pala <martinp@tildeslash.com> |
24 Sep 2010 00:56:09
5.2
|
amdmi3  |
- Update to 5.2
PR: 150888
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
27 Mar 2010 00:15:24
5.1.1_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
17 Mar 2010 02:46:53
5.1.1_1
|
dougb  |
Fix the rc.d script for the case when there is no monit_enable in
rc.conf by adding a $ to the variable in the test.
Delete the empty variable assignment for _flags. These should never
be done, and the information about _flags is already in the comments.
Bump PORTREVISION to document the fix. |
16 Mar 2010 02:09:44
5.1.1
|
wen  |
- Improve rc script
PR: ports/144772
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
23 Feb 2010 15:49:25
5.1.1
|
nemoliu  |
- Update to 5.1.1
PR: ports/144228
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
Feature safe: yes |
22 Feb 2010 20:53:11
5.1
|
miwi  |
- Update to 5.1
PR: 144039
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
Feature safe: yes |
29 May 2009 02:34:13
5.0.3
|
amdmi3  |
- Update to 5.0.3
PR: 135045
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
08 May 2009 11:45:53
5.0.2
|
amdmi3  |
- Update to 5.0.2
PR: 134348
Submitted by: Martin Pala <martinp at tildeslash dot com> (maintainer) |
05 May 2009 23:15:26
5.0.1
|
amdmi3  |
- Update to 5.0.1
PR: 134072
Submitted by: Martin Pala <martinp at tildeslash dot com> (maintainer) |
09 Apr 2009 23:54:00
4.10.1_1
|
amdmi3  |
- add an OPTION to enable/disable kvm
PR: 133536
Submitted by: Tomoyuki Sakurai <cherry at trombik dot org>
Approved by: Martin Pala <martinp at tildeslash dot com> (maintainer) |
12 Dec 2007 18:42:10
4.10.1
|
miwi  |
- Update to 4.10.1
PR: 117880
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
17 Oct 2007 10:13:01
4.9_1
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
23 Jul 2007 09:36:52
4.9
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
20 Feb 2007 01:03:34
4.9
|
vanilla  |
Upgrade to 4.9.
PR: ports/109342
Submitted by: maintainer |
15 Nov 2006 20:08:54
4.8.2
|
miwi  |
- Update to 4.8.2
PR: ports/105547
Submitted by: Martin Pala<martinp@tildeslash.com> (maintainer) |
24 May 2006 15:00:20
4.8.1
|
mnag  |
- Update to 4.8.1
PR: 97736
Submitted by: maintainer |
13 Jan 2006 13:20:24
4.7
|
tdb  |
- Update to 4.7
- Fix typo in Makefile comment block
PR: 91692
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
11 Oct 2005 02:50:45
4.6
|
mnag  |
Update to 4.6
PR: 87231
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) |
18 Feb 2005 19:14:12
4.4
|
krion  |
Add monit 4.4, UNIX system management and monitoring tool.
Monit is a utility for managing and monitoring processes,
files, directories, devices and network services on a Unix system.
Monit conducts automatic maintenance and repair and can execute
meaningful causal actions in error situations.
monit supports:
* Daemon mode - poll services at a specified interval
* Group and manage groups of services, service dependencies
* Logging - syslog or own logfile
* Alert, start, stop and restart of services based on it's
* characteristics
* MD5 and SHA1 checksums
* Runtime Unix socket and TCP/IP port checking (tcp and udp) (Only the first 15 lines of the commit message are shown above ) |