Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 09:49:49 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548774 - in head/sysutils/htop: . files
Message-ID:  <202009160949.08G9nnXS090077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Sep 16 09:49:49 2020
New Revision: 548774
URL: https://svnweb.freebsd.org/changeset/ports/548774

Log:
  sysutils/htop: Update to 3.0.2
  
  PR:		249355
  Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)

Deleted:
  head/sysutils/htop/files/
Modified:
  head/sysutils/htop/Makefile
  head/sysutils/htop/distinfo
  head/sysutils/htop/pkg-descr

Modified: head/sysutils/htop/Makefile
==============================================================================
--- head/sysutils/htop/Makefile	Wed Sep 16 09:36:54 2020	(r548773)
+++ head/sysutils/htop/Makefile	Wed Sep 16 09:49:49 2020	(r548774)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	htop
-DISTVERSION=	2.2.0
-PORTREVISION=	1
+DISTVERSION=	3.0.2
 CATEGORIES=	sysutils
 
 MAINTAINER=	gaod@hychen.org
@@ -16,8 +15,7 @@ USES=		autoreconf libtool localbase ncurses pkgconfig 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-unicode
 USE_GITHUB=	yes
-GH_ACCOUNT=	hishamhm
-SHEBANG_FILES=	scripts/MakeHeader.py
+GH_ACCOUNT=	htop-dev
 
 PLIST_FILES=	bin/htop \
 		man/man1/htop.1.gz \

Modified: head/sysutils/htop/distinfo
==============================================================================
--- head/sysutils/htop/distinfo	Wed Sep 16 09:36:54 2020	(r548773)
+++ head/sysutils/htop/distinfo	Wed Sep 16 09:49:49 2020	(r548774)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524217137
-SHA256 (hishamhm-htop-2.2.0_GH0.tar.gz) = fb23275090ee5fb19266384c39c69519c8b3844b8f6444730094949c621197c0
-SIZE (hishamhm-htop-2.2.0_GH0.tar.gz) = 172913
+TIMESTAMP = 1600219337
+SHA256 (htop-dev-htop-3.0.2_GH0.tar.gz) = b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305
+SIZE (htop-dev-htop-3.0.2_GH0.tar.gz) = 176132

Modified: head/sysutils/htop/pkg-descr
==============================================================================
--- head/sysutils/htop/pkg-descr	Wed Sep 16 09:36:54 2020	(r548773)
+++ head/sysutils/htop/pkg-descr	Wed Sep 16 09:49:49 2020	(r548774)
@@ -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: https://hisham.hm/htop/
+WWW: https://htop.dev/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009160949.08G9nnXS090077>