From owner-svn-ports-head@freebsd.org Wed Jan 11 14:14:56 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 0E8D0CAA3A0; Wed, 11 Jan 2017 14:14:56 +0000 (UTC) (envelope-from adamw@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 D2D961547; Wed, 11 Jan 2017 14:14:55 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0BEEtCc003725; Wed, 11 Jan 2017 14:14:55 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0BEEtaQ003724; Wed, 11 Jan 2017 14:14:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201701111414.v0BEEtaQ003724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 11 Jan 2017 14:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431183 - head/sysutils/htop X-SVN-Group: ports-head 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.23 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: Wed, 11 Jan 2017 14:14:56 -0000 Author: adamw Date: Wed Jan 11 14:14:54 2017 New Revision: 431183 URL: https://svnweb.freebsd.org/changeset/ports/431183 Log: Python is never actually used in the build here, so remove the dependency and the associated shebangfix. PR: 215959 Approved by: maintainer (Hung-Yi Chen) Modified: head/sysutils/htop/Makefile Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Wed Jan 11 14:08:55 2017 (r431182) +++ head/sysutils/htop/Makefile Wed Jan 11 14:14:54 2017 (r431183) @@ -17,9 +17,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ARGS= --enable-unicode -USES= autoreconf execinfo libtool ncurses python:2,build shebangfix -SHEBANG_LANG= python2 -SHEBANG_FILES= scripts/MakeHeader.py +USES= autoreconf execinfo libtool ncurses USE_GITHUB= yes GH_ACCOUNT= hishamhm PLIST_FILES= bin/htop \