svn commit: r424081 - head/sysutils/hatop

Joseph Mingrone jrm at FreeBSD.org
Sun Oct 16 21:38:59 UTC 2016


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 at 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


More information about the svn-ports-head mailing list