From owner-svn-ports-head@freebsd.org Sat May 5 00:29:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23776FBDF44; Sat, 5 May 2018 00:29:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2650795D5; Sat, 5 May 2018 00:29:42 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2F1116282; Sat, 5 May 2018 00:29:42 +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 w450Tghd043867; Sat, 5 May 2018 00:29:42 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w450TgPR043865; Sat, 5 May 2018 00:29:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805050029.w450TgPR043865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 5 May 2018 00:29:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469081 - head/sysutils/htop X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/htop X-SVN-Commit-Revision: 469081 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, 05 May 2018 00:29:43 -0000 Author: tobik Date: Sat May 5 00:29:42 2018 New Revision: 469081 URL: https://svnweb.freebsd.org/changeset/ports/469081 Log: sysutils/htop: Update to 2.2.0 Among other changes this fixes a regression where trying to kill a process with htop terminates htop and leads to the error message "htop: No such file or directory". Changes: https://github.com/hishamhm/htop/compare/2.1.0-26-g697f5bb...2.2.0 PR: 227115 Submitted by: tobik Reported by: Philipp Engel Approved by: Hung-Yi Chen (maintainer timeout, 2 weeks) Modified: head/sysutils/htop/Makefile head/sysutils/htop/distinfo Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Sat May 5 00:03:20 2018 (r469080) +++ head/sysutils/htop/Makefile Sat May 5 00:29:42 2018 (r469081) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= htop -DISTVERSION= 2.1.0-26 -DISTVERSIONSUFFIX= -g697f5bb +DISTVERSION= 2.2.0 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org Modified: head/sysutils/htop/distinfo ============================================================================== --- head/sysutils/htop/distinfo Sat May 5 00:03:20 2018 (r469080) +++ head/sysutils/htop/distinfo Sat May 5 00:29:42 2018 (r469081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520223186 -SHA256 (hishamhm-htop-2.1.0-26-g697f5bb_GH0.tar.gz) = b1fc840b979a696eadb9723f3302792ae861f1725105b560971e01c2afa26eda -SIZE (hishamhm-htop-2.1.0-26-g697f5bb_GH0.tar.gz) = 170183 +TIMESTAMP = 1524217137 +SHA256 (hishamhm-htop-2.2.0_GH0.tar.gz) = fb23275090ee5fb19266384c39c69519c8b3844b8f6444730094949c621197c0 +SIZE (hishamhm-htop-2.2.0_GH0.tar.gz) = 172913