Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 00:15:37 GMT
From:      Martin Pala<martinp@tildeslash.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/105547: [maintainer update] sysutils/monit 4.8.2
Message-ID:  <200611150015.kAF0Fbww042202@www.freebsd.org>
Resent-Message-ID: <200611150020.kAF0K5dK019930@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105547
>Category:       ports
>Synopsis:       [maintainer update] sysutils/monit 4.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 15 00:20:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Pala
>Release:        
>Organization:
>Environment:
>Description:
- upgrade monit to 4.8.2
- replace the WITH_MONIT_SSL option by standard WITH_SSL
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN monit/Makefile monit-mp/Makefile
--- monit/Makefile	Tue Nov 14 22:43:20 2006
+++ monit-mp/Makefile	Wed Nov 15 00:53:55 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	monit
-PORTVERSION=	4.8.1
+PORTVERSION=	4.8.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.tildeslash.com/monit/dist/
 
@@ -26,7 +26,7 @@
 		LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \
 		LOCALBASE="${LOCALBASE}"
 
-OPTIONS=	MONIT_SSL "Enable SSL support" on
+OPTIONS=	SSL "Enable SSL support" on
 
 PLIST_FILES=	bin/monit \
 		etc/monitrc.sample
@@ -38,7 +38,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_MONIT_SSL)
+.if defined(WITH_SSL)
 .include "${PORTSDIR}/Mk/bsd.openssl.mk"
 CONFIGURE_ARGS+=	--enable-ssl --with-openssl="${OPENSSLBASE}"
 .else
diff -ruN monit/distinfo monit-mp/distinfo
--- monit/distinfo	Tue Nov 14 22:43:20 2006
+++ monit-mp/distinfo	Wed Nov 15 00:54:17 2006
@@ -1,3 +1,3 @@
-MD5 (monit-4.8.1.tar.gz) = 3c7b9340d3fba73c75c993e7069cd108
-SHA256 (monit-4.8.1.tar.gz) = 2a4a057ff3f695826aaeae22d3c736fbd440bcde5b4f320dbf5ae837c5860b75
-SIZE (monit-4.8.1.tar.gz) = 561152
+MD5 (monit-4.8.2.tar.gz) = e7ad6056c71becf014653f6597d110ca
+SHA256 (monit-4.8.2.tar.gz) = 5fecb7a7e6e9ca86c565c202f4f56eaed92c0418187ca6675fd77194630f3e3c
+SIZE (monit-4.8.2.tar.gz) = 568557

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611150015.kAF0Fbww042202>