Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2023 16:36:12 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: daf1fd1e557d - main - sysutils/htop: memory shows 16.0Z of memory
Message-ID:  <202302241636.31OGaClM020558@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=daf1fd1e557dfb3d1ca4f1a18494cda77d966644

commit daf1fd1e557dfb3d1ca4f1a18494cda77d966644
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-02-24 16:30:19 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-02-24 16:30:19 +0000

    sysutils/htop: memory shows 16.0Z of memory
    
    Cherry pick patch that fixes the issue since it wasn't included in the 3.2.2
    release by upstream.
    
    PR:             269494
    Reviewed by:    mbeis@xs4all.nl
---
 sysutils/htop/Makefile | 4 ++++
 sysutils/htop/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile
index b7fbd5db50ac..62e309a804a5 100644
--- a/sysutils/htop/Makefile
+++ b/sysutils/htop/Makefile
@@ -1,7 +1,11 @@
 PORTNAME=	htop
 DISTVERSION=	3.2.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	fd62b7549533e9a0acc3fb6238f1462d380b8618.patch:-p1
+
 MAINTAINER=	gaod@hychen.org
 COMMENT=	Better top(1) - interactive process viewer
 WWW=		https://htop.dev/
diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo
index 3cc3bdf0802e..351b2c31c24c 100644
--- a/sysutils/htop/distinfo
+++ b/sysutils/htop/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1676259930
+TIMESTAMP = 1676742794
 SHA256 (htop-dev-htop-3.2.2_GH0.tar.gz) = 3829c742a835a0426db41bb039d1b976420c21ec65e93b35cd9bfd2d57f44ac8
 SIZE (htop-dev-htop-3.2.2_GH0.tar.gz) = 369873
+SHA256 (fd62b7549533e9a0acc3fb6238f1462d380b8618.patch) = 1c1e5a524ab823a1febbbb68503b9ffd6934e24e3f72c1c79baa3a5aad16a8e4
+SIZE (fd62b7549533e9a0acc3fb6238f1462d380b8618.patch) = 884



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