- Update to 5.5 [1]
- Convert to new options framework PR: ports/171271 Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer) Approved by: eadler, bapt (mentors, implicit)
This commit is contained in:
parent
bb332c9706
commit
7acf141f49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303583
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= monit
|
||||
PORTVERSION= 5.4
|
||||
PORTVERSION= 5.5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.mmonit.com/monit/dist/
|
||||
|
||||
@ -23,7 +23,8 @@ USE_RC_SUBR= ${PORTNAME}
|
||||
CONFIGURE_ENV= CONFIG_SHELL="${SH}" \
|
||||
LOCALBASE="${LOCALBASE}"
|
||||
|
||||
OPTIONS= SSL "Enable SSL support" on
|
||||
OPTIONS_DEFINE= SSL
|
||||
OPTIONS_DEFAULT=SSL
|
||||
|
||||
PLIST_FILES= bin/monit \
|
||||
etc/monitrc.sample
|
||||
@ -35,7 +36,7 @@ PORTDOCS= ${DOCS:T}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITHOUT_SSL)
|
||||
.if empty(PORT_OPTIONS:MSSL)
|
||||
CONFIGURE_ARGS+= --without-ssl
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (monit-5.4.tar.gz) = 805c6545de2dd7f3d9e6e0c68018b2aadd5fc98b243c8868178f247a60906038
|
||||
SIZE (monit-5.4.tar.gz) = 1197209
|
||||
SHA256 (monit-5.5.tar.gz) = 8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53
|
||||
SIZE (monit-5.5.tar.gz) = 1197459
|
||||
|
Loading…
Reference in New Issue
Block a user