1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Doug Barton
9aac569eaa 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
2012-08-05 23:19:36 +00:00
Sunpoet Po-Chuan Hsieh
ea6361c245 - Update to 5.4
Changes:	http://mmonit.com/monit/dist/CHANGES.txt
PR:		ports/167647
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2012-05-06 17:18:14 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Jason Helfman
8576025438 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
2011-12-21 17:31:49 +00:00
Pawel Pekala
c1d3543fa2 Update to 5.3.1
PR:		ports/161983
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2011-10-25 16:04:26 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Beech Rintoul
2c52b32f2b - Update to 5.3
PR:		ports/160715
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2011-09-15 20:11:53 +00:00
Wesley Shields
b92554180c - 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)
2011-06-25 12:37:57 +00:00
Dennis Herrmann
5b711a7bb6 - Update to 5.2.5
PR:		ports/156009
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2011-03-29 17:56:15 +00:00
Sylvio Cesar Teixeira
588e46359c - Update to 5.2.4
PR:		ports/154968
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2011-02-23 18:19:15 +00:00
Sunpoet Po-Chuan Hsieh
7284aa8d02 - 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)
2010-11-20 22:19:53 +00:00
Sunpoet Po-Chuan Hsieh
cd54b75856 - Pet portlint
- Simplifiy PORTDOCS installation
- Use INSTALL

PR:		ports/152023
Submitted by:	sunpoet (myself)
Approved by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2010-11-08 17:21:36 +00:00
Olli Hauer
5444fd5090 - 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)
2010-11-07 16:25:40 +00:00
Steven Kreuzer
60c71e5b40 Update to 5.2.1
PR:		ports/150923
Submitted by:	Martin Pala <martinp@tildeslash.com>
2010-09-26 01:59:44 +00:00
Dmitry Marakasov
c9c11b103e - Update to 5.2
PR:		150888
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2010-09-24 00:56:09 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0869ce8ebd 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.
2010-03-17 02:46:53 +00:00
Wen Heping
4e166d517d - Improve rc script
PR:		ports/144772
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2010-03-16 02:09:44 +00:00
Tong LIU
d32b267cc4 - Update to 5.1.1
PR:	ports/144228
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)

Feature safe:	yes
2010-02-23 15:49:25 +00:00
Martin Wilke
4c3cfb98d9 - Update to 5.1
PR:		144039
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
Feature safe:	yes
2010-02-22 20:53:11 +00:00
Dmitry Marakasov
f4e8b4bb7a - Update to 5.0.3
PR:		135045
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2009-05-29 02:34:13 +00:00
Dmitry Marakasov
04cd692a7a - Update to 5.0.2
PR:		134348
Submitted by:	Martin Pala <martinp at tildeslash dot com> (maintainer)
2009-05-08 11:45:53 +00:00
Dmitry Marakasov
650ff2dc63 - Update to 5.0.1
PR:		134072
Submitted by:	Martin Pala <martinp at tildeslash dot com> (maintainer)
2009-05-05 23:15:25 +00:00
Dmitry Marakasov
03ecbd8b9c - 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)
2009-04-09 23:54:00 +00:00
Martin Wilke
130199a31b - Update to 4.10.1
PR:		117880
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2007-12-12 18:42:10 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Vanilla I. Shu
97e431a9fe Upgrade to 4.9.
PR:		ports/109342
Submitted by:	maintainer
2007-02-20 01:03:34 +00:00
Martin Wilke
23de5812cc - Update to 4.8.2
PR:		ports/105547
Submitted by:	Martin Pala<martinp@tildeslash.com> (maintainer)
2006-11-15 20:08:53 +00:00
Marcus Alves Grando
6f761ccfbd - Update to 4.8.1
PR:		97736
Submitted by:	maintainer
2006-05-24 15:00:20 +00:00
Tim Bishop
fd377b7649 - Update to 4.7
- Fix typo in Makefile comment block

PR:		91692
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2006-01-13 13:20:23 +00:00
Marcus Alves Grando
928eb7f216 Update to 4.6
PR:		87231
Submitted by:	Martin Pala  <martinp@tildeslash.com> (maintainer)
2005-10-11 02:50:45 +00:00
Kirill Ponomarev
aa06cae11d 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)
  * Process status, timeout, memory and cpu usage, etc.
  * Device usage monitoring (inodes and space)
  * File monitoring (timestamp, checksum, permission, owner, etc.)
  * Directory monitoring (timestamp, permission, owner, etc.)
  * Remote network services monitoring (ping, response time,
  * protocol, etc.)
  * System load average monitoring
  * Flexible and customizable email alert messages and notifications
  * Protocol verification such as HTTP, FTP, SMTP, POP, IMAP, NNTP,
  * etc.
  * A HTTP interface with XML output option

PR:		ports/75811
Submitted by:	Martin Pala <martinp at tildeslash.com>
2005-02-18 19:14:12 +00:00