From owner-svn-ports-all@FreeBSD.ORG Fri Feb 28 10:08:00 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 BB3DCAB5; Fri, 28 Feb 2014 10:08:00 +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 A81231840; Fri, 28 Feb 2014 10:08:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1SA80si015331; Fri, 28 Feb 2014 10:08:00 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1SA808Z015330; Fri, 28 Feb 2014 10:08:00 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201402281008.s1SA808Z015330@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Fri, 28 Feb 2014 10:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346477 - head/sysutils/munin-node 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: Fri, 28 Feb 2014 10:08:00 -0000 Author: des Date: Fri Feb 28 10:08:00 2014 New Revision: 346477 URL: http://svnweb.freebsd.org/changeset/ports/346477 QAT: https://qat.redports.org/buildarchive/r346477/ Log: Edit Makefile.config to provide the correct interpreter locations. Approved by: maintainer (flo) Modified: head/sysutils/munin-node/Makefile Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Fri Feb 28 10:07:46 2014 (r346476) +++ head/sysutils/munin-node/Makefile Fri Feb 28 10:08:00 2014 (r346477) @@ -3,6 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node @@ -82,6 +83,13 @@ post-patch: ${WRKSRC}/node/sbin/munin-node \ ${WRKSRC}/node/sbin/munin-node-configure \ ${WRKSRC}/node/sbin/munin-run + @${REINPLACE_CMD} \ + -e 's|^\(BASH[[:space:]]*:=\).*|\1 ${bash_CMD}|' \ + -e 's|^\(JAVARUN[[:space:]]*:=\).*|\1 ${java_CMD}|' \ + -e 's|^\(PERL[[:space:]]*:=\).*|\1 ${perl_CMD}|' \ + -e 's|^\(PYTHON[[:space:]]*:=\).*|\1 ${python_CMD}|' \ + -e 's|^\(RUBY[[:space:]]*:=\).*|\1 ${ruby_CMD}|' \ + ${WRKSRC}/Makefile.config @${FIND} ${WRKSRC}/node/sbin -type f -name "*.orig" -delete pre-su-install: