svn commit: r408275 - in head/sysutils/htop: . files

Kurt Jaeger pi at FreeBSD.org
Fri Feb 5 22:29:44 UTC 2016


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 <gaod at hychen.org> (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 at 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


More information about the svn-ports-all mailing list