From owner-svn-ports-all@freebsd.org Thu Feb 11 19:37:18 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 93683AA3D5F; Thu, 11 Feb 2016 19:37:18 +0000 (UTC) (envelope-from brnrd@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 48ECCC19; Thu, 11 Feb 2016 19:37:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BJbHUw085520; Thu, 11 Feb 2016 19:37:17 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BJbHA5085517; Thu, 11 Feb 2016 19:37:17 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602111937.u1BJbHA5085517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 11 Feb 2016 19:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408696 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 11 Feb 2016 19:37:18 -0000 Author: brnrd Date: Thu Feb 11 19:37:17 2016 New Revision: 408696 URL: https://svnweb.freebsd.org/changeset/ports/408696 Log: sysutils/htop: Update to 2.0.0 - Update to 2.0.0 with native FreeBSD support - Remove sysutils/lsof dependency - Remove linprocfs dependency - Delete redundant pkg-message - Remove redundant GH_PROJECT - Refactor post-patch to use shebangfix Reviewed by: feld (mentor), koobs (mentor) Approved by: feld (mentor) Differential Revision: D5253 Deleted: head/sysutils/htop/pkg-message Modified: head/sysutils/htop/Makefile head/sysutils/htop/distinfo Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Thu Feb 11 19:27:16 2016 (r408695) +++ head/sysutils/htop/Makefile Thu Feb 11 19:37:17 2016 (r408696) @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= htop -PORTVERSION= 1.0.3 -PORTREVISION= 1 -DISTVERSIONPREFIX=v +PORTVERSION= 2.0.0 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org @@ -12,28 +10,15 @@ COMMENT= Better top(1) - interactive pro LICENSE= GPLv2 -OPTIONS_DEFINE= LSOF -OPTIONS_DEFAULT=LSOF - NOT_FOR_ARCHS= ia64 powerpc sparc64 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo -CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode -USES= autoreconf ncurses libtool execinfo python:2,build +CONFIGURE_ARGS= --enable-unicode +USES= autoreconf execinfo libtool ncurses python:2,build shebangfix USE_GITHUB= yes GH_ACCOUNT= hishamhm -GH_PROJECT= htop -GH_TAGNAME= 5c593fa - -LSOF_RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof - -post-patch: - @${REINPLACE_CMD} -e 's:/usr/bin/python:${PYTHON_CMD}:' ${WRKSRC}/scripts/MakeHeader.py - -pre-configure: - @[ -f /compat/linux/proc/stat ] || { ${CAT} ${PKGMESSAGE}; ${FALSE}; } .include Modified: head/sysutils/htop/distinfo ============================================================================== --- head/sysutils/htop/distinfo Thu Feb 11 19:27:16 2016 (r408695) +++ head/sysutils/htop/distinfo Thu Feb 11 19:37:17 2016 (r408696) @@ -1,2 +1,2 @@ -SHA256 (hishamhm-htop-v1.0.3-5c593fa_GH0.tar.gz) = 756e995d4f1489d696205d938cf3cd4864f6c2a1f3569f771a55014e75ed4832 -SIZE (hishamhm-htop-v1.0.3-5c593fa_GH0.tar.gz) = 143341 +SHA256 (hishamhm-htop-2.0.0_GH0.tar.gz) = 2522a93792dfee188bfaff23f30332d1173460c95f9869588398e9bdd3a0491b +SIZE (hishamhm-htop-2.0.0_GH0.tar.gz) = 143353