From dfd548ce94f4f68bcbf7575f5f0e30cd196dda19 Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 15 Nov 2006 20:08:53 +0000 Subject: - Update to 4.8.2 PR: ports/105547 Submitted by: Martin Pala (maintainer) --- sysutils/monit/Makefile | 6 +++--- sysutils/monit/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 63b3bd77c8d5..f16bfaf98f2a 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -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 @@ CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" \ 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 @@ PORTDOCS= * .include -.if defined(WITH_MONIT_SSL) +.if defined(WITH_SSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --enable-ssl --with-openssl="${OPENSSLBASE}" .else diff --git a/sysutils/monit/distinfo b/sysutils/monit/distinfo index 6474e04aad6c..6262c318c02c 100644 --- a/sysutils/monit/distinfo +++ b/sysutils/monit/distinfo @@ -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 -- cgit