svn commit: r348154 - head/sysutils/htop
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 14 07:28:01 UTC 2014
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 at 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 <bsd.port.options.mk>
-
-.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
More information about the svn-ports-all
mailing list