From owner-svn-ports-all@FreeBSD.ORG Sat Mar 29 16:37:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70E683BA; Sat, 29 Mar 2014 16:37:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 333582A6; Sat, 29 Mar 2014 16:37:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TGbFMK070518; Sat, 29 Mar 2014 16:37:15 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2TGbEO4070516; Sat, 29 Mar 2014 16:37:14 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403291637.s2TGbEO4070516@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 29 Mar 2014 16:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349563 - 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.17 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: Sat, 29 Mar 2014 16:37:15 -0000 Author: sunpoet Date: Sat Mar 29 16:37:14 2014 New Revision: 349563 URL: http://svnweb.freebsd.org/changeset/ports/349563 QAT: https://qat.redports.org/buildarchive/r349563/ Log: - Update to 5.8 - While I'm here: - Fix LICENSE - Remove LICENSE_FILE for well-known licenses - Update OPTIONS_DEFINE: add DOCS - Convert to new options helper - Simplify Makefile Changes: https://bitbucket.org/tildeslash/monit/src/master/CHANGES PR: ports/188029 Submitted by: Martin Pala (maintainer) Modified: head/sysutils/monit/Makefile head/sysutils/monit/distinfo Modified: head/sysutils/monit/Makefile ============================================================================== --- head/sysutils/monit/Makefile Sat Mar 29 16:37:09 2014 (r349562) +++ head/sysutils/monit/Makefile Sat Mar 29 16:37:14 2014 (r349563) @@ -2,25 +2,24 @@ # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.7 +PORTVERSION= 5.8 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ MAINTAINER= martinp@tildeslash.com COMMENT= Unix system management and proactive monitoring -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= AGPLv3 GNU_CONFIGURE= yes -USES= bison gmake +USES= bison gmake USE_RC_SUBR= ${PORTNAME} CONFIGURE_ENV= CONFIG_SHELL="${SH}" \ LOCALBASE="${LOCALBASE}" -OPTIONS_DEFINE= SSL -OPTIONS_DEFAULT= SSL +OPTIONS_DEFINE= DOCS SSL +OPTIONS_DEFAULT=SSL PLIST_FILES= bin/monit \ etc/monitrc.sample \ @@ -30,18 +29,11 @@ SUB_FILES= pkg-message PORTDOCS= CHANGES COPYING README -.include - -.if ! ${PORT_OPTIONS:MSSL} -CONFIGURE_ARGS+= --without-ssl -.endif +SSL_CONFIGURE_OFF= --without-ssl post-install: ${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample -.if ${PORT_OPTIONS:MDOCS} ${INSTALL} -d ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} .include Modified: head/sysutils/monit/distinfo ============================================================================== --- head/sysutils/monit/distinfo Sat Mar 29 16:37:09 2014 (r349562) +++ head/sysutils/monit/distinfo Sat Mar 29 16:37:14 2014 (r349563) @@ -1,2 +1,2 @@ -SHA256 (monit-5.7.tar.gz) = bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2 -SIZE (monit-5.7.tar.gz) = 1266763 +SHA256 (monit-5.8.tar.gz) = 0c00573ebc0156c534a5952f392c2a7bedde194f8261c05497322055938847f5 +SIZE (monit-5.8.tar.gz) = 1237958