From owner-svn-ports-all@freebsd.org Fri Jan 6 01:17:19 2017 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 CA9FECA0A76; Fri, 6 Jan 2017 01:17:19 +0000 (UTC) (envelope-from jhale@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 81EDD117C; Fri, 6 Jan 2017 01:17:19 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v061HIJC091027; Fri, 6 Jan 2017 01:17:18 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v061HIYe091024; Fri, 6 Jan 2017 01:17:18 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201701060117.v061HIYe091024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 6 Jan 2017 01:17:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430675 - head/net/sqtop 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: Fri, 06 Jan 2017 01:17:19 -0000 Author: jhale Date: Fri Jan 6 01:17:18 2017 New Revision: 430675 URL: https://svnweb.freebsd.org/changeset/ports/430675 Log: Update to 2015-02-08 Unbreak fetch (project moved to Github) PR: 215560 Submitted by: p5B2E9A8F@t-online.de Patched by: jhale Approved by: Marco Steinbach (maintainer) MFH: 2017Q1 (blanket) Modified: head/net/sqtop/Makefile head/net/sqtop/distinfo head/net/sqtop/pkg-descr Modified: head/net/sqtop/Makefile ============================================================================== --- head/net/sqtop/Makefile Fri Jan 6 00:37:33 2017 (r430674) +++ head/net/sqtop/Makefile Fri Jan 6 01:17:18 2017 (r430675) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= sqtop -DISTVERSION= 2013-12-17 +DISTVERSIONPREFIX= v +DISTVERSION= 2015-02-08 CATEGORIES= net -MASTER_SITES= GOOGLE_CODE MAINTAINER= coco@executive-computing.de COMMENT= Console-based display of Squid proxy connections LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - -USES= tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= paleg PLIST_FILES= bin/sqtop \ man/man1/sqtop.1.gz Modified: head/net/sqtop/distinfo ============================================================================== --- head/net/sqtop/distinfo Fri Jan 6 00:37:33 2017 (r430674) +++ head/net/sqtop/distinfo Fri Jan 6 01:17:18 2017 (r430675) @@ -1,2 +1,3 @@ -SHA256 (sqtop-2013-12-17.tar.bz2) = dac5defbefd68cc88577c7a15531340d33adbcc277bd4cdf04af72b2d92fabc6 -SIZE (sqtop-2013-12-17.tar.bz2) = 117247 +TIMESTAMP = 1482716116 +SHA256 (paleg-sqtop-v2015-02-08_GH0.tar.gz) = eae4c8bc16dbfe70c776d990ecf14328acab0ed736f0bf3bd1647a3ac2f5e8bf +SIZE (paleg-sqtop-v2015-02-08_GH0.tar.gz) = 154535 Modified: head/net/sqtop/pkg-descr ============================================================================== --- head/net/sqtop/pkg-descr Fri Jan 6 00:37:33 2017 (r430674) +++ head/net/sqtop/pkg-descr Fri Jan 6 01:17:18 2017 (r430675) @@ -1,4 +1,4 @@ sqtop is a console applicaton to display information about currently active client connections for a Squid proxy in a convenient way. -WWW: http://code.google.com/p/sqtop/ +WWW: https://github.com/paleg/sqtop/