diff options
author | jhale <jhale@FreeBSD.org> | 2017-01-06 09:17:18 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2017-01-06 09:17:18 +0800 |
commit | e784fff2f31d84f781a3a7dd8a35739d9d987fa5 (patch) | |
tree | ee04840f97a504cc70cd43ead0a0b60fdc5c6aef /net | |
parent | 2e0f0ee17ed246612eea559b67fdc59e3448d020 (diff) | |
download | freebsd-ports-gnome-e784fff2f31d84f781a3a7dd8a35739d9d987fa5.tar.gz freebsd-ports-gnome-e784fff2f31d84f781a3a7dd8a35739d9d987fa5.tar.zst freebsd-ports-gnome-e784fff2f31d84f781a3a7dd8a35739d9d987fa5.zip |
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 <coco@executive-computing.de> (maintainer)
MFH: 2017Q1 (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/sqtop/Makefile | 10 | ||||
-rw-r--r-- | net/sqtop/distinfo | 5 | ||||
-rw-r--r-- | net/sqtop/pkg-descr | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile index ebfd1fac13cf..d3b3efabe068 100644 --- a/net/sqtop/Makefile +++ b/net/sqtop/Makefile @@ -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 diff --git a/net/sqtop/distinfo b/net/sqtop/distinfo index 17e71e866e1d..38c7d04a0ea4 100644 --- a/net/sqtop/distinfo +++ b/net/sqtop/distinfo @@ -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 diff --git a/net/sqtop/pkg-descr b/net/sqtop/pkg-descr index 96fe4843bb6e..e56eb45c1370 100644 --- a/net/sqtop/pkg-descr +++ b/net/sqtop/pkg-descr @@ -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/ |