diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild index 92645a40a792..e12e9962899f 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils autotools flag-o-matic DESCRIPTION="Reports network interface statistics" -SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" -HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" +SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" +HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/" DEPEND="net-libs/libpcap" diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild index d9762afda9d3..cc4cd5ac89ad 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils autotools flag-o-matic DESCRIPTION="Reports network interface statistics" -SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" -HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" +SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" +HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/" DEPEND="net-libs/libpcap" diff --git a/net-analyzer/tcpstat/tcpstat-1.5.ebuild b/net-analyzer/tcpstat/tcpstat-1.5.ebuild index fae7f1029be6..3be19c53a62a 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5.ebuild @@ -6,8 +6,8 @@ EAPI=0 IUSE="berkdb" DESCRIPTION="Reports network interface statistics" -SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" -HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" +SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" +HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/" DEPEND="net-libs/libpcap berkdb? ( <sys-libs/db-2 )" |