diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-03-30 14:51:40 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-03-30 14:51:40 +0000 |
commit | deb3617a8ce7b19c00662d1f1eb412a47ce1f13e (patch) | |
tree | 00366d7b83292fad7ca7de6b962c27635f80d492 /sysutils/monit | |
parent | 5a6844ac3f8262eb547525be341f629a83245995 (diff) |
Notes
Diffstat (limited to 'sysutils/monit')
-rw-r--r-- | sysutils/monit/Makefile | 11 | ||||
-rw-r--r-- | sysutils/monit/distinfo | 6 |
2 files changed, 9 insertions, 8 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 diff --git a/sysutils/monit/distinfo b/sysutils/monit/distinfo index 68d0d1756e32..dbd3140c19be 100644 --- a/sysutils/monit/distinfo +++ b/sysutils/monit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612118597 -SHA256 (monit-5.27.2.tar.gz) = d8809c78d5dc1ed7a7ba32a5a55c5114855132cc4da4805f8d3aaf8cf46eaa4c -SIZE (monit-5.27.2.tar.gz) = 1463790 +TIMESTAMP = 1617049606 +SHA256 (monit-5.28.0.tar.gz) = 9fc6287fd9570b25a85c5d5bf988ee8bd4c54d0e9e01ff04cc4b9398a159849c +SIZE (monit-5.28.0.tar.gz) = 1480041 |