Index: head/sysutils/htop/Makefile =================================================================== --- head/sysutils/htop/Makefile (revision 463617) +++ head/sysutils/htop/Makefile (revision 463618) @@ -1,31 +1,32 @@ # Created by: Tony Shadwick # $FreeBSD$ PORTNAME= htop -PORTVERSION= 2.0.2 +DISTVERSION= 2.1.0-26 +DISTVERSIONSUFFIX= -g697f5bb CATEGORIES= sysutils MAINTAINER= gaod@hychen.org COMMENT= Better top(1) - interactive process viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf libtool localbase ncurses pkgconfig python:2.7,build shebangfix GNU_CONFIGURE= yes -LIBS+= -lexecinfo - CONFIGURE_ARGS= --enable-unicode -USES= autoreconf libtool ncurses USE_GITHUB= yes GH_ACCOUNT= hishamhm +SHEBANG_FILES= scripts/MakeHeader.py + PLIST_FILES= bin/htop \ man/man1/htop.1.gz \ share/applications/htop.desktop \ share/pixmaps/htop.png OPTIONS_DEFINE= LSOF OPTIONS_DEFAULT= LSOF LSOF_RUN_DEPENDS= lsof:sysutils/lsof .include Index: head/sysutils/htop/distinfo =================================================================== --- head/sysutils/htop/distinfo (revision 463617) +++ head/sysutils/htop/distinfo (revision 463618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469166026 -SHA256 (hishamhm-htop-2.0.2_GH0.tar.gz) = 1e93e6743dddad254fac2ad0d83b00a82173c75ecbd6ef6f7d55da690eb64b92 -SIZE (hishamhm-htop-2.0.2_GH0.tar.gz) = 146391 +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 Index: head/sysutils/htop/pkg-descr =================================================================== --- head/sysutils/htop/pkg-descr (revision 463617) +++ head/sysutils/htop/pkg-descr (revision 463618) @@ -1,20 +1,20 @@ htop is an enhanced version of top, the interactive process viewer, which can display the list of processes in a tree form. Comparison between 'htop' and 'top' * In 'htop' you can scroll the list vertically and horizontally to see all processes and full command lines. * In 'top' you are subject to a delay for each unassigned key you press (especially annoying when multi-key escape sequences are triggered by accident). * 'htop' starts faster ('top' seems to collect data for a while before displaying anything). * In 'htop' you don't need to type the process number to kill a process, in 'top' you do. * In 'htop' you don't need to type the process number or the priority value to renice a process, in 'top' you do. * In 'htop' you can kill multiple processes at once. * 'top' is older, hence, more tested. -WWW: http://hisham.hm/htop/ +WWW: https://hisham.hm/htop/