From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 01:02:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F776A25; Fri, 21 Feb 2014 01:02:16 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6801798; Fri, 21 Feb 2014 01:02:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1L12GXD051798; Fri, 21 Feb 2014 01:02:16 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1L12Frs051795; Fri, 21 Feb 2014 01:02:15 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201402210102.s1L12Frs051795@svn.freebsd.org> From: Mark Felder Date: Fri, 21 Feb 2014 01:02:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345279 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 01:02:16 -0000 Author: feld Date: Fri Feb 21 01:02:15 2014 New Revision: 345279 URL: http://svnweb.freebsd.org/changeset/ports/345279 QAT: https://qat.redports.org/buildarchive/r345279/ Log: Update to 5.7 STAGE support PR: ports/186930 Modified: head/sysutils/monit/Makefile head/sysutils/monit/distinfo Modified: head/sysutils/monit/Makefile ============================================================================== --- head/sysutils/monit/Makefile Fri Feb 21 00:33:48 2014 (r345278) +++ head/sysutils/monit/Makefile Fri Feb 21 01:02:15 2014 (r345279) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.6 +PORTVERSION= 5.7 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ MAINTAINER= martinp@tildeslash.com COMMENT= Unix system management and proactive monitoring -MAN1= monit.1 +LICENSE= GPLV3 +LICENSE_FILE= COPYING GNU_CONFIGURE= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake USE_RC_SUBR= ${PORTNAME} CONFIGURE_ENV= CONFIG_SHELL="${SH}" \ @@ -23,13 +23,13 @@ OPTIONS_DEFINE= SSL OPTIONS_DEFAULT= SSL PLIST_FILES= bin/monit \ - etc/monitrc.sample + etc/monitrc.sample \ + man/man1/monit.1.gz SUB_FILES= pkg-message PORTDOCS= CHANGES COPYING README -NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MSSL} @@ -37,10 +37,10 @@ CONFIGURE_ARGS+= --without-ssl .endif post-install: - ${INSTALL} -m 600 ${WRKSRC}/monitrc ${PREFIX}/etc/monitrc.sample + ${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample .if ${PORT_OPTIONS:MDOCS} - ${INSTALL} -d ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${DOCSDIR} + ${INSTALL} -d ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} Modified: head/sysutils/monit/distinfo ============================================================================== --- head/sysutils/monit/distinfo Fri Feb 21 00:33:48 2014 (r345278) +++ head/sysutils/monit/distinfo Fri Feb 21 01:02:15 2014 (r345279) @@ -1,2 +1,2 @@ -SHA256 (monit-5.6.tar.gz) = 38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d -SIZE (monit-5.6.tar.gz) = 1263370 +SHA256 (monit-5.7.tar.gz) = bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2 +SIZE (monit-5.7.tar.gz) = 1266763