From owner-svn-ports-head@freebsd.org Wed Sep 16 09:49:50 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E5833DFF4A; Wed, 16 Sep 2020 09:49:50 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BrwLQ2HD4z4WrQ; Wed, 16 Sep 2020 09:49:50 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31C59175FD; Wed, 16 Sep 2020 09:49:50 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08G9noNr090080; Wed, 16 Sep 2020 09:49:50 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08G9nnXS090077; Wed, 16 Sep 2020 09:49:49 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202009160949.08G9nnXS090077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 16 Sep 2020 09:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548774 - in head/sysutils/htop: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/sysutils/htop: . files X-SVN-Commit-Revision: 548774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2020 09:49:50 -0000 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 (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/