diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-17 10:04:50 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-18 08:32:26 -0400 |
commit | 785f9d052ef01f0530bf04026f27896c83588eaf (patch) | |
tree | a447fdb659a584c9fb2b8fb1ce686d32c2f7872c /mail-mta | |
parent | dev-lua/lualdap: use HTTPS (diff) | |
download | gentoo-785f9d052ef01f0530bf04026f27896c83588eaf.tar.gz gentoo-785f9d052ef01f0530bf04026f27896c83588eaf.tar.bz2 gentoo-785f9d052ef01f0530bf04026f27896c83588eaf.zip |
mail-mta/opensmtpd: use HTTPS
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r2.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-6.0.2_p1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild b/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild index a94d5313614c..8bbf33ddb9f3 100644 --- a/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools systemd versionator DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD" -HOMEPAGE="http://www.opensmtpd.org/" +HOMEPAGE="https://www.opensmtpd.org" MY_P="${P}" if [ $(get_last_version_component_index) -eq 4 ]; then MY_P="${PN}-$(get_version_component_range 4-)" diff --git a/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r2.ebuild b/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r2.ebuild index 8cd791b1153f..e0657bdfc3f5 100644 --- a/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r2.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools systemd versionator DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD" -HOMEPAGE="http://www.opensmtpd.org/" +HOMEPAGE="https://www.opensmtpd.org" MY_P="${P}" if [ $(get_last_version_component_index) -eq 4 ]; then MY_P="${PN}-$(get_version_component_range 4-)" diff --git a/mail-mta/opensmtpd/opensmtpd-6.0.2_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-6.0.2_p1.ebuild index 562115d95258..0c7c96ffc44d 100644 --- a/mail-mta/opensmtpd/opensmtpd-6.0.2_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-6.0.2_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools systemd versionator DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD" -HOMEPAGE="http://www.opensmtpd.org/" +HOMEPAGE="https://www.opensmtpd.org" MY_P="${P}" if [ $(get_last_version_component_index) -eq 4 ]; then MY_P="${PN}-$(get_version_component_range 4-)" |