diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-09-03 03:16:45 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-09-03 03:16:45 +0000 |
commit | 7acf141f4927558d879c852a67c519e6817ae326 (patch) | |
tree | ecfc4b48d89396bd7e02f0db31eccf8d89d61c49 /sysutils/monit | |
parent | bb332c970693b933e891a5fec7c2cd82ceb28320 (diff) | |
download | ports-7acf141f4927558d879c852a67c519e6817ae326.tar.gz ports-7acf141f4927558d879c852a67c519e6817ae326.zip |
Notes
Diffstat (limited to 'sysutils/monit')
-rw-r--r-- | sysutils/monit/Makefile | 7 | ||||
-rw-r--r-- | sysutils/monit/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 3e13723f79cf..4282a6f46165 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -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 diff --git a/sysutils/monit/distinfo b/sysutils/monit/distinfo index e6843a93767e..a1252cf3a45f 100644 --- a/sysutils/monit/distinfo +++ b/sysutils/monit/distinfo @@ -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 |