diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-09-11 13:31:02 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-09-11 13:31:02 +0000 |
commit | d179cde4a17bfef358c7a71a1cf0aade693f78d5 (patch) | |
tree | 8f61e6004aa6516625978077b42720bef28aeb21 /net-analyzer/ntop | |
parent | Fix missing patch - bug #382581 (diff) | |
download | gentoo-2-d179cde4a17bfef358c7a71a1cf0aade693f78d5.tar.gz gentoo-2-d179cde4a17bfef358c7a71a1cf0aade693f78d5.tar.bz2 gentoo-2-d179cde4a17bfef358c7a71a1cf0aade693f78d5.zip |
Fix HOMEPAGE.
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-4.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index ba1bd116af4e..ea7225312dc8 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.104 2011/09/11 09:26:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.105 2011/09/11 13:31:02 idl0r Exp $ + + 11 Sep 2011; Christian Ruppert <idl0r@gentoo.org> ntop-4.0.3.ebuild: + Fix HOMEPAGE. 11 Sep 2011; Markus Meier <maekke@gentoo.org> ntop-4.0.3.ebuild: x86 stable, bug #382091 diff --git a/net-analyzer/ntop/ntop-4.0.3.ebuild b/net-analyzer/ntop/ntop-4.0.3.ebuild index 1b8b7b7382a3..0e81239ab97c 100644 --- a/net-analyzer/ntop/ntop-4.0.3.ebuild +++ b/net-analyzer/ntop/ntop-4.0.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.3.ebuild,v 1.3 2011/09/11 09:26:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.3.ebuild,v 1.4 2011/09/11 13:31:02 idl0r Exp $ EAPI="2" inherit eutils autotools DESCRIPTION="Network traffic analyzer with web interface" -HOMEPAGE="http://www.ntop.org/ntop.html" +HOMEPAGE="http://www.ntop.org/products/ntop/" SRC_URI="mirror://sourceforge/ntop/${P}.tgz" LICENSE="GPL-2" |