Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2016 15:52:32 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420131 - head/sysutils/monit
Message-ID:  <201608121552.u7CFqWl6003130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Aug 12 15:52:31 2016
New Revision: 420131
URL: https://svnweb.freebsd.org/changeset/ports/420131

Log:
  - Update to version 3.19.0 [1]
  - Convert ot USES=ssl
  - Move options block to proper place
  
  PR:		211658 [1]
  Submitted by:	maintainer [1]

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

Modified: head/sysutils/monit/Makefile
==============================================================================
--- head/sysutils/monit/Makefile	Fri Aug 12 15:37:41 2016	(r420130)
+++ head/sysutils/monit/Makefile	Fri Aug 12 15:52:31 2016	(r420131)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	monit
-PORTVERSION=	5.18
+PORTVERSION=	5.19.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.mmonit.com/monit/dist/
 
@@ -15,9 +15,6 @@ GNU_CONFIGURE=	yes
 USES=		bison gmake
 USE_RC_SUBR=	${PORTNAME}
 
-OPTIONS_DEFINE=	DOCS SSL
-OPTIONS_DEFAULT=SSL
-
 PLIST_FILES=	bin/monit \
 		etc/monitrc.sample \
 		man/man1/monit.1.gz
@@ -26,8 +23,11 @@ SUB_FILES=	pkg-message
 
 PORTDOCS=	COPYING README CHANGES
 
+OPTIONS_DEFINE=	DOCS SSL
+OPTIONS_DEFAULT=SSL
+
 SSL_CONFIGURE_OFF=	--without-ssl
-SSL_USE=		OPENSSL=yes
+SSL_USES=		ssl
 
 post-install:
 	${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample

Modified: head/sysutils/monit/distinfo
==============================================================================
--- head/sysutils/monit/distinfo	Fri Aug 12 15:37:41 2016	(r420130)
+++ head/sysutils/monit/distinfo	Fri Aug 12 15:52:31 2016	(r420131)
@@ -1,2 +1,3 @@
-SHA256 (monit-5.18.tar.gz) = 75ccb85fa2ac1f44c9c95c5a6b539a254b0a1d64e16a36ec9eeb867484a4fcaf
-SIZE (monit-5.18.tar.gz) = 1239752
+TIMESTAMP = 1470649547
+SHA256 (monit-5.19.0.tar.gz) = befcd54365502bce4ffd6d1b0c345d5b689c9f7cb3a35a462ba7dcffcf6f62b8
+SIZE (monit-5.19.0.tar.gz) = 1260248



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608121552.u7CFqWl6003130>