aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2012-09-03 11:16:45 +0800
committerbdrewery <bdrewery@FreeBSD.org>2012-09-03 11:16:45 +0800
commit14142e8de7872351b7ceae3db7da5817419da8df (patch)
treeecfc4b48d89396bd7e02f0db31eccf8d89d61c49
parent1c7c38d6359c4406b069fd5b6cbe14f1ab1ba338 (diff)
downloadfreebsd-ports-gnome-14142e8de7872351b7ceae3db7da5817419da8df.tar.gz
freebsd-ports-gnome-14142e8de7872351b7ceae3db7da5817419da8df.tar.zst
freebsd-ports-gnome-14142e8de7872351b7ceae3db7da5817419da8df.zip
- 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)
-rw-r--r--sysutils/monit/Makefile7
-rw-r--r--sysutils/monit/distinfo4
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