svn commit: r489943 - in branches/2019Q1/sysutils/htop: . files
Tobias Kortkamp
tobik at FreeBSD.org
Fri Jan 11 06:00:28 UTC 2019
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 at 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 at hychen.org
More information about the svn-ports-branches
mailing list