From owner-svn-ports-head@freebsd.org Sat Dec 30 18:44:48 2017 Return-Path: Delivered-To: svn-ports-head@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 BC1F4EA6F99; Sat, 30 Dec 2017 18:44:48 +0000 (UTC) (envelope-from flo@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 85581673FA; Sat, 30 Dec 2017 18:44:48 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBUIilRF073728; Sat, 30 Dec 2017 18:44:47 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBUIilqZ073726; Sat, 30 Dec 2017 18:44:47 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201712301844.vBUIilqZ073726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sat, 30 Dec 2017 18:44:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457630 - in head/net-mgmt/check_logfiles: . files X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: in head/net-mgmt/check_logfiles: . files X-SVN-Commit-Revision: 457630 X-SVN-Commit-Repository: ports 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.25 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: Sat, 30 Dec 2017 18:44:48 -0000 Author: flo Date: Sat Dec 30 18:44:47 2017 New Revision: 457630 URL: https://svnweb.freebsd.org/changeset/ports/457630 Log: Commit forgotten file, without this patch the resulting script doens't work. Added: head/net-mgmt/check_logfiles/files/ head/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am (contents, props changed) Modified: head/net-mgmt/check_logfiles/Makefile Modified: head/net-mgmt/check_logfiles/Makefile ============================================================================== --- head/net-mgmt/check_logfiles/Makefile Sat Dec 30 18:21:18 2017 (r457629) +++ head/net-mgmt/check_logfiles/Makefile Sat Dec 30 18:44:47 2017 (r457630) @@ -2,6 +2,7 @@ PORTNAME= check_logfiles PORTVERSION= 3.8.1.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/ @@ -16,6 +17,6 @@ PLIST_FILES= libexec/nagios/check_logfiles USES= autoreconf gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \ - --libexecdir=${PREFIX}/libexec/nagios \ + --libexecdir=${PREFIX}/libexec/nagios .include Added: head/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am Sat Dec 30 18:44:47 2017 (r457630) @@ -0,0 +1,11 @@ +--- plugins-scripts/Makefile.am.orig 2017-12-16 17:32:11 UTC ++++ plugins-scripts/Makefile.am +@@ -20,7 +20,7 @@ WIN_MODULES=\ + Nagios/CheckLogfiles/Search/Wevtutil.pm + + +-SED=/bin/sed ++SED=/usr/bin/sed + GREP=/bin/grep + CAT=/bin/cat + ECHO=/bin/echo