svn commit: r469081 - head/sysutils/htop
Tobias Kortkamp
tobik at FreeBSD.org
Sat May 5 00:29:43 UTC 2018
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 at posteo.de>
Approved by: Hung-Yi Chen <gaod at 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 at 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
More information about the svn-ports-all
mailing list