From owner-svn-ports-all@freebsd.org Fri Jan 6 01:19:21 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 DE610CA0AFC; Fri, 6 Jan 2017 01:19:21 +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 95B7512A8; Fri, 6 Jan 2017 01:19:21 +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 v061JKfr091291; Fri, 6 Jan 2017 01:19:20 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v061JK2a091288; Fri, 6 Jan 2017 01:19:20 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201701060119.v061JK2a091288@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:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r430676 - branches/2017Q1/net/sqtop X-SVN-Group: ports-branches 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:19:22 -0000 Author: jhale Date: Fri Jan 6 01:19:20 2017 New Revision: 430676 URL: https://svnweb.freebsd.org/changeset/ports/430676 Log: MFH: r430675 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) Approved by: ports-secteam (blanket) Modified: branches/2017Q1/net/sqtop/Makefile branches/2017Q1/net/sqtop/distinfo branches/2017Q1/net/sqtop/pkg-descr Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/net/sqtop/Makefile ============================================================================== --- branches/2017Q1/net/sqtop/Makefile Fri Jan 6 01:17:18 2017 (r430675) +++ branches/2017Q1/net/sqtop/Makefile Fri Jan 6 01:19:20 2017 (r430676) @@ -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: branches/2017Q1/net/sqtop/distinfo ============================================================================== --- branches/2017Q1/net/sqtop/distinfo Fri Jan 6 01:17:18 2017 (r430675) +++ branches/2017Q1/net/sqtop/distinfo Fri Jan 6 01:19:20 2017 (r430676) @@ -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: branches/2017Q1/net/sqtop/pkg-descr ============================================================================== --- branches/2017Q1/net/sqtop/pkg-descr Fri Jan 6 01:17:18 2017 (r430675) +++ branches/2017Q1/net/sqtop/pkg-descr Fri Jan 6 01:19:20 2017 (r430676) @@ -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/