From owner-svn-ports-all@freebsd.org Sun Oct 16 21:38:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 827CEC1386E; Sun, 16 Oct 2016 21:38:59 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51EAA18D3; Sun, 16 Oct 2016 21:38:59 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GLcwL2079744; Sun, 16 Oct 2016 21:38:58 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GLcwtn079742; Sun, 16 Oct 2016 21:38:58 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610162138.u9GLcwtn079742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 16 Oct 2016 21:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424081 - head/sysutils/hatop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 21:38:59 -0000 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