From 0f7064b41afe9d217c58b2a257ebf7fa4b6ee5ef Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 4 Jun 2018 22:04:39 +0200 Subject: dev-db/postgresql: use HTTPs --- dev-db/postgresql/postgresql-9.3.22.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-db/postgresql/postgresql-9.3.22.ebuild') diff --git a/dev-db/postgresql/postgresql-9.3.22.ebuild b/dev-db/postgresql/postgresql-9.3.22.ebuild index 7d174a469778..e1ed1641a5fc 100644 --- a/dev-db/postgresql/postgresql-9.3.22.ebuild +++ b/dev-db/postgresql/postgresql-9.3.22.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2" LICENSE="POSTGRESQL GPL-2" DESCRIPTION="PostgreSQL RDBMS" -HOMEPAGE="http://www.postgresql.org/" +HOMEPAGE="https://www.postgresql.org/" IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib" @@ -286,7 +286,7 @@ pkg_postinst() { elog "https://wiki.gentoo.org/wiki/PostgreSQL" elog elog "Official documentation:" - elog "http://www.postgresql.org/docs/${SLOT}/static/index.html" + elog "https://www.postgresql.org/docs/${SLOT}/static/index.html" elog elog "The default location of the Unix-domain socket is:" elog " ${EROOT%/}/run/postgresql/" @@ -351,8 +351,8 @@ pkg_config() { einfo " ${EROOT%/}/etc/conf.d/postgresql-${SLOT}" einfo einfo "Information on options that can be passed to initdb are found at:" - einfo " http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html" - einfo " http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html" + einfo " https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html" + einfo " https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html" einfo einfo "PG_INITDB_OPTS is currently set to:" if [[ -z "${PG_INITDB_OPTS}" ]] ; then -- cgit v1.2.3