From owner-svn-ports-all@FreeBSD.ORG Fri Mar 14 07:28:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 573936A7; Fri, 14 Mar 2014 07:28:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44140D01; Fri, 14 Mar 2014 07:28:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2E7S1Ad045177; Fri, 14 Mar 2014 07:28:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2E7S0Q2045175; Fri, 14 Mar 2014 07:28:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403140728.s2E7S0Q2045175@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Mar 2014 07:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348154 - head/sysutils/htop 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.17 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, 14 Mar 2014 07:28:01 -0000 Author: sunpoet Date: Fri Mar 14 07:28:00 2014 New Revision: 348154 URL: http://svnweb.freebsd.org/changeset/ports/348154 QAT: https://qat.redports.org/buildarchive/r348154/ Log: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format - Convert to new options helper - Fix USE_PYTHON_BUILD - Support STAGEDIR Approved by: portmgr (blanket) Modified: head/sysutils/htop/Makefile head/sysutils/htop/pkg-plist Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Fri Mar 14 07:27:55 2014 (r348153) +++ head/sysutils/htop/Makefile Fri Mar 14 07:28:00 2014 (r348154) @@ -7,12 +7,12 @@ CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= gaod@hychen.org -COMMENT= A better top(1) - interactive process viewer +COMMENT= Better top(1) - interactive process viewer -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo OPTIONS_DEFINE= LSOF -OPTIONS_DEFAULT= LSOF +OPTIONS_DEFAULT=LSOF NOT_FOR_ARCHS= ia64 powerpc sparc64 @@ -27,16 +27,9 @@ USES= ncurses USE_AUTOTOOLS= autoconf aclocal automake libtool ACLOCAL_ARGS= -I ${ACLOCAL_DIR} -USE_PYTHON_BUILD= 2 +USE_PYTHON_BUILD= yes -MAN1= htop.1 - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MLSOF} -RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof -.endif +LSOF_RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof post-patch: @${REINPLACE_CMD} -e 's:/usr/bin/python:${PYTHON_CMD}:' ${WRKSRC}/scripts/MakeHeader.py Modified: head/sysutils/htop/pkg-plist ============================================================================== --- head/sysutils/htop/pkg-plist Fri Mar 14 07:27:55 2014 (r348153) +++ head/sysutils/htop/pkg-plist Fri Mar 14 07:28:00 2014 (r348154) @@ -1,3 +1,4 @@ bin/htop +man/man1/htop.1.gz share/applications/htop.desktop share/pixmaps/htop.png