diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-26 20:12:10 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-26 14:40:38 -0400 |
commit | 181687b5fd8243a1692eb063bd55eb29b2dd90ce (patch) | |
tree | d3ee80391d363a275371fa19c88032bee6ae6fe4 /net-im/ejabberd | |
parent | net-irc/rbot: use HTTPS (diff) | |
download | gentoo-181687b5fd8243a1692eb063bd55eb29b2dd90ce.tar.gz gentoo-181687b5fd8243a1692eb063bd55eb29b2dd90ce.tar.bz2 gentoo-181687b5fd8243a1692eb063bd55eb29b2dd90ce.zip |
net-im/ejabberd: use HTTPS, update docs Homepage
Closes: https://github.com/gentoo/gentoo/pull/7627
Diffstat (limited to 'net-im/ejabberd')
-rw-r--r-- | net-im/ejabberd/ejabberd-16.09.ebuild | 8 | ||||
-rw-r--r-- | net-im/ejabberd/ejabberd-17.01-r2.ebuild | 8 | ||||
-rw-r--r-- | net-im/ejabberd/ejabberd-17.04-r1.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net-im/ejabberd/ejabberd-16.09.ebuild b/net-im/ejabberd/ejabberd-16.09.ebuild index f313dbb0deb3..8c86270fcf8b 100644 --- a/net-im/ejabberd/ejabberd-16.09.ebuild +++ b/net-im/ejabberd/ejabberd-16.09.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=6 @@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1 inherit eutils pam rebar ssl-cert systemd DESCRIPTION="Robust, scalable and extensible XMPP server" -HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/" -SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz +HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/" +SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz -> ${P}.tar.gz" LICENSE="GPL-2" @@ -264,7 +264,7 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then echo elog "For configuration instructions, please see" - elog " http://www.process-one.net/en/ejabberd/docs/" + elog " https://docs.ejabberd.im/" echo if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then ewarn "If you have used pubsub in ejabberd-2.* you may encounter issues after" diff --git a/net-im/ejabberd/ejabberd-17.01-r2.ebuild b/net-im/ejabberd/ejabberd-17.01-r2.ebuild index ec624d2c5338..2d05543a5718 100644 --- a/net-im/ejabberd/ejabberd-17.01-r2.ebuild +++ b/net-im/ejabberd/ejabberd-17.01-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=6 @@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1 inherit eutils pam rebar ssl-cert systemd DESCRIPTION="Robust, scalable and extensible XMPP server" -HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/" -SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz +HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/" +SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz -> ${P}.tar.gz" LICENSE="GPL-2" @@ -278,7 +278,7 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then echo elog "For configuration instructions, please see" - elog " http://www.process-one.net/en/ejabberd/docs/" + elog " https://docs.ejabberd.im/" echo if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then ewarn "If you have used pubsub in ejabberd-2.* you may encounter issues after" diff --git a/net-im/ejabberd/ejabberd-17.04-r1.ebuild b/net-im/ejabberd/ejabberd-17.04-r1.ebuild index 5ca27008f2c4..49ecf5359e3a 100644 --- a/net-im/ejabberd/ejabberd-17.04-r1.ebuild +++ b/net-im/ejabberd/ejabberd-17.04-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=6 @@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1 inherit eutils pam rebar ssl-cert systemd DESCRIPTION="Robust, scalable and extensible XMPP server" -HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/" -SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz +HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/" +SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz -> ${P}.tar.gz" LICENSE="GPL-2" @@ -279,7 +279,7 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then echo elog "For configuration instructions, please see" - elog " http://www.process-one.net/en/ejabberd/docs/" + elog " https://docs.ejabberd.im/" echo if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then ewarn "If you have used pubsub in ejabberd-2.* you may encounter issues after" |