From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 07:39:59 2014 Return-Path: Delivered-To: svn-ports-head@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 2A8CC371 for ; Fri, 21 Feb 2014 07:39:59 +0000 (UTC) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93E651B2C for ; Fri, 21 Feb 2014 07:39:58 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id y1so2021440lam.22 for ; Thu, 20 Feb 2014 23:39:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=XT95FXKs+zMWjxkpCByzQ21R5BYnsA378efa3rpJdGs=; b=CPku/GT1Yv6hog9jxtNMwxVtuILNst4zYHnrVhPED+8Q9ydNLc35Ca7QqqJwLSsesy 7EwZDjmkJvuikoR0FZ0fMbf2REg12EdTUPzC25FN5f+vfvf1Y2XkPX3Vum9/UNoA0wnR rkPxEI9vemoDH8pGi9jlGZ14NtrMqwPd9XkcUDPoZqubDjzsOjpzHLfNycxAWqGrlxvn 2HlT2QteyJX+UGpBtp7Aj1Y8LOVRzMkvuG63GYNIjtSThkvRgdCM9W8X/ZoYC6NNZZqe Ujv7XYjLf0IAcG+CmTnayG1fmAGqsr1yXUSTsTiGzQBKe35NSITJj4EASWlYLXkbem/V 8nUA== X-Gm-Message-State: ALoCoQkpzCBRyDvoI8Kw232xn6mbxCw/APSPP05oCbroSHX5KFWTjTRCOcWz2Y9isZ3+1lF3z3+P X-Received: by 10.112.55.65 with SMTP id q1mr3289489lbp.11.1392968390927; Thu, 20 Feb 2014 23:39:50 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.2.200 with HTTP; Thu, 20 Feb 2014 23:39:30 -0800 (PST) In-Reply-To: <201402210102.s1L12Frs051795@svn.freebsd.org> References: <201402210102.s1L12Frs051795@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 21 Feb 2014 15:39:30 +0800 X-Google-Sender-Auth: t6KxdGZw2PRjPWK652kzNfzbRBM Message-ID: Subject: Re: svn commit: r345279 - head/sysutils/monit To: Mark Felder Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers 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 07:39:59 -0000 On Fri, Feb 21, 2014 at 9:02 AM, Mark Felder wrote: > 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 > You already fixed it. :) > +LICENSE_FILE= COPYING > You could remove LICENSE_FILE. We usually do not add this for well-known licenses. > 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} > For staged ports, we install PORTDOCS/PORTEXAMPLES unconditionally unless it brings significant I/O overhead. > - ${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} > No need to print PKGMESSAGE manually. Regards, sunpoet > > 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 >