aboutsummaryrefslogtreecommitdiff
path: root/sysutils/htop
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-05 05:07:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-05 05:07:55 +0000
commita7bbd2fb92c2684ca5d0f7e0093256b05cbbce2f (patch)
tree02265b4f7f62bc73cded934ada1be27efc18eec4 /sysutils/htop
parentabf80b136f8a8b7c8aca318e5bca657255ba33b5 (diff)
downloadports-a7bbd2fb92c2684ca5d0f7e0093256b05cbbce2f.tar.gz
ports-a7bbd2fb92c2684ca5d0f7e0093256b05cbbce2f.zip
Notes
Diffstat (limited to 'sysutils/htop')
-rw-r--r--sysutils/htop/Makefile9
-rw-r--r--sysutils/htop/distinfo6
-rw-r--r--sysutils/htop/pkg-descr2
3 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile
index f47d37cfccab..29e912615972 100644
--- a/sysutils/htop/Makefile
+++ b/sysutils/htop/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= htop
-PORTVERSION= 2.0.2
+DISTVERSION= 2.1.0-26
+DISTVERSIONSUFFIX= -g697f5bb
CATEGORIES= sysutils
MAINTAINER= gaod@hychen.org
@@ -11,13 +12,13 @@ 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 \
diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo
index 8b087c5a92cf..b98e80f500b1 100644
--- a/sysutils/htop/distinfo
+++ b/sysutils/htop/distinfo
@@ -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
diff --git a/sysutils/htop/pkg-descr b/sysutils/htop/pkg-descr
index 6c86e801612b..b911174286ca 100644
--- a/sysutils/htop/pkg-descr
+++ b/sysutils/htop/pkg-descr
@@ -17,4 +17,4 @@ Comparison between 'htop' and 'top'
* 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/