View | Details | Raw Unified | Return to bug 105547
Collapse All | Expand All

(-)monit-mp/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	monit
8
PORTNAME=	monit
9
PORTVERSION=	4.8.1
9
PORTVERSION=	4.8.2
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://www.tildeslash.com/monit/dist/
11
MASTER_SITES=	http://www.tildeslash.com/monit/dist/
12
12
Lines 26-32 Link Here
26
		LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \
26
		LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \
27
		LOCALBASE="${LOCALBASE}"
27
		LOCALBASE="${LOCALBASE}"
28
28
29
OPTIONS=	MONIT_SSL "Enable SSL support" on
29
OPTIONS=	SSL "Enable SSL support" on
30
30
31
PLIST_FILES=	bin/monit \
31
PLIST_FILES=	bin/monit \
32
		etc/monitrc.sample
32
		etc/monitrc.sample
Lines 38-44 Link Here
38
38
39
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>
40
40
41
.if defined(WITH_MONIT_SSL)
41
.if defined(WITH_SSL)
42
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
42
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
43
CONFIGURE_ARGS+=	--enable-ssl --with-openssl="${OPENSSLBASE}"
43
CONFIGURE_ARGS+=	--enable-ssl --with-openssl="${OPENSSLBASE}"
44
.else
44
.else
(-)monit-mp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (monit-4.8.1.tar.gz) = 3c7b9340d3fba73c75c993e7069cd108
1
MD5 (monit-4.8.2.tar.gz) = e7ad6056c71becf014653f6597d110ca
2
SHA256 (monit-4.8.1.tar.gz) = 2a4a057ff3f695826aaeae22d3c736fbd440bcde5b4f320dbf5ae837c5860b75
2
SHA256 (monit-4.8.2.tar.gz) = 5fecb7a7e6e9ca86c565c202f4f56eaed92c0418187ca6675fd77194630f3e3c
3
SIZE (monit-4.8.1.tar.gz) = 561152
3
SIZE (monit-4.8.2.tar.gz) = 568557

Return to bug 105547