sysutils/htop: Update to 2.1.0-26

Port changes:
* Changed to DISTVERSION
* Added to USES
* Added SHEBANG_FILES
* Removed LIBS (not needed)
* Replaced WWW with the https version

Maintainer insisted on updating to the current version.

PR:		225232
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
This commit is contained in:
Yuri Victorovich 2018-03-05 05:07:55 +00:00
parent abf80b136f
commit a7bbd2fb92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463618
3 changed files with 9 additions and 8 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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/