[145632] trunk/dports/sysutils/htop/Portfile
cal at macports.org
cal at macports.org
Thu Feb 11 09:48:44 PST 2016
Revision: 145632
https://trac.macports.org/changeset/145632
Author: cal at macports.org
Date: 2016-02-11 09:48:44 -0800 (Thu, 11 Feb 2016)
Log Message:
-----------
htop: Update to 2.0.0, closes #50598
Modified Paths:
--------------
trunk/dports/sysutils/htop/Portfile
Modified: trunk/dports/sysutils/htop/Portfile
===================================================================
--- trunk/dports/sysutils/htop/Portfile 2016-02-11 17:48:35 UTC (rev 145631)
+++ trunk/dports/sysutils/htop/Portfile 2016-02-11 17:48:44 UTC (rev 145632)
@@ -4,23 +4,21 @@
PortSystem 1.0
PortGroup github 1.0
-github.setup mklein-de htop-osx caa5d885880e355b8bd19127bc29ad87c9416314
-checksums rmd160 c3a71abf5a742f500f4e4c3e93b234b2f40a9aa0 \
- sha256 5efcca4724c9beceeb22357a5e9882e5139a8f4e63da0c4dc736fcec7a82ab70
+github.setup hishamhm htop 2.0.0
+checksums rmd160 591f1cfad53ec645fe002d53c8ff37e8ea06710d \
+ sha256 63642c949d6c608a9253fba2ad39b17a16297b92a03f58fd576d2406ed127c4e
epoch 1
-version 0.8.2.2
-revision 1
name htop
categories sysutils
platforms darwin
maintainers cal openmaintainer
license GPL-2
-description an interactive process viewer
+description htop is an interactive text-mode process viewer for Unix \
+ systems. It aims to be a better 'top'.
-long_description This is htop, ${description}. It is a text-mode \
- application (for console or X terminals).
+long_description ${description}
depends_build port:autoconf \
port:automake \
@@ -28,17 +26,6 @@
depends_lib port:ncurses
-post-extract {
- file mkdir ${worksrcpath}/m4
-}
-
pre-configure {
system -W ${worksrcpath} "sh autogen.sh"
}
-
-# "String.h" vs <string.h> on case-insensitive FS (#21036)
-build.args {DEFAULT_INCLUDES="-iquote ."}
-
-livecheck.version ${version}
-livecheck.url ${github.raw}/master/configure.ac
-livecheck.regex {\[htop\],\[([0-9.]+)\]}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160211/a44ed1d8/attachment.html>
More information about the macports-changes
mailing list