diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 20:08:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 20:08:53 +0000 |
commit | 23de5812cc638f547354a1c6611dc4de35b9434c (patch) | |
tree | 6ec9c33d375a63e488cb638a64d5361e4b04e99a /sysutils/monit | |
parent | 1828f9d243784185cdd6c7c4aeae239bb3f30dd6 (diff) | |
download | ports-23de5812cc638f547354a1c6611dc4de35b9434c.tar.gz ports-23de5812cc638f547354a1c6611dc4de35b9434c.zip |
Notes
Diffstat (limited to 'sysutils/monit')
-rw-r--r-- | sysutils/monit/Makefile | 6 | ||||
-rw-r--r-- | 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 <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 --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 |