Date: Fri, 11 Jan 2019 06:00:27 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r489943 - in branches/2019Q1/sysutils/htop: . files Message-ID: <201901110600.x0B60RWX032806@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Jan 11 06:00:26 2019 New Revision: 489943 URL: https://svnweb.freebsd.org/changeset/ports/489943 Log: MFH: r489709 sysutils/htop: Fix memory display in the header On amd64 it works correctly, but it breaks on powerpc, due to using types with the wrong size when requesting various sysctls. PR: 234357 Submitted by: tobik Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer timeout, 2 weeks) Approved by: ports-secteam runtime fix blanket Added: branches/2019Q1/sysutils/htop/files/ - copied from r489709, head/sysutils/htop/files/ Modified: branches/2019Q1/sysutils/htop/Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/sysutils/htop/Makefile ============================================================================== --- branches/2019Q1/sysutils/htop/Makefile Fri Jan 11 05:59:58 2019 (r489942) +++ branches/2019Q1/sysutils/htop/Makefile Fri Jan 11 06:00:26 2019 (r489943) @@ -3,6 +3,7 @@ PORTNAME= htop DISTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901110600.x0B60RWX032806>