Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 00:29:42 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469081 - head/sysutils/htop
Message-ID:  <201805050029.w450TgPR043865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kidon@posteo.de>
  Approved by:	Hung-Yi Chen <gaod@hychen.org> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805050029.w450TgPR043865>