aboutsummaryrefslogtreecommitdiff
path: root/sysutils/monit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/monit/Makefile')
-rw-r--r--sysutils/monit/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile
index bee66e16ffac..0c7133d57e96 100644
--- a/sysutils/monit/Makefile
+++ b/sysutils/monit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= monit
-PORTVERSION= 5.27.2
+PORTVERSION= 5.28.0
CATEGORIES= sysutils
MASTER_SITES= https://mmonit.com/monit/dist/
@@ -12,23 +12,24 @@ COMMENT= Unix system management and proactive monitoring
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE= yes
USES= bison gmake
USE_RC_SUBR= ${PORTNAME}
+GNU_CONFIGURE= yes
+
+SUB_FILES= pkg-message
+
PLIST_FILES= bin/monit \
etc/monitrc.sample \
man/man1/monit.1.gz
-SUB_FILES= pkg-message
-
PORTDOCS= COPYING CHANGES
OPTIONS_DEFINE= DOCS SSL
OPTIONS_DEFAULT=SSL
-SSL_CONFIGURE_OFF= --without-ssl
SSL_USES= ssl
+SSL_CONFIGURE_OFF= --without-ssl
post-install:
${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample