mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 5.0.3
PR: 135045 Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
This commit is contained in:
parent
1c6c743b64
commit
f4e8b4bb7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234748
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= monit
|
||||
PORTVERSION= 5.0.2
|
||||
PORTVERSION= 5.0.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.mmonit.com/monit/dist/
|
||||
|
||||
@ -25,8 +25,7 @@ CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \
|
||||
LOCALBASE="${LOCALBASE}"
|
||||
|
||||
OPTIONS= SSL "Enable SSL support" on \
|
||||
RESOURCE "Enable resource support (not for jail)" on
|
||||
OPTIONS= SSL "Enable SSL support" on
|
||||
|
||||
PLIST_FILES= bin/monit \
|
||||
etc/monitrc.sample
|
||||
@ -45,12 +44,6 @@ CONFIGURE_ARGS+= --enable-ssl --with-openssl="${OPENSSLBASE}"
|
||||
CONFIGURE_ARGS+= --without-ssl
|
||||
.endif
|
||||
|
||||
.if defined(WITH_RESOURCE)
|
||||
CONFIGURE_ARGS+= --with-resource
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-resource
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} -m 600 ${WRKDIR}/${DISTNAME}/monitrc ${PREFIX}/etc/monitrc.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (monit-5.0.2.tar.gz) = 416db6d616ee3a44d274522103fef9af
|
||||
SHA256 (monit-5.0.2.tar.gz) = dc5b7a483383bf54e3f8a1dc29089d50e13f15e5f7512bc705a92e52cc41092f
|
||||
SIZE (monit-5.0.2.tar.gz) = 633790
|
||||
MD5 (monit-5.0.3.tar.gz) = dae7859ec10551fc941daeae60dee9d3
|
||||
SHA256 (monit-5.0.3.tar.gz) = 5dd2539b3c61d109fa75efaa599168eb91bd59f20eba889e4c8b1990cac587d3
|
||||
SIZE (monit-5.0.3.tar.gz) = 625128
|
||||
|
Loading…
Reference in New Issue
Block a user