Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 12:52:43 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559465 - head/sysutils/htop
Message-ID:  <202012281252.0BSCqhom056618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Mon Dec 28 12:52:43 2020
New Revision: 559465
URL: https://svnweb.freebsd.org/changeset/ports/559465

Log:
  sysutils/htop: Update to 3.0.4
  
  ChangeLog: https://github.com/htop-dev/htop/blob/master/ChangeLog
  
  PR:	252213
  Submitted by:	gaod@hychen.org (maintainer)

Modified:
  head/sysutils/htop/Makefile
  head/sysutils/htop/distinfo

Modified: head/sysutils/htop/Makefile
==============================================================================
--- head/sysutils/htop/Makefile	Mon Dec 28 12:11:33 2020	(r559464)
+++ head/sysutils/htop/Makefile	Mon Dec 28 12:52:43 2020	(r559465)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	htop
-DISTVERSION=	3.0.2
+DISTVERSION=	3.0.4
 CATEGORIES=	sysutils
 
 MAINTAINER=	gaod@hychen.org
@@ -12,14 +12,17 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf libtool localbase ncurses pkgconfig python:build shebangfix
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-unicode
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	htop-dev
 
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-unicode
+
 PLIST_FILES=	bin/htop \
 		man/man1/htop.1.gz \
 		share/applications/htop.desktop \
+		share/icons/hicolor/scalable/apps/htop.svg \
 		share/pixmaps/htop.png
 
 OPTIONS_DEFINE=		LSOF

Modified: head/sysutils/htop/distinfo
==============================================================================
--- head/sysutils/htop/distinfo	Mon Dec 28 12:11:33 2020	(r559464)
+++ head/sysutils/htop/distinfo	Mon Dec 28 12:52:43 2020	(r559465)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600219337
-SHA256 (htop-dev-htop-3.0.2_GH0.tar.gz) = b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305
-SIZE (htop-dev-htop-3.0.2_GH0.tar.gz) = 176132
+TIMESTAMP = 1609083290
+SHA256 (htop-dev-htop-3.0.4_GH0.tar.gz) = d8a0536ce95e3d59f8e292e73ee037033a74a8cc118fd10d22048bd4aeb61324
+SIZE (htop-dev-htop-3.0.4_GH0.tar.gz) = 296224



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