Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_access_dnsbl/
Date: Wed, 25 Apr 2018 21:52:34
Message-Id: 1524693146.20c784c2117f6706e30bd80804751b2fc0a0b65c.monsieurp@gentoo
1 commit: 20c784c2117f6706e30bd80804751b2fc0a0b65c
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 15 11:02:48 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 21:52:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c784c2
7
8 www-apache/mod_access_dnsbl: fix HOMEPAGE.
9
10 Package-Manager: Portage[mgorny]-2.3.26.1
11 Closes: https://github.com/gentoo/gentoo/pull/8015
12
13 www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild b/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild
17 index 1b09a51ceb2..4c64f55a2af 100644
18 --- a/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild
19 +++ b/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -6,7 +6,7 @@ EAPI=5
27 inherit apache-module
28
29 DESCRIPTION="Specify access controls based on DNSBL zones"
30 -HOMEPAGE="http://www.apacheconsultancy.com/modules/${PN}/"
31 +HOMEPAGE="http://www.apacheconsultancy.com/modules/mod_access_dnsbl/"
32 SRC_URI="http://www.apacheconsultancy.com/modules/${PN}/${P}.tar.gz"
33
34 LICENSE="Apache-2.0"