svn commit: r569560 - head/sysutils/monit

Fernando Apesteguía fernape at FreeBSD.org
Tue Mar 30 14:51:41 UTC 2021


Author: fernape
Date: Tue Mar 30 14:51:40 2021
New Revision: 569560
URL: https://svnweb.freebsd.org/changeset/ports/569560

Log:
  sysutils/monit: Update to 5.28.0
  
  PR:	254644
  Submitted by:	martinp at tildeslash.com (maintainer)

Modified:
  head/sysutils/monit/Makefile
  head/sysutils/monit/distinfo

Modified: head/sysutils/monit/Makefile
==============================================================================
--- head/sysutils/monit/Makefile	Tue Mar 30 14:18:53 2021	(r569559)
+++ head/sysutils/monit/Makefile	Tue Mar 30 14:51:40 2021	(r569560)
@@ -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 monitori
 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

Modified: head/sysutils/monit/distinfo
==============================================================================
--- head/sysutils/monit/distinfo	Tue Mar 30 14:18:53 2021	(r569559)
+++ head/sysutils/monit/distinfo	Tue Mar 30 14:51:40 2021	(r569560)
@@ -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


More information about the svn-ports-all mailing list