[Midnightbsd-cvs] mports [23735] trunk/sysutils/monit/Makefile: fix build on current

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 17 23:38:41 EDT 2018


Revision: 23735
          http://svnweb.midnightbsd.org/mports/?rev=23735
Author:   laffer1
Date:     2018-08-17 23:38:40 -0400 (Fri, 17 Aug 2018)
Log Message:
-----------
fix build on current

Modified Paths:
--------------
    trunk/sysutils/monit/Makefile

Modified: trunk/sysutils/monit/Makefile
===================================================================
--- trunk/sysutils/monit/Makefile	2018-08-17 22:42:41 UTC (rev 23734)
+++ trunk/sysutils/monit/Makefile	2018-08-18 03:38:40 UTC (rev 23735)
@@ -2,8 +2,9 @@
 
 PORTNAME=	monit
 PORTVERSION=	5.19.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.mmonit.com/monit/dist/
+MASTER_SITES=	https://mmonit.com/monit/dist/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Unix system management and proactive monitoring
@@ -27,7 +28,7 @@
 OPTIONS_DEFAULT=SSL
 
 SSL_CONFIGURE_OFF=	--without-ssl
-SSL_USES=		openssl
+SSL_USES=		ssl
 
 post-install:
 	${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample



More information about the Midnightbsd-cvs mailing list