From owner-svn-ports-all@freebsd.org Fri Feb 5 22:29:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF688A9E99E; Fri, 5 Feb 2016 22:29:43 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id C2ACE1D13; Fri, 5 Feb 2016 22:29:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u15MTg4v083557; Fri, 5 Feb 2016 22:29:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u15MTg6u083555; Fri, 5 Feb 2016 22:29:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602052229.u15MTg6u083555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 5 Feb 2016 22:29:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408275 - in head/sysutils/htop: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2016 22:29:44 -0000 Author: pi Date: Fri Feb 5 22:29:42 2016 New Revision: 408275 URL: https://svnweb.freebsd.org/changeset/ports/408275 Log: sysutils/htop: some fixes - re-enable kernel threads - update to very recent version - switch to github for distfiles PR: 194738 Approved by: Hung-Ti Chen (maintainer timeout) Deleted: head/sysutils/htop/files/ Modified: head/sysutils/htop/Makefile head/sysutils/htop/distinfo Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Fri Feb 5 22:28:26 2016 (r408274) +++ head/sysutils/htop/Makefile Fri Feb 5 22:29:42 2016 (r408275) @@ -3,8 +3,9 @@ PORTNAME= htop PORTVERSION= 1.0.3 +PORTREVISION= 1 +DISTVERSIONPREFIX=v CATEGORIES= sysutils -MASTER_SITES= http://hisham.hm/htop/releases/${PORTVERSION}/ MAINTAINER= gaod@hychen.org COMMENT= Better top(1) - interactive process viewer @@ -22,6 +23,10 @@ LIBS+= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode USES= autoreconf ncurses libtool execinfo python:2,build +USE_GITHUB= yes +GH_ACCOUNT= hishamhm +GH_PROJECT= htop +GH_TAGNAME= 5c593fa LSOF_RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof Modified: head/sysutils/htop/distinfo ============================================================================== --- head/sysutils/htop/distinfo Fri Feb 5 22:28:26 2016 (r408274) +++ head/sysutils/htop/distinfo Fri Feb 5 22:29:42 2016 (r408275) @@ -1,2 +1,2 @@ -SHA256 (htop-1.0.3.tar.gz) = 055c57927f75847fdc222b5258b079a9542811a9dcf5421c615c7e17f55d1829 -SIZE (htop-1.0.3.tar.gz) = 399306 +SHA256 (hishamhm-htop-v1.0.3-5c593fa_GH0.tar.gz) = 756e995d4f1489d696205d938cf3cd4864f6c2a1f3569f771a55014e75ed4832 +SIZE (hishamhm-htop-v1.0.3-5c593fa_GH0.tar.gz) = 143341