Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hylafaxplus/
Date: Tue, 02 Mar 2021 03:49:37
Message-Id: 1614656943.d781443662cab182ab91a51a538ac1aa9a566218.sam@gentoo
1 commit: d781443662cab182ab91a51a538ac1aa9a566218
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 2 03:20:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 2 03:49:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7814436
7
8 net-misc/hylafaxplus: fix HOMEPAGE (no HTTPS)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild b/net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild
16 index 78a77fe1f50..05ecc5abe48 100644
17 --- a/net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild
18 +++ b/net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild
19 @@ -9,7 +9,7 @@ MY_PN="${PN/plus/}"
20 MY_P="${MY_PN}-${PV}"
21
22 DESCRIPTION="Enterprise client-server fax package for class 1 and 2 fax modems"
23 -HOMEPAGE="https://hylafax.sourceforge.net"
24 +HOMEPAGE="http://hylafax.sourceforge.net"
25 SRC_URI="mirror://sourceforge/hylafax/${MY_P}.tar.gz"
26
27 SLOT="0"