From owner-svn-ports-all@freebsd.org Sun May 1 18:57:23 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 E3D0EB2940F; Sun, 1 May 2016 18:57:23 +0000 (UTC) (envelope-from kami@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 9492B1EDD; Sun, 1 May 2016 18:57:23 +0000 (UTC) (envelope-from kami@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u41IvMbs063500; Sun, 1 May 2016 18:57:22 GMT (envelope-from kami@FreeBSD.org) Received: (from kami@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u41IvMgD063497; Sun, 1 May 2016 18:57:22 GMT (envelope-from kami@FreeBSD.org) Message-Id: <201605011857.u41IvMgD063497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kami set sender to kami@FreeBSD.org using -f From: Dominic Fandrey Date: Sun, 1 May 2016 18:57:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414417 - in head/www/varnish-nagios: . files 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: Sun, 01 May 2016 18:57:24 -0000 Author: kami Date: Sun May 1 18:57:22 2016 New Revision: 414417 URL: https://svnweb.freebsd.org/changeset/ports/414417 Log: Unbreak by updating to the latest version on GH. PR: ports/208024 Submitted by: marc@mpeters.org Reported by: marc@mpeters.org Reviewed by: cs Approved by: cs Differential Revision: https://reviews.freebsd.org/D5744 Added: head/www/varnish-nagios/files/ head/www/varnish-nagios/files/pkg-message.in (contents, props changed) Modified: head/www/varnish-nagios/Makefile head/www/varnish-nagios/distinfo Modified: head/www/varnish-nagios/Makefile ============================================================================== --- head/www/varnish-nagios/Makefile Sun May 1 18:15:33 2016 (r414416) +++ head/www/varnish-nagios/Makefile Sun May 1 18:57:22 2016 (r414417) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= varnish-nagios -PORTVERSION= 1.1.20140519 +PORTVERSION= 1.1.20151214 PORTREVISION= 0 CATEGORIES= www @@ -11,9 +11,8 @@ COMMENT= Nagios plugin to check status o LICENSE= BSD2CLAUSE -BROKEN= fails to build - BUILD_DEPENDS= varnish4>=0:www/varnish4 +RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo GNU_CONFIGURE= yes CFLAGS+= -lm @@ -22,10 +21,12 @@ USES= autoreconf libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= varnish -GH_TAGNAME= 022fbf9 +GH_TAGNAME= 258c486 PLIST_FILES= libexec/nagios/check_varnish +SUB_FILES= pkg-message + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios ${INSTALL_PROGRAM} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios Modified: head/www/varnish-nagios/distinfo ============================================================================== --- head/www/varnish-nagios/distinfo Sun May 1 18:15:33 2016 (r414416) +++ head/www/varnish-nagios/distinfo Sun May 1 18:57:22 2016 (r414417) @@ -1,2 +1,2 @@ -SHA256 (varnish-varnish-nagios-1.1.20140519-022fbf9_GH0.tar.gz) = b4545fa4445b62bce85d0d7ad43664dc07e6303f83fb5a7d2c71092116ee09bd -SIZE (varnish-varnish-nagios-1.1.20140519-022fbf9_GH0.tar.gz) = 5397 +SHA256 (varnish-varnish-nagios-1.1.20151214-258c486_GH0.tar.gz) = 0f54a5941c8b7fa5dc175306ddf5fe9a6a3739ebb606ff784d12aab6519080db +SIZE (varnish-varnish-nagios-1.1.20151214-258c486_GH0.tar.gz) = 5663 Added: head/www/varnish-nagios/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-nagios/files/pkg-message.in Sun May 1 18:57:22 2016 (r414417) @@ -0,0 +1,7 @@ +********************************************************************** + + Add the following line to %%PREFIX%%/etc/sudoers: + + nagios ALL=NOPASSWD: %%PREFIX%%/libexec/nagios/check_varnish + +**********************************************************************