diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2016-10-16 21:38:58 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2016-10-16 21:38:58 +0000 |
commit | 9bf87ca0568baa728a21b60904e6e0e55271998e (patch) | |
tree | 0bba7507c52b0341df7440dafd028a3208ca0e31 /sysutils | |
parent | f121cb00199df3b7ef59f178660367a8c78cd5f0 (diff) | |
download | ports-9bf87ca0568baa728a21b60904e6e0e55271998e.tar.gz ports-9bf87ca0568baa728a21b60904e6e0e55271998e.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hatop/Makefile | 10 | ||||
-rw-r--r-- | sysutils/hatop/distinfo | 5 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/hatop/Makefile b/sysutils/hatop/Makefile index 16a2812ae836..cc6f2366532c 100644 --- a/sysutils/hatop/Makefile +++ b/sysutils/hatop/Makefile @@ -3,20 +3,22 @@ PORTNAME= hatop PORTVERSION= 0.7.7 +DISTVERSIONPREFIX= v CATEGORIES= sysutils net -MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@christianserving.org COMMENT= Interactive real-time monitoring tool for the HAProxy unix socket -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv3+ RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:net/haproxy -USES= python +USES= python:2 NO_BUILD= yes -LICENSE= GPLv3 +USE_GITHUB= yes +GH_ACCOUNT= feurix +GH_PROJECT= hatop PLIST_FILES= bin/hatop man/man1/hatop.1.gz PORTDOCS= HACKING KEYBINDS README diff --git a/sysutils/hatop/distinfo b/sysutils/hatop/distinfo index dca1f5567fc1..1d62627dec68 100644 --- a/sysutils/hatop/distinfo +++ b/sysutils/hatop/distinfo @@ -1,2 +1,3 @@ -SHA256 (hatop-0.7.7.tar.gz) = 0b9fc1b84ce4e469a069e3a3c7c1b5eea10e6bb24bc66bd32af453acd54636ab -SIZE (hatop-0.7.7.tar.gz) = 134143 +TIMESTAMP = 1476457506 +SHA256 (feurix-hatop-v0.7.7_GH0.tar.gz) = 497a28e484940bf2f6dd5919041d5d03025325a59e8f95f376f573db616ca35d +SIZE (feurix-hatop-v0.7.7_GH0.tar.gz) = 134216 |