commit: 7f999a5828411524357b1d05a867a8493cad1c79 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 22:33:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 22:33:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f999a58
mail-mta/ssmtp: use Debian wiki as HOMEPAGE Better than an FTP mirror link, I suppose. Signed-off-by: Sam James <sam <AT> gentoo.org> mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild | 4 ++-- mail-mta/ssmtp/ssmtp-2.64_p12.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild index 07226d8474a1..00e38ad7a906 100644 --- a/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ WANT_AUTOMAKE=none inherit autotools DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub" -HOMEPAGE="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/" +HOMEPAGE="https://wiki.debian.org/sSMTP" SRC_URI=" mirror://debian/pool/main/s/ssmtp/${PN}_$(ver_cut 1-2).orig.tar.bz2 mirror://debian/pool/main/s/ssmtp/${PN}_${PV/_p/-}.debian.tar.xz diff --git a/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild b/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild index 3b33c927a9d2..84015e998063 100644 --- a/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild @@ -8,7 +8,7 @@ WANT_AUTOMAKE=none inherit autotools flag-o-matic DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub" -HOMEPAGE="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/" +HOMEPAGE="https://wiki.debian.org/sSMTP" SRC_URI=" mirror://debian/pool/main/s/ssmtp/${PN}_$(ver_cut 1-2).orig.tar.bz2 mirror://debian/pool/main/s/ssmtp/${PN}_${PV/_p/-}.debian.tar.xz
