From owner-svn-ports-all@freebsd.org Fri Aug 12 15:52:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 465F6BB689A; Fri, 12 Aug 2016 15:52:33 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15CAE13AD; Fri, 12 Aug 2016 15:52:33 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7CFqWND003132; Fri, 12 Aug 2016 15:52:32 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7CFqWl6003130; Fri, 12 Aug 2016 15:52:32 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608121552.u7CFqWl6003130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 12 Aug 2016 15:52:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420131 - head/sysutils/monit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2016 15:52:33 -0000 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