diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-09-15 20:11:53 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-09-15 20:11:53 +0000 |
commit | 2c52b32f2b7ff77f291bb15f4ebb2fcd1a2395f5 (patch) | |
tree | 27c6d08d81edfc7a2f85bddda8fb2538c8b15199 /sysutils/monit | |
parent | cbc182b242a95333d10365f8103eb2f40ff7f89d (diff) |
Notes
Diffstat (limited to 'sysutils/monit')
-rw-r--r-- | sysutils/monit/Makefile | 7 | ||||
-rw-r--r-- | sysutils/monit/distinfo | 4 | ||||
-rw-r--r-- | sysutils/monit/files/patch-protocols-mysql_c | 13 | ||||
-rw-r--r-- | sysutils/monit/files/pkg-message.in | 4 |
4 files changed, 6 insertions, 22 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 843c1e05a11d..c49d7ec95bc3 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -6,13 +6,13 @@ # PORTNAME= monit -PORTVERSION= 5.2.5 +PORTVERSION= 5.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ MAINTAINER= martinp@tildeslash.com -COMMENT= Unix system management and monitoring +COMMENT= Unix system management and proactive monitoring MAN1= monit.1 @@ -32,8 +32,7 @@ PLIST_FILES= bin/monit \ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message -DOCS= CHANGES.txt LICENSE README README.SSL \ - doc/examples.html doc/monit.html +DOCS= CHANGES COPYING README PORTDOCS= ${DOCS:T} .include <bsd.port.options.mk> diff --git a/sysutils/monit/distinfo b/sysutils/monit/distinfo index 708b7e83d4c6..5881e15ee6b3 100644 --- a/sysutils/monit/distinfo +++ b/sysutils/monit/distinfo @@ -1,2 +1,2 @@ -SHA256 (monit-5.2.5.tar.gz) = 3c2496e9f653ff8a46b75b61126a86cb3861ad35e4eeb7379d64a0fc55c1fd8d -SIZE (monit-5.2.5.tar.gz) = 608861 +SHA256 (monit-5.3.tar.gz) = a336d275ac8176c6cdf50f971d2e42325e74af713ae77afa9f005a29db06981e +SIZE (monit-5.3.tar.gz) = 1193660 diff --git a/sysutils/monit/files/patch-protocols-mysql_c b/sysutils/monit/files/patch-protocols-mysql_c deleted file mode 100644 index 1cac6a39f49d..000000000000 --- a/sysutils/monit/files/patch-protocols-mysql_c +++ /dev/null @@ -1,13 +0,0 @@ ---- protocols/mysql.c.orig 2011-02-07 20:04:08.000000000 +0000 -+++ protocols/mysql.c 2011-05-23 12:35:35.000000000 +0100 -@@ -160,8 +160,8 @@ - } - - return TRUE; -- } else if((buf[4] == 0xFF) && ((buf[5] == 0x15 && buf[6] == 0x04) || (buf[5] == 0xE3 && buf[6] == 0x04))) { -- /* If access denied (1045) or server requires newer authentication protocol (1251), return success immediately */ -+ } else if((buf[4] == 0xFF) && ((buf[5] == 0x15 && buf[6] == 0x04) || (buf[5] == 0xE3 && buf[6] == 0x04) || (buf[5] == 0x13 && buf[6] == 0x04))) { -+ /* If access denied (1045) or server requires newer authentication protocol (1251) or bad handshake (1043) return success immediately */ - return TRUE; - } - diff --git a/sysutils/monit/files/pkg-message.in b/sysutils/monit/files/pkg-message.in index 98ef1ce8b170..87525937c7bb 100644 --- a/sysutils/monit/files/pkg-message.in +++ b/sysutils/monit/files/pkg-message.in @@ -4,10 +4,8 @@ USAGE: To enable monit you need to add monit_enable="YES" to rc.conf file. Before running monit you have to configure monitrc file. There is -example configuration file monitrc.sample, you can find many -samples for particular services in examples.html: +example configuration file monitrc.sample. %%PREFIX%%/etc/monitrc.sample -%%PREFIX%%/share/doc/monit/examples.html ************************************************************************** |