From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C314C138359 for ; Fri, 3 Jul 2020 23:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DA64E0839; Fri, 3 Jul 2020 23:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31556E0839 for ; Fri, 3 Jul 2020 23:23:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28C2134F176 for ; Fri, 3 Jul 2020 23:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F30D2D1 for ; Fri, 3 Jul 2020 23:22:58 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1593818539.320fb282c81c80f7c41bba21c539f4a7f53d8aa9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-11.7.ebuild dev-db/postgresql/postgresql-11.8.ebuild dev-db/postgresql/postgresql-12.2.ebuild dev-db/postgresql/postgresql-12.3.ebuild dev-db/postgresql/postgresql-13_beta1.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 320fb282c81c80f7c41bba21c539f4a7f53d8aa9 X-VCS-Branch: master Date: Fri, 3 Jul 2020 23:22:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0829757-156f-4fbe-a5ee-6136176e2cc8 X-Archives-Hash: 93288cdc2057133faf37dbb63d00d984 commit: 320fb282c81c80f7c41bba21c539f4a7f53d8aa9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Jul 2 17:57:17 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jul 3 23:22:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320fb282 dev-db/postgresql: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16548 Signed-off-by: Aaron Bauman gentoo.org> dev-db/postgresql/postgresql-11.7.ebuild | 8 ++++---- dev-db/postgresql/postgresql-11.8.ebuild | 8 ++++---- dev-db/postgresql/postgresql-12.2.ebuild | 8 ++++---- dev-db/postgresql/postgresql-12.3.ebuild | 8 ++++---- dev-db/postgresql/postgresql-13_beta1.ebuild | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/dev-db/postgresql/postgresql-11.7.ebuild b/dev-db/postgresql/postgresql-11.7.ebuild index 372964685b5..affe9b75b79 100644 --- a/dev-db/postgresql/postgresql-11.7.ebuild +++ b/dev-db/postgresql/postgresql-11.7.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar LICENSE="POSTGRESQL GPL-2" DESCRIPTION="PostgreSQL RDBMS" -HOMEPAGE="http://www.postgresql.org/" +HOMEPAGE="https://www.postgresql.org/" IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam perl python +readline selinux +server systemd ssl static-libs tcl @@ -290,7 +290,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/" @@ -363,8 +363,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 diff --git a/dev-db/postgresql/postgresql-11.8.ebuild b/dev-db/postgresql/postgresql-11.8.ebuild index fadb6959719..e17cfba0e92 100644 --- a/dev-db/postgresql/postgresql-11.8.ebuild +++ b/dev-db/postgresql/postgresql-11.8.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar LICENSE="POSTGRESQL GPL-2" DESCRIPTION="PostgreSQL RDBMS" -HOMEPAGE="http://www.postgresql.org/" +HOMEPAGE="https://www.postgresql.org/" IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam perl python +readline selinux +server systemd ssl static-libs tcl @@ -281,7 +281,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/" @@ -354,8 +354,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 diff --git a/dev-db/postgresql/postgresql-12.2.ebuild b/dev-db/postgresql/postgresql-12.2.ebuild index 57f10573d89..b6592df117f 100644 --- a/dev-db/postgresql/postgresql-12.2.ebuild +++ b/dev-db/postgresql/postgresql-12.2.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar LICENSE="POSTGRESQL GPL-2" DESCRIPTION="PostgreSQL RDBMS" -HOMEPAGE="http://www.postgresql.org/" +HOMEPAGE="https://www.postgresql.org/" IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam perl python +readline selinux +server systemd ssl static-libs tcl @@ -290,7 +290,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/" @@ -363,8 +363,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 diff --git a/dev-db/postgresql/postgresql-12.3.ebuild b/dev-db/postgresql/postgresql-12.3.ebuild index e0a0549f88a..cfae19554b2 100644 --- a/dev-db/postgresql/postgresql-12.3.ebuild +++ b/dev-db/postgresql/postgresql-12.3.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar LICENSE="POSTGRESQL GPL-2" DESCRIPTION="PostgreSQL RDBMS" -HOMEPAGE="http://www.postgresql.org/" +HOMEPAGE="https://www.postgresql.org/" IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam perl python +readline selinux +server systemd ssl static-libs tcl @@ -281,7 +281,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/" @@ -354,8 +354,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 diff --git a/dev-db/postgresql/postgresql-13_beta1.ebuild b/dev-db/postgresql/postgresql-13_beta1.ebuild index 888813e90a4..000f3085aa8 100644 --- a/dev-db/postgresql/postgresql-13_beta1.ebuild +++ b/dev-db/postgresql/postgresql-13_beta1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar LICENSE="POSTGRESQL GPL-2" DESCRIPTION="PostgreSQL RDBMS" -HOMEPAGE="http://www.postgresql.org/" +HOMEPAGE="https://www.postgresql.org/" IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam perl python +readline selinux +server systemd ssl static-libs tcl @@ -281,7 +281,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/" @@ -354,8 +354,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