Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2016 21:38:58 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424081 - head/sysutils/hatop
Message-ID:  <201610162138.u9GLcwtn079742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sun Oct 16 21:38:58 2016
New Revision: 424081
URL: https://svnweb.freebsd.org/changeset/ports/424081

Log:
  sysutils/hatop: switch from Google code to GitHub, unmark BROKEN
  
  Also
     - Update license to GPLv3+
     - Specify required python version 2, since 3.x is not supported
  
  PR:		213477
  Approved by:	swills (mentor)

Modified:
  head/sysutils/hatop/Makefile
  head/sysutils/hatop/distinfo

Modified: head/sysutils/hatop/Makefile
==============================================================================
--- head/sysutils/hatop/Makefile	Sun Oct 16 18:46:14 2016	(r424080)
+++ head/sysutils/hatop/Makefile	Sun Oct 16 21:38:58 2016	(r424081)
@@ -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

Modified: head/sysutils/hatop/distinfo
==============================================================================
--- head/sysutils/hatop/distinfo	Sun Oct 16 18:46:14 2016	(r424080)
+++ head/sysutils/hatop/distinfo	Sun Oct 16 21:38:58 2016	(r424081)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610162138.u9GLcwtn079742>