From owner-svn-ports-all@freebsd.org Mon Mar 13 17:10:23 2017 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 E4FE5D0AC8E; Mon, 13 Mar 2017 17:10:23 +0000 (UTC) (envelope-from tobik@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 B1ED916DA; Mon, 13 Mar 2017 17:10:23 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2DHAMZ5050392; Mon, 13 Mar 2017 17:10:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2DHAMfO050391; Mon, 13 Mar 2017 17:10:22 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703131710.v2DHAMfO050391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 13 Mar 2017 17:10:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436088 - head/net/nethogs 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.23 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: Mon, 13 Mar 2017 17:10:24 -0000 Author: tobik Date: Mon Mar 13 17:10:22 2017 New Revision: 436088 URL: https://svnweb.freebsd.org/changeset/ports/436088 Log: Fix bash_CMD usage Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9949 Modified: head/net/nethogs/Makefile Modified: head/net/nethogs/Makefile ============================================================================== --- head/net/nethogs/Makefile Mon Mar 13 16:44:09 2017 (r436087) +++ head/net/nethogs/Makefile Mon Mar 13 17:10:22 2017 (r436088) @@ -3,6 +3,7 @@ PORTNAME= nethogs PORTVERSION= 0.8.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= anastasios@mageirias.com @@ -17,7 +18,7 @@ GH_ACCOUNT= raboof USES= gmake shebangfix SHEBANG_FILES= determineVersion.sh -bash_CMD= ${SH} +bash_CMD= /bin/sh PLIST_FILES= man/man8/nethogs.8.gz \ sbin/nethogs